Home
last modified time | relevance | path

Searched refs:useNormalizedPaths (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp707 if (useNormalizedPaths()) in addFile()
817 if (FS.useNormalizedPaths()) in lookupInMemoryNode()
959 if (useNormalizedPaths()) in setCurrentWorkingDirectory()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DVirtualFileSystem.h474 bool useNormalizedPaths() const { return UseNormalizedPaths; } in useNormalizedPaths() function