commit | e6794076f51e3762fdda315a82e2dbc79f15627a | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Feb 23 21:23:05 2017 -0800 |
committer | Colin Cross <ccross@android.com> | Mon Feb 27 18:18:31 2017 -0800 |
tree | e838c86040272d4968fca946cb13443d0e49dd47 | |
parent | 30e9fe635737dfd46c6ceef241a2e8c7ab9c76fb [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