HomeSort by relevance Sort by last modified time
    Searched refs:adb_basename (Results 1 - 4 of 4) sorted by null

  /system/core/adb/
adb_utils.h 32 std::string adb_basename(const std::string& path);
adb_utils.cpp 99 std::string adb_basename(const std::string& path) { function
file_sync_client.cpp 649 copyinfo ci(adb_dirname(lpath), adb_dirname(rpath), adb_basename(lpath), S_IFDIR);
771 dst_dir.append(adb_basename(src_path));
790 path_holder += adb_basename(src_path);
817 copyinfo ci(adb_dirname(lpath), adb_dirname(rpath), adb_basename(lpath), S_IFDIR);
    [all...]
commandline.cpp     [all...]

Completed in 43 milliseconds