Home
last modified time | relevance | path

Searched refs:AbsPath (Results 1 - 5 of 5) sorted by relevance

/third_party/ninja/src/
H A Dincludes_normalize-win32.cc131 relative_to_ = AbsPath(relative_to, &err); in IncludesNormalize()
138 string IncludesNormalize::AbsPath(StringPiece s, string* err) { in AbsPath() function in IncludesNormalize
161 string abs_path = AbsPath(path, err); in Relativize()
196 string abs_input = AbsPath(partially_fixed, err); in Normalize()
H A Dincludes_normalize.h30 static std::string AbsPath(StringPiece s, std::string* err);
H A Dincludes_normalize_test.cc67 NormalizeAndCheckNoError(IncludesNormalize::AbsPath("a", &err))); in TEST()
/third_party/gn/src/gn/
H A Dfunction_get_path_info_unittest.cc80 TEST_F(GetPathInfoTest, AbsPath) { in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCommandLine.cpp1225 SmallString<128> AbsPath; in readConfigFile() local
1227 llvm::sys::fs::current_path(AbsPath); in readConfigFile()
1228 llvm::sys::path::append(AbsPath, CfgFile); in readConfigFile()
1229 CfgFile = AbsPath.str(); in readConfigFile()

Completed in 7 milliseconds