Searched refs:AbsPath (Results 1 – 5 of 5) sorted by relevance
607 String AbsPath{FilePath}; in isIgnored() local610 make_absolute(AbsPath); in isIgnored()611 remove_dots(AbsPath, /*remove_dot_dot=*/true); in isIgnored()613 if (StringRef Dir{parent_path(AbsPath)}; PrevDir != Dir) { in isIgnored()646 const auto Pathname{convert_to_slash(AbsPath)}; in isIgnored()
521 llvm::SmallString<128> AbsPath(FileName); in fillRealPathName() local526 makeAbsolutePath(AbsPath); in fillRealPathName()527 llvm::sys::path::remove_dots(AbsPath, /*remove_dot_dot=*/true); in fillRealPathName()528 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()
856 std::optional<SmallString<128>> AbsPath; in createOutputFileImpl() local861 AbsPath.emplace(OutputPath); in createOutputFileImpl()862 FileMgr->FixupRelativePath(*AbsPath); in createOutputFileImpl()863 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()