Searched refs:dst_path (Results 1 – 1 of 1) sorted by relevance
/system/core/adb/client/ |
D | file_sync_client.cpp | 989 const char* dst_path = dst; in do_sync_push() local 1026 path_holder = dst_path; in do_sync_push() 1031 dst_path = path_holder.c_str(); in do_sync_push() 1036 success &= sync_send(sc, src_path, dst_path, st.st_mtime, st.st_mode, sync); in do_sync_push() 1213 const char* dst_path = dst; 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() 1262 if (!sync_recv(sc, src_path, dst_path, name, src_st.st_size)) { in do_sync_pull() 1267 if (copy_attrs && set_time_and_mode(dst_path, src_st.st_mtime, src_st.st_mode) != 0) { in do_sync_pull()
|