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

/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-filepath.h92 // Given directory = "dir", relative_path = "test.xml",
96 const FilePath& relative_path);
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-filepath.h95 // Given directory = "dir", relative_path = "test.xml",
99 const FilePath& relative_path);
/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-filepath.cc197 // Given directory = "dir", relative_path = "test.xml", returns "dir/test.xml".
200 const FilePath& relative_path) {
202 return relative_path;
204 return FilePath(dir.string() + kPathSeparator + relative_path.string());
199 ConcatPaths(const FilePath & directory,const FilePath & relative_path) argument
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-filepath.cc193 // Given directory = "dir", relative_path = "test.xml", returns "dir/test.xml".
196 const FilePath& relative_path) {
198 return relative_path;
200 return FilePath(dir.string() + kPathSeparator + relative_path.string());
195 ConcatPaths(const FilePath & directory,const FilePath & relative_path) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dshaderapi.c3327 valid_path_format(const char *str, bool relative_path) argument
3331 if (!str[i] || (!relative_path && str[i] != '/'))
3367 bool relative_path = ctx->Shared->ShaderIncludes->num_include_paths; local in function:validate_and_tokenise_sh_incl
3369 if (!valid_path_format(full_path, relative_path)) {
3431 bool relative_path = path[0] != '/'; local in function:lookup_shader_include
3439 if (relative_path) {

Completed in 11 milliseconds