Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/unittests/Basic/
H A DFileManagerTest.cpp30 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) { in InjectFileOrDirectory() function in __anonc2988b750111::FakeStatCache
45 InjectFileOrDirectory(Path, INode, /*IsFile=*/true); in InjectFile()
50 InjectFileOrDirectory(Path, INode, /*IsFile=*/false); in InjectDirectory()