Home
last modified time | relevance | path

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

/system/core/adb/client/
Dfile_sync_client.cpp1022 std::string path_holder; in do_sync_push() local
1026 path_holder = dst_path; in do_sync_push()
1027 if (path_holder.back() != '/') { in do_sync_push()
1028 path_holder.push_back('/'); in do_sync_push()
1030 path_holder += android::base::Basename(src_path); in do_sync_push()
1031 dst_path = path_holder.c_str(); in do_sync_push()
1250 std::string path_holder; in do_sync_pull() local
1255 path_holder = android::base::StringPrintf("%s%c%s", dst_path, OS_PATH_SEPARATOR, in do_sync_pull()
1257 dst_path = path_holder.c_str(); in do_sync_pull()