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

/external/clang/unittests/Basic/
H A DFileManagerTest.cpp31 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) { argument
36 Data.UniqueID = llvm::sys::fs::UniqueID(1, INode);
45 void InjectFile(const char *Path, ino_t INode) { argument
46 InjectFileOrDirectory(Path, INode, /*IsFile=*/true);
50 void InjectDirectory(const char *Path, ino_t INode) { argument
51 InjectFileOrDirectory(Path, INode, /*IsFile=*/false);
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.h101 UInt64 INode; member in struct:CHardLinkNode
H A DArchiveExtractCallback.cpp89 return MyCompare(INode, a.INode);
94 h.INode = 0;
100 if (!ConvertPropVariantToUInt64(prop, h.INode))

Completed in 127 milliseconds