Home
last modified time | relevance | path

Searched refs:target_path (Results 1 – 5 of 5) sorted by relevance

/build/make/tools/releasetools/
Dota_utils.py1114 target_path = os.path.join(
1116 if os.path.exists(target_path):
1118 os.makedirs(os.path.dirname(target_path), exist_ok=True)
1119 shutil.copy(path, target_path)
Dota_from_target_files.py746 target_path = os.path.join(input_file, *dst.split("/"))
747 os.rename(source_path, target_path)
Dcommon.py4200 def UnsparseImage(filepath, target_path=None): argument
4203 if target_path is None:
4208 RunAndCheckOutput(["simg2img", filepath, target_path])
/build/bazel/bazel_sandwich/
Dbazel_sandwich_imported_file.bzl41 target_path = "bazel_sandwich:" + json.encode(data),
/build/make/tools/releasetools/merge/
Dmerge_target_files.py417 def files_from_path(target_path, extra_args=None): argument
419 find_command = ['find', target_path] + (extra_args or [])