Searched refs:dest_dir (Results 1 – 3 of 3) sorted by relevance
/packages/modules/adb/client/ |
D | bugreport.cpp | 41 BugreportStandardStreamsCallback(const std::string& dest_dir, const std::string& dest_file, in BugreportStandardStreamsCallback() argument 45 dest_dir_(dest_dir), in BugreportStandardStreamsCallback() 235 std::string dest_file, dest_dir; in DoIt() local 239 if (!getcwd(&dest_dir)) { in DoIt() 253 dest_dir = argv[1]; in DoIt() 280 BugreportStandardStreamsCallback bugz_callback(dest_dir, dest_file, show_progress, this); in DoIt()
|
/packages/modules/Gki/ |
D | download_boot_prebuilt.py | 66 def get_artifact_download_spec(build_id, device, variant, dest_dir): argument 71 dest_filename = os.path.join(dest_dir, filename)
|
/packages/modules/adb/ |
D | test_device.py | 1104 dest_dir = os.path.join(host_dir, 'dest') 1113 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=dest_dir) 1116 host_path = os.path.join(dest_dir, temp_file.base_name)
|