Searched defs:input_path (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp226 const std::string &input_path = OptInputFilenames[0]; local
227 llvm::SmallString<200> output_path(input_path);
231 llvm::errs() << "Failed to determine the absolute path of `" << input_path
/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp386 static bool IsValidFile(IAaptContext* context, const std::string& input_path) { argument
387 const file::FileType file_type = file::GetFileType(input_path);
390 context->GetDiagnostics()->Error(DiagMessage(input_path)
393 context->GetDiagnostics()->Error(DiagMessage(input_path) << "file not found");
395 context->GetDiagnostics()->Error(DiagMessage(input_path)

Completed in 487 milliseconds