Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dfile_sync_client.cpp1471 const char* dst_path = dst; in do_sync_push() local
1509 path_holder = dst_path; in do_sync_push()
1514 dst_path = path_holder.c_str(); in do_sync_push()
1519 success &= sync_send(sc, src_path, dst_path, st.st_mtime, st.st_mode, sync, compression, in do_sync_push()
1698 const char* dst_path = dst; 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()
1747 if (!sync_recv(sc, src_path, dst_path, name, src_st.st_size, compression)) { in do_sync_pull()
1752 if (copy_attrs && set_time_and_mode(dst_path, src_st.st_mtime, src_st.st_mode) != 0) { in do_sync_pull()