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.cpp1523 std::string path_holder; in do_sync_push() local
1527 path_holder = dst_path; in do_sync_push()
1528 if (path_holder.back() != '/') { in do_sync_push()
1529 path_holder.push_back('/'); in do_sync_push()
1531 path_holder += android::base::Basename(src_path); in do_sync_push()
1532 dst_path = path_holder.c_str(); in do_sync_push()
1754 std::string path_holder; in do_sync_pull() local
1759 path_holder = android::base::StringPrintf("%s%c%s", dst_path, OS_PATH_SEPARATOR, in do_sync_pull()
1761 dst_path = path_holder.c_str(); in do_sync_pull()