Home
last modified time | relevance | path

Searched refs:output_path (Results 1 – 8 of 8) sorted by relevance

/system/core/libsparse/
Dappend2simg.cpp50 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/extras/partition_tools/
Dlpmake.cc107 std::string output_path; in main() local
148 output_path = optarg; in main()
248 if (output_path.empty()) { in main()
352 if (!WriteToImageFile(output_path.c_str(), *metadata.get(), block_size, images, in main()
357 if (!WriteSplitImageFiles(output_path, *metadata.get(), block_size, images, in main()
362 } else if (!WriteToImageFile(output_path.c_str(), *metadata.get())) { in main()
Dlpunpack.cc233 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/payload_generator/
Ddelta_diff_generator.h40 const std::string& output_path,
Ddelta_diff_generator.cc54 const string& output_path, in GenerateUpdatePayloadFile() argument
125 output_path, temp_file_path, private_key_path, metadata_size)); in GenerateUpdatePayloadFile()
/system/bt/tools/scripts/
Ddump_metrics_ascii.py56 output_path = os.path.join(output_dir, output_filename)
/system/extras/simpleperf/scripts/
Dreport_html.py34 def __init__(self, output_path): argument
35 self.fh = open(output_path, 'w')
/system/core/fastboot/fuzzy_fastboot/
DREADME.md186 …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…