Searched refs:target_path (Results 1 – 5 of 5) sorted by relevance
/build/make/tools/releasetools/ |
D | ota_utils.py | 1114 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)
|
D | ota_from_target_files.py | 746 target_path = os.path.join(input_file, *dst.split("/")) 747 os.rename(source_path, target_path)
|
D | common.py | 4200 def UnsparseImage(filepath, target_path=None): argument 4203 if target_path is None: 4208 RunAndCheckOutput(["simg2img", filepath, target_path])
|
/build/bazel/bazel_sandwich/ |
D | bazel_sandwich_imported_file.bzl | 41 target_path = "bazel_sandwich:" + json.encode(data),
|
/build/make/tools/releasetools/merge/ |
D | merge_target_files.py | 417 def files_from_path(target_path, extra_args=None): argument 419 find_command = ['find', target_path] + (extra_args or [])
|