Searched defs:output_path (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/cmd/
H A DOptimize.cpp43 std::string output_path; member in struct:aapt::OptimizeOptions
179 CreateZipFileArchiveWriter(context_->GetDiagnostics(), options_.output_path);
302 .RequiredFlag("-o", "Path to the output APK.", &options.output_path)
H A DCompile.cpp114 std::string output_path; member in struct:aapt::CompileOptions
195 const std::string& output_path) {
248 if (!writer->StartEntry(output_path, 0)) {
249 context->GetDiagnostics()->Error(DiagMessage(output_path) << "failed to open");
262 context->GetDiagnostics()->Error(DiagMessage(output_path) << "failed to write");
268 context->GetDiagnostics()->Error(DiagMessage(output_path) << "failed to finish entry");
274 static bool WriteHeaderAndBufferToWriter(const StringPiece& output_path, const ResourceFile& file, argument
278 if (!writer->StartEntry(output_path, 0)) {
279 diag->Error(DiagMessage(output_path) << "failed to open file");
299 diag->Error(DiagMessage(output_path) << "faile
193 CompileTable(IAaptContext* context, const CompileOptions& options, const ResourcePathData& path_data, IArchiveWriter* writer, const std::string& output_path) argument
311 WriteHeaderAndMmapToWriter(const StringPiece& output_path, const ResourceFile& file, const android::FileMap& map, IArchiveWriter* writer, IDiagnostics* diag) argument
348 FlattenXmlToOutStream(IAaptContext* context, const StringPiece& output_path, xml::XmlResource* xmlres, CompiledFileOutputStream* out) argument
386 CompileXml(IAaptContext* context, const CompileOptions& options, const ResourcePathData& path_data, IArchiveWriter* writer, const std::string& output_path) argument
466 CompilePng(IAaptContext* context, const CompileOptions& options, const ResourcePathData& path_data, IArchiveWriter* writer, const std::string& output_path) argument
575 CompileFile(IAaptContext* context, const CompileOptions& options, const ResourcePathData& path_data, IArchiveWriter* writer, const std::string& output_path) argument
[all...]
H A DLink.cpp70 std::string output_path; member in struct:aapt::LinkOptions
1662 std::unique_ptr<IArchiveWriter> archive_writer = MakeArchiveWriter(options_.output_path);
1845 .RequiredFlag("-o", "Output path.", &options.output_path)
/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.cpp263 string output_path = local
266 llvm::sys::path::parent_path(output_path))) {
268 output_path.c_str(), EC.message().c_str());
277 if (!out.startFile(output_path, filename, context.rsFileName,

Completed in 829 milliseconds