Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DCompile.cpp114 std::string output_path; member
195 const std::string& output_path) { in CompileTable() argument
248 if (!writer->StartEntry(output_path, 0)) { in CompileTable()
249 context->GetDiagnostics()->Error(DiagMessage(output_path) << "failed to open"); in CompileTable()
262 context->GetDiagnostics()->Error(DiagMessage(output_path) << "failed to write"); in CompileTable()
268 context->GetDiagnostics()->Error(DiagMessage(output_path) << "failed to finish entry"); in CompileTable()
274 static bool WriteHeaderAndBufferToWriter(const StringPiece& output_path, const ResourceFile& file, in WriteHeaderAndBufferToWriter() argument
278 if (!writer->StartEntry(output_path, 0)) { in WriteHeaderAndBufferToWriter()
279 diag->Error(DiagMessage(output_path) << "failed to open file"); in WriteHeaderAndBufferToWriter()
299 diag->Error(DiagMessage(output_path) << "failed to write data"); in WriteHeaderAndBufferToWriter()
[all …]
DOptimize.cpp43 std::string output_path; member
179 CreateZipFileArchiveWriter(context_->GetDiagnostics(), options_.output_path); in Run()
302 .RequiredFlag("-o", "Path to the output APK.", &options.output_path) in Optimize()
DLink.cpp70 std::string output_path; member
1662 std::unique_ptr<IArchiveWriter> archive_writer = MakeArchiveWriter(options_.output_path); in Run()
1845 .RequiredFlag("-o", "Output path.", &options.output_path) in Link()
/frameworks/compile/libbcc/tools/bcc_compat/
DMain.cpp227 llvm::SmallString<200> output_path(input_path); in DetermineOutputFilename() local
229 std::error_code err = llvm::sys::fs::make_absolute(output_path); in DetermineOutputFilename()
238 llvm::sys::path::replace_extension(output_path, "o"); in DetermineOutputFilename()
242 llvm::sys::path::remove_filename(output_path); in DetermineOutputFilename()
243 llvm::sys::path::append(output_path, "a.out"); in DetermineOutputFilename()
246 return output_path.c_str(); in DetermineOutputFilename()
/frameworks/compile/libbcc/lib/
DRSCompilerDriver.cpp248 llvm::SmallString<80> output_path(pCacheDir); in build() local
249 llvm::sys::path::append(output_path, pResName); in build()
250 llvm::sys::path::replace_extension(output_path, ".o"); in build()
295 output_path.c_str(), in build()
414 llvm::SmallString<80> output_path(pOutputFilepath); in buildScriptGroup() local
415 llvm::sys::path::replace_extension(output_path, ".o"); in buildScriptGroup()
427 compileScript(script, pOutputFilepath, output_path.c_str(), coreLibPath, in buildScriptGroup()
/frameworks/native/cmds/installd/
Ddexopt.h42 bool move_ab(const char* apk_path, const char* instruction_set, const char* output_path);
54 bool delete_odex(const char* apk_path, const char* instruction_set, const char* output_path);
/frameworks/compile/slang/
Dslang_rs_reflect_utils.cpp263 string output_path = in GenerateJavaBitCodeAccessor() local
266 llvm::sys::path::parent_path(output_path))) { in GenerateJavaBitCodeAccessor()
268 output_path.c_str(), EC.message().c_str()); in GenerateJavaBitCodeAccessor()
277 if (!out.startFile(output_path, filename, context.rsFileName, in GenerateJavaBitCodeAccessor()
/frameworks/compile/libbcc/tests/libbcc/
Dtest_slang_version_info.ll13 ; RUN: bcc -o test_slang_version_info-known-version -output_path %T \
17 ; RUN: bcc -o test_slang_version_info-unknown-version -output_path %T \
39 ; RUN: bcc -o test_slang_version_info-known-version -output_path %T \
Ddebug_info_static_const_fp.ll9 ; RUN: bcc -o debug_info_static_const_fp -output_path %T -bclib libclcore.bc -mtriple armv7-none-li…
Dtest_reduce_general_cleanup.ll10 ; RUN: bcc -o test_reduce_general_cleanup -output_path %T -bclib libclcore.bc -mtriple armv7-none-l…