Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dbugreport.cpp41 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/
Ddownload_boot_prebuilt.py66 def get_artifact_download_spec(build_id, device, variant, dest_dir): argument
71 dest_filename = os.path.join(dest_dir, filename)
/packages/modules/adb/
Dtest_device.py1104 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)