Searched refs:AbsPath (Results 1 – 5 of 5) sorted by relevance
599 String AbsPath{FilePath}; in isIgnored() local602 make_absolute(AbsPath); in isIgnored()603 remove_dots(AbsPath, /*remove_dot_dot=*/true); in isIgnored()605 if (StringRef Dir{parent_path(AbsPath)}; PrevDir != Dir) { in isIgnored()638 const auto Pathname{convert_to_slash(AbsPath)}; in isIgnored()
528 llvm::SmallString<128> AbsPath(FileName); in fillRealPathName() local533 makeAbsolutePath(AbsPath); in fillRealPathName()534 llvm::sys::path::remove_dots(AbsPath, /*remove_dot_dot=*/true); in fillRealPathName()535 UFE->RealPathName = std::string(AbsPath); in fillRealPathName()
538 auto AbsPath = getAbsolutePath(*OverlayFileSystem, SourcePath); in run() local539 if (!AbsPath) { in run()542 << llvm::toString(AbsPath.takeError()) << "\n"; in run()545 AbsolutePaths.push_back(std::move(*AbsPath)); in run()
857 std::optional<SmallString<128>> AbsPath; in createOutputFileImpl() local862 AbsPath.emplace(OutputPath); in createOutputFileImpl()863 FileMgr->FixupRelativePath(*AbsPath); in createOutputFileImpl()864 OutputPath = *AbsPath; in createOutputFileImpl()
1412 SmallString<128> AbsPath; in readConfigFile() local1414 AbsPath.assign(CfgFile); in readConfigFile()1415 if (std::error_code EC = FS->makeAbsolute(AbsPath)) in readConfigFile()1418 CfgFile = AbsPath.str(); in readConfigFile()