Searched refs:dry_run (Results 1 – 8 of 8) sorted by relevance
/system/core/adb/client/ |
D | file_sync_client.h | 26 CompressionType compression, bool dry_run); 31 CompressionType compression, bool dry_run);
|
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 | commandline.cpp | 1348 CompressionType* compression, bool* dry_run) { in parse_push_pull_args() argument 1372 } else if (dry_run && !strcmp(*arg, "-n")) { in parse_push_pull_args() 1373 *dry_run = true; in parse_push_pull_args() 1961 bool dry_run = false; in adb_commandline() local 1967 &dry_run); in adb_commandline() 1969 return do_sync_push(srcs, dst, sync, compression, dry_run) ? 0 : 1; in adb_commandline() 1995 bool dry_run = false; in adb_commandline() local 2009 dry_run = true; in adb_commandline() 2038 if (!do_sync_sync(src_dir, "/" + partition, list_only, compression, dry_run)) { in adb_commandline()
|
/system/core/adb/daemon/ |
D | file_sync_service.cpp | 348 CompressionType compression, bool dry_run, std::vector<char>& buffer, in handle_send_file() argument 353 if (!dry_run) { in handle_send_file() 445 static bool handle_send_link(int s, const std::string& path, uint32_t* timestamp, bool dry_run, in handle_send_link() argument 464 if (!dry_run) { in handle_send_link() 499 bool dry_run, std::vector<char>& buffer) { in send_impl() argument 503 if (!dry_run) { in send_impl() 514 result = handle_send_link(s, path, ×tamp, dry_run, buffer); in send_impl() 524 if (should_use_fs_config(path) && !dry_run) { in send_impl() 529 compression, dry_run, buffer, do_unlink); in send_impl() 576 bool dry_run = false; in do_send_v2() local [all …]
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | property_contexts | 151 dumpstate.dry_run u:object_r:exported_dumpstate_prop:s0 exact bool
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | property_contexts | 196 dumpstate.dry_run u:object_r:exported_dumpstate_prop:s0 exact bool
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | property_contexts | 220 dumpstate.dry_run u:object_r:exported_dumpstate_prop:s0 exact bool
|
/system/sepolicy/private/ |
D | property_contexts | 517 dumpstate.dry_run u:object_r:exported_dumpstate_prop:s0 exact bool
|