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

/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachOLayout.hpp190 virtual ino_t getInode() const { return fInode; }
233 ino_t fInode; member in class:MachOLayout
512 : fPath(path), fOffset(offset), fArchPair(0,0), fMTime(modTime), fInode(inode), fHasSplitSegInfo(false), fRootOwned(uid==0),
/macosx-10.10/dyld-353.2.1/src/
H A DImageLoader.cpp68 : fPath(path), fRealPath(NULL), fDevice(0), fInode(0), fLastModified(0),
102 fInode = inode;
190 return ( (this->fDevice == stat_buf.st_dev) && (this->fInode == stat_buf.st_ino) );
H A DImageLoader.h758 ino_t fInode; member in class:ImageLoader

Completed in 255 milliseconds