Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dfile_sync_client.cpp1478 for (const char* src_path : srcs) { in do_sync_push() local
1481 if (stat(src_path, &st) == -1) { in do_sync_push()
1482 sc.Error("cannot stat '%s': %s", src_path, strerror(errno)); in do_sync_push()
1502 dst_dir.append(android::base::Basename(src_path)); in do_sync_push()
1506 copy_local_dir_remote(sc, src_path, dst_dir, sync, false, compression, dry_run); in do_sync_push()
1509 sc.Warning("skipping special file '%s' (mode = 0o%o)", src_path, st.st_mode); in do_sync_push()
1521 path_holder += android::base::Basename(src_path); in do_sync_push()
1527 success &= sync_send(sc, src_path, dst_path, st.st_mtime, st.st_mode, sync, compression, in do_sync_push()
1529 sc.ReportTransferRate(src_path, TransferDirection::push); in do_sync_push()
1705 for (const char* src_path : srcs) { in do_sync_pull() local
[all …]