Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/format/
H A DArchive_test.cpp46 file::mkdirs(output_path); in MakeDirectoryWriter()
54 std::remove(output_path.c_str()); in MakeZipFileWriter()
90 std::string output_path = GetTestPath("output"); in TEST_F() local
107 VerifyDirectory(output_path, "test1", data1.get()); in TEST_F()
108 VerifyDirectory(output_path, "test2", data2.get()); in TEST_F()
112 std::string output_path = GetTestPath("output"); in TEST_F() local
138 std::string output_path = GetTestPath("output"); in TEST_F() local
167 VerifyZipFile(output_path, "test1", data1.get()); in TEST_F()
168 VerifyZipFile(output_path, "test2", data2.get()); in TEST_F()
193 VerifyZipFile(output_path, "test1", data1.get()); in TEST_F()
[all …]
/aosp14/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp152 const std::string& output_path) { in CompileTable() argument
196 if (!writer->StartEntry(output_path, 0)) { in CompileTable()
291 if (!writer->StartEntry(output_path, 0)) { in WriteHeaderAndDataToWriter()
292 diag->Error(android::DiagMessage(output_path) << "failed to open file"); in WriteHeaderAndDataToWriter()
355 const std::string& output_path) { in CompileXml() argument
394 if (!writer->StartEntry(output_path, 0)) { in CompileXml()
408 if (!FlattenXmlToOutStream(output_path, *xmlres, &container_writer, in CompileXml()
422 context->GetDiagnostics()->Error(android::DiagMessage(output_path) in CompileXml()
456 const std::string& output_path) { in CompilePng() argument
565 const std::string& output_path) { in CompileFile() argument
[all …]
H A DCompile.h33 std::string output_path; member
53 AddRequiredFlag("-o", "Output path", &options_.output_path, Command::kPath); in CompileCommand()
H A DOptimize.h30 std::optional<std::string> output_path; member
78 AddOptionalFlag("-o", "Path to the output APK.", &options_.output_path, Command::kPath); in OptimizeCommand()
H A DLink.h39 std::string output_path; member
117 AddRequiredFlag("-o", "Output path.", &options_.output_path, Command::kPath); in LinkCommand()
H A DOptimize.cpp232 if (options_.output_path) { in Run()
234 CreateZipFileArchiveWriter(context_->GetDiagnostics(), options_.output_path.value()); in Run()
H A DLink.cpp2257 std::unique_ptr<IArchiveWriter> archive_writer = MakeArchiveWriter(options_.output_path); in Run()
/aosp14/system/core/libsparse/
H A 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()
/aosp14/frameworks/base/tools/aapt2/
H A DLoadedApk.cpp229 std::string output_path = path; in WriteToArchive() local
234 output_path = it->second; in WriteToArchive()
239 if (is_resource && referenced_resources.find(output_path) == referenced_resources.end()) { in WriteToArchive()
306 context, file, output_path, writer)) { in WriteToArchive()
/aosp14/system/core/fastboot/fuzzy_fastboot/
H A 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…