Home
last modified time | relevance | path

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

/external/clang/unittests/Basic/
DFileManagerTest.cpp30 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) { in InjectFileOrDirectory() argument
35 statBuf.st_ino = INode; in InjectFileOrDirectory()
44 void InjectFile(const char *Path, ino_t INode) { in InjectFile() argument
45 InjectFileOrDirectory(Path, INode, /*IsFile=*/true); in InjectFile()
49 void InjectDirectory(const char *Path, ino_t INode) { in InjectDirectory() argument
50 InjectFileOrDirectory(Path, INode, /*IsFile=*/false); in InjectDirectory()