Searched refs:out_file (Results 1 – 9 of 9) sorted by relevance
/build/make/tools/releasetools/ |
D | build_image.py | 235 def BuildImageMkfs(in_dir, prop_dict, out_file, target_out, fs_config): argument 264 build_command.extend([in_dir, out_file, fs_type, 305 build_command.extend([in_dir, out_file]) 321 build_command.extend([in_dir, out_file]) 343 build_command.extend([out_file, prop_dict["image_size"]]) 405 unsparse_image = UnsparseImage(out_file, replace=False) 417 def BuildImage(in_dir, prop_dict, out_file, target_out=None): argument 456 BuildImageMkfs(in_dir, tmp_dict, out_file, target_out, fs_config) 457 size = GetDiskUsage(out_file) 458 os.remove(out_file) [all …]
|
D | verity_utils.py | 144 with open(target, 'ab') as out_file, \ 147 out_file.write(line) 239 def PadSparseImage(self, out_file): argument 243 def Build(self, out_file): argument 314 def Build(self, out_file): argument 332 root_hash, salt = BuildVerityTree(out_file, verity_image_path) 352 out_file, verity_image_path, verity_fec_path, padding_size) 356 out_file, verity_image_path, "Failed to append verity data") 358 def PadSparseImage(self, out_file): argument 359 sparse_image_size = GetSimgSize(out_file) [all …]
|
D | ota_from_target_files.py | 365 out_file = common.MakeTempFile(prefix="signed-", suffix=".bin") 366 cmd = [self.signer] + self.signer_args + ['-in', in_file, '-out', out_file] 368 return out_file 1486 with open(OPTIONS.log_diff, 'w') as out_file: 1488 '', source_dir, target_dir, out_file)
|
D | sign_target_files_apks | 437 open(uncompressed.name, "wb") as out_file: 438 shutil.copyfileobj(in_file, out_file) 477 gzip.open(compressed.name, "wb") as out_file: 478 shutil.copyfileobj(in_file, out_file)
|
D | common.py | 1933 open(out_filename, "wb") as out_file: 1934 shutil.copyfileobj(in_file, out_file)
|
/build/make/tools/fs_config/end_to_end_test/ |
D | run_test.sh | 9 --out_file result_system_fs_config_files \ 21 --out_file result_system_fs_config_dirs \ 32 --out_file result_vendor_fs_config_files \ 43 --out_file result_vendor_fs_config_dirs \ 54 --out_file result_product_fs_config_files \ 65 --out_file result_product_fs_config_dirs \
|
/build/make/tools/fs_config/ |
D | Android.mk | 165 --out_file $@ \ 192 --out_file $@ \ 219 --out_file $@ \ 245 --out_file $@ \ 274 --out_file $@ \ 300 --out_file $@ \ 329 --out_file $@ \ 355 --out_file $@ \ 384 --out_file $@ \ 410 --out_file $@ \ [all …]
|
D | fs_config_generator.py | 985 def _to_fs_entry(self, fs_config, out_file): argument 1055 out_file.write(length_binary) 1056 out_file.write(mode_binary) 1057 out_file.write(user_binary) 1058 out_file.write(group_binary) 1059 out_file.write(caps_binary) 1060 out_file.write(path_binary)
|
/build/pesto/experiments/prepare_bazel_test_env/data/templates/platform_testing/tests/example/native/ |
D | BUILD.bazel.template | 52 out_file=$${{out_files[$$i]}} 54 cp $$src_file $$out_file
|