Searched refs:output_path (Results 1 – 12 of 12) sorted by relevance
| /system/extras/vbmeta_tools/ |
| D | vbmake.cc | 50 std::string output_path; in main() local 73 output_path = optarg; in main() 86 if (output_path.empty()) { in main() 91 if (!WriteToSuperVBMetaFile(output_path.c_str(), images)) { in main()
|
| /system/core/libsparse/ |
| D | append2simg.cpp | 50 char* output_path; in main() local 63 output_path = argv[1]; in main() 70 ret = asprintf(&tmp_path, "%s.append2simg", output_path); in main() 76 output = open(output_path, O_RDWR | O_BINARY); in main() 128 ret = rename(tmp_path, output_path); in main()
|
| /system/update_engine/scripts/ |
| D | simulate_ota.py | 52 def extract_img(zip_archive: zipfile.ZipFile, img_name, output_path): argument 55 extract_file(zip_archive, entry_name, output_path) 58 extract_file(zip_archive, "RADIO/" + img_name + ".img", output_path) 59 if is_sparse_image(output_path): 60 raw_img_path = output_path + ".raw" 61 subprocess.check_output(["simg2img", output_path, raw_img_path]) 62 os.rename(raw_img_path, output_path)
|
| /system/extras/partition_tools/ |
| D | lpmake.cc | 207 std::string output_path; in main() local 259 output_path = optarg; in main() 369 if (output_path.empty()) { in main() 445 if (!WriteToImageFile(output_path.c_str(), *metadata.get(), block_size, images, in main() 450 if (!WriteSplitImageFiles(output_path, *metadata.get(), block_size, images, in main() 455 } else if (!WriteToImageFile(output_path.c_str(), *metadata.get())) { in main()
|
| D | lpunpack.cc | 233 std::string output_path = output_dir_ + "/" + GetPartitionName(*partition) + ".img"; in ExtractPartition() local 234 unique_fd output_fd(open(output_path.c_str(), O_RDWR | O_CLOEXEC | O_CREAT | O_TRUNC, 0644)); in ExtractPartition() 236 std::cerr << "open failed: " << output_path << ": " << strerror(errno) << "\n"; in ExtractPartition()
|
| /system/update_engine/aosp/ |
| D | ota_extractor.cc | 119 const auto output_path = in ExtractImagesFromOTA() local 124 out_fd->Open(output_path.c_str(), O_RDWR | O_CREAT, 0644)); in ExtractImagesFromOTA() 179 truncate64(output_path.c_str(), partition.new_partition_info().size()); in ExtractImagesFromOTA() 181 PLOG(ERROR) << "Failed to truncate " << output_path << " to " in ExtractImagesFromOTA() 186 HashCalculator::RawHashOfFile(output_path, &actual_hash)); in ExtractImagesFromOTA()
|
| /system/update_engine/payload_generator/ |
| D | delta_diff_generator.h | 41 const std::string& output_path,
|
| D | delta_diff_generator.cc | 163 const string& output_path, in GenerateUpdatePayloadFile() argument 252 output_path, data_file.path(), private_key_path, metadata_size)); in GenerateUpdatePayloadFile()
|
| /system/apex/apexd/ |
| D | apex_file.h | 61 android::base::Result<void> Decompress(const std::string& output_path) const;
|
| /system/tools/mkbootimg/gki/ |
| D | certify_bootimg_test.py | 169 output_path = os.path.join( 171 with open(output_path, 'wb') as output:
|
| /system/extras/simpleperf/scripts/ |
| D | report_html.py | 41 def __init__(self, output_path: Union[Path, str]): 42 self.fh = open(output_path, 'w')
|
| /system/core/fastboot/fuzzy_fastboot/ |
| D | README.md | 186 …idation script. It is saved in whatever location is specified by the --output_path argument … 277 - **--output_path**: Some oem tests can download an image to the host for validation. This is the l…
|