Home
last modified time | relevance | path

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

/external/clang/unittests/Basic/
DFileManagerTest.cpp31 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) { in InjectFileOrDirectory() function in __anondff2dd210111::FakeStatCache
46 InjectFileOrDirectory(Path, INode, /*IsFile=*/true); in InjectFile()
51 InjectFileOrDirectory(Path, INode, /*IsFile=*/false); in InjectDirectory()