HomeSort by relevance Sort by last modified time
    Searched refs:Inode (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Basic/
FileManager.h 25 // FIXME: Enhance libsystem to support inode and other fields in stat.
65 ino_t Inode; // Inode number for the file.
74 FileEntry(dev_t device, ino_t inode, mode_t m)
75 : Name(0), Device(device), Inode(inode), FileMode(m), FD(-1) {}
77 FileEntry() : Name(0), Device(0), Inode(0), FileMode(0), FD(-1) {}
94 ino_t getInode() const { return Inode; }
104 return Device < RHS.Device || (Device == RHS.Device && Inode < RHS.Inode);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
qnx4_fs.h 43 * This is the original qnx4 inode layout on disk.
85 struct qnx4_inode_entry Inode;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
qnx4_fs.h 43 * This is the original qnx4 inode layout on disk.
85 struct qnx4_inode_entry Inode;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
qnx4_fs.h 43 * This is the original qnx4 inode layout on disk.
85 struct qnx4_inode_entry Inode;

Completed in 31 milliseconds