Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dfilesystem_utils.h104 bool IsPathSourceAbsolute(std::string_view path);
Danalyzer.cc110 if (!IsPathSourceAbsolute(s) && !IsPathAbsolute(s)) { in AbsoluteOrSourceAbsoluteStringToLabel()
144 if (!IsPathSourceAbsolute(s) && !IsPathAbsolute(s)) { in JSONToInputs()
Dfilesystem_utils.cc358 bool IsPathSourceAbsolute(std::string_view path) { in IsPathSourceAbsolute() function
811 if (!IsPathSourceAbsolute(value)) { in ResolvePath()