Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Basic/
H A DFileManagerTest.cpp32 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile, in InjectFileOrDirectory() function in __anon797655720111::FakeStatCache
64 InjectFileOrDirectory(Path, INode, /*IsFile=*/true, StatPath); in InjectFile()
69 InjectFileOrDirectory(Path, INode, /*IsFile=*/false, nullptr); in InjectDirectory()