commit | 5e0e3aed976d9888a385ceea92779cfd0a4fa2a3 | [log] [tgz] |
---|---|---|
author | Colin Cross <[email protected]> | Thu Feb 23 21:23:05 2017 -0800 |
committer | Colin Cross <[email protected]> | Mon Feb 27 18:18:31 2017 -0800 |
tree | e838c86040272d4968fca946cb13443d0e49dd47 | |
parent | d6d87db122223cf136e60b9041b12d06e25294a3 [diff] |
Move adb_dirname and adb_basename to libbase adb already provides an implementation of dirname and basename that take and produce std::strings, move it into libbase so it can be used in the implementation of GetExecutableDirectory. Test: out/host/linux-x86/nativetest64/adb_test/adb_test Test: out/host/linux-x86/nativetest64/libbase_test/libbase_test Test: adb shell /data/nativetest64/libbase_test/libbase_test64 Change-Id: Ideb1627607b14562121316d4ed27fa6fb0930684