Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dbugreport.cpp42 BugreportStandardStreamsCallback(const std::string& dest_dir, const std::string& dest_file, in BugreportStandardStreamsCallback() argument
46 dest_dir_(dest_dir), in BugreportStandardStreamsCallback()
237 std::string dest_file, dest_dir; in DoIt() local
241 if (!getcwd(&dest_dir)) { in DoIt()
255 dest_dir = argv[1]; in DoIt()
282 BugreportStandardStreamsCallback bugz_callback(dest_dir, dest_file, show_progress, this); in DoIt()
/packages/modules/common/tools/
Dfinalize_sdk.py196dest_dir = compat_dir.joinpath(api_type, 'api') if src_file.suffix == '.txt' else compat_dir.joinp… variable
197 dest_file = maybe_tweak_compat_stem(dest_dir.joinpath(src_file.name))
198 os.makedirs(dest_dir, exist_ok = True)
200 created_dirs[COMPAT_REPO].add(dest_dir.relative_to(COMPAT_REPO))
/packages/modules/common/build/
Dmainline_modules_sdks.py448 dest_dir = os.path.join(r_snapshot_dir, apex)
449 os.makedirs(dest_dir, exist_ok=True)
455 bp_file = os.path.join(dest_dir, "sdk_library/Android.bp")
472 sdk_file, dest_dir,
514 dest_dir, "snapshot-creation-build-number.txt")
520 for root, dirs, files in os.walk(dest_dir):
526 shutil.make_archive(base_file, "zip", dest_dir)
1590 def extract_matching_files_from_zip(zip_path, dest_dir, pattern): argument
1596 os.makedirs(dest_dir, exist_ok=True)
1601 zip_file.extract(filename, dest_dir)
/packages/modules/adb/
Dtest_device.py1080 dest_dir = os.path.join(host_dir, 'dest')
1089 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=dest_dir)
1092 host_path = os.path.join(dest_dir, temp_file.base_name)