Searched refs:input_path (Results 1 – 3 of 3) sorted by relevance
217 sys::fs::Path input_path(pArchiveFile.path().parent_path()); in readMemberHeader() local218 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()
226 const std::string &input_path = OptInputFilenames[0]; in DetermineOutputFilename() local227 llvm::SmallString<200> output_path(input_path); in DetermineOutputFilename()231 llvm::errs() << "Failed to determine the absolute path of `" << input_path in DetermineOutputFilename()
333 static bool IsValidFile(IAaptContext* context, const std::string& input_path) { in IsValidFile() argument334 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()