Searched refs:RootPath (Results 1 – 9 of 9) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | utility.h | 29 RootPath, enumerator
|
D | utility.c | 309 GetPathComponent(filename,RootPath,root); in AppendImageFormat() 311 GetPathComponent(filename,RootPath,root); in AppendImageFormat() 316 GetPathComponent(filename,RootPath,root); in AppendImageFormat() 1322 case RootPath: in GetPathComponent()
|
D | blob.c | 3390 GetPathComponent(image->filename,RootPath,path); in OpenBlob()
|
/external/libbrillo/brillo/files/ |
D | safe_fd.cc | 176 const char* SafeFD::RootPath = "/"; member in brillo::SafeFD 181 if (strcmp(SafeFD::RootPath, "/") == 0) { in Root() 189 return root.first.OpenExistingDir(base::FilePath(SafeFD::RootPath)); in Root() 193 SafeFD::RootPath = new_root_path; in SetRootPathForTesting()
|
D | safe_fd.h | 195 BRILLO_EXPORT static const char* RootPath;
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/ |
D | tsprotocol.go | 1176 RootPath string `json:"rootPath,omitempty"` member 1237 RootPath string `json:"rootPath,omitempty"` member
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | tsprotocol.go | 1176 RootPath string `json:"rootPath,omitempty"` member 1237 RootPath string `json:"rootPath,omitempty"` member
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | tsprotocol.go | 1176 RootPath string `json:"rootPath,omitempty"` member 1237 RootPath string `json:"rootPath,omitempty"` member
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 132 BOOL IMAGEAPI SearchTreeForFile(PSTR RootPath,PSTR InputPathName,PSTR OutputPathBuffer); 133 …BOOL IMAGEAPI EnumDirTree(HANDLE hProcess,PSTR RootPath,PSTR InputPathName,PSTR OutputPathBuffer,P…
|