Home
last modified time | relevance | path

Searched refs:path_holder (Results 1 – 1 of 1) sorted by relevance

/packages/modules/adb/client/
Dfile_sync_client.cpp1505 std::string path_holder; in do_sync_push() local
1509 path_holder = dst_path; in do_sync_push()
1510 if (path_holder.back() != '/') { in do_sync_push()
1511 path_holder.push_back('/'); in do_sync_push()
1513 path_holder += android::base::Basename(src_path); in do_sync_push()
1514 dst_path = path_holder.c_str(); in do_sync_push()
1735 std::string path_holder; in do_sync_pull() local
1740 path_holder = android::base::StringPrintf("%s%c%s", dst_path, OS_PATH_SEPARATOR, in do_sync_pull()
1742 dst_path = path_holder.c_str(); in do_sync_pull()