Searched refs:dry_run (Results 1 – 5 of 5) sorted by relevance
/packages/modules/adb/daemon/ |
D | file_sync_service.cpp | 349 CompressionType compression, bool dry_run, std::vector<char>& buffer, in handle_send_file() argument 354 if (!dry_run) { in handle_send_file() 454 static bool handle_send_link(int s, const std::string& path, uint32_t* timestamp, bool dry_run, in handle_send_link() argument 473 if (!dry_run) { in handle_send_link() 508 bool dry_run, std::vector<char>& buffer) { in send_impl() argument 512 if (!dry_run) { in send_impl() 523 result = handle_send_link(s, path, ×tamp, dry_run, buffer); in send_impl() 533 if (should_use_fs_config(path) && !dry_run) { in send_impl() 538 compression, dry_run, buffer, do_unlink); in send_impl() 585 bool dry_run = false; in do_send_v2() local [all …]
|
/packages/modules/adb/client/ |
D | file_sync_client.cpp | 352 bool SendSend2(std::string_view path, mode_t mode, CompressionType compression, bool dry_run) { in SendSend2() argument 389 if (dry_run) { in SendSend2() 565 size_t data_length, bool dry_run) { in SendSmallFile() argument 566 if (dry_run) { in SendSmallFile() 568 return SendLargeFile(path, mode, lpath, rpath, mtime, CompressionType::None, dry_run); in SendSmallFile() 611 bool dry_run) { in SendLargeFile() argument 612 if (dry_run && !HaveSendRecv2DryRunSend()) { in SendLargeFile() 623 if (!SendSend2(path, mode, compression, dry_run)) { in SendLargeFile() 1032 bool dry_run) { in sync_send() argument 1053 if (!sc.SendSmallFile(rpath, mode, lpath, rpath, mtime, buf, data_length, dry_run)) { in sync_send() [all …]
|
D | file_sync_client.h | 26 CompressionType compression, bool dry_run); 31 CompressionType compression, bool dry_run);
|
D | commandline.cpp | 1349 CompressionType* compression, bool* dry_run) { in parse_push_pull_args() argument 1373 } else if (dry_run && !strcmp(*arg, "-n")) { in parse_push_pull_args() 1374 *dry_run = true; in parse_push_pull_args() 1962 bool dry_run = false; in adb_commandline() local 1968 &dry_run); in adb_commandline() 1970 return do_sync_push(srcs, dst, sync, compression, dry_run) ? 0 : 1; in adb_commandline() 1996 bool dry_run = false; in adb_commandline() local 2010 dry_run = true; in adb_commandline() 2039 if (!do_sync_sync(src_dir, "/" + partition, list_only, compression, dry_run)) { in adb_commandline()
|
/packages/services/Car/car_product/sepolicy/private/ |
D | carservice_app.te | 87 # Allow setting "dumpstate.dry_run"
|