Searched refs:dst_path (Results 1 – 1 of 1) sorted by relevance
/system/core/adb/ |
D | file_sync_client.cpp | 958 const char* dst_path = dst; in do_sync_push() local 995 path_holder = dst_path; in do_sync_push() 1000 dst_path = path_holder.c_str(); in do_sync_push() 1005 success &= sync_send(sc, src_path, dst_path, st.st_mtime, st.st_mode); in do_sync_push() 1182 const char* dst_path = dst; in do_sync_pull() local 1224 path_holder = android::base::StringPrintf("%s%c%s", dst_path, OS_PATH_SEPARATOR, in do_sync_pull() 1226 dst_path = path_holder.c_str(); in do_sync_pull() 1231 if (!sync_recv(sc, src_path, dst_path, name, src_st.st_size)) { in do_sync_pull() 1236 if (copy_attrs && set_time_and_mode(dst_path, src_st.st_mtime, src_st.st_mode) != 0) { in do_sync_pull()
|