Searched refs:IsPathSourceAbsolute (Results 1 – 3 of 3) sorted by relevance
104 bool IsPathSourceAbsolute(std::string_view path);
110 if (!IsPathSourceAbsolute(s) && !IsPathAbsolute(s)) { in AbsoluteOrSourceAbsoluteStringToLabel()144 if (!IsPathSourceAbsolute(s) && !IsPathAbsolute(s)) { in JSONToInputs()
358 bool IsPathSourceAbsolute(std::string_view path) { in IsPathSourceAbsolute() function811 if (!IsPathSourceAbsolute(value)) { in ResolvePath()