Home
last modified time | relevance | path

Searched refs:input_path (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DGNUArchiveReader.cpp217 sys::fs::Path input_path(pArchiveFile.path().parent_path()); in readMemberHeader() local
218 if (!input_path.empty()) in readMemberHeader()
219 input_path.append(sys::fs::Path(member_name)); in readMemberHeader()
221 input_path.assign(member_name); in readMemberHeader()
224 pArchiveFile, isThinAR, member_name, input_path); in readMemberHeader()
/frameworks/compile/libbcc/tools/bcc_compat/
DMain.cpp226 const std::string &input_path = OptInputFilenames[0]; in DetermineOutputFilename() local
227 llvm::SmallString<200> output_path(input_path); in DetermineOutputFilename()
231 llvm::errs() << "Failed to determine the absolute path of `" << input_path in DetermineOutputFilename()
/frameworks/base/tools/aapt2/cmd/
DCompile.cpp333 static bool IsValidFile(IAaptContext* context, const std::string& input_path) { in IsValidFile() argument
334 const file::FileType file_type = file::GetFileType(input_path); in IsValidFile()
337 context->GetDiagnostics()->Error(DiagMessage(input_path) in IsValidFile()
340 context->GetDiagnostics()->Error(DiagMessage(input_path) << "file not found"); in IsValidFile()
342 context->GetDiagnostics()->Error(DiagMessage(input_path) in IsValidFile()