/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
getdents_helper.h | 19 GetDentsHelper(ino_t curdir_ino, ino_t parentdir_ino); 22 void AddDirent(ino_t ino, const char* name, size_t namelen); 29 ino_t curdir_ino_; 30 ino_t parentdir_ino_;
|
inode_pool.h | 21 ino_t Acquire() { 42 void Release(ino_t ino) { 54 std::vector<ino_t> inos_;
|
getdents_helper.cc | 22 GetDentsHelper::GetDentsHelper(ino_t curdir_ino, ino_t parentdir_ino) 42 void GetDentsHelper::AddDirent(ino_t ino, const char* name, size_t namelen) {
|
mount_node_dir.cc | 20 const ino_t kParentDirIno = -1; 123 ino_t ino = it->second->stat_.st_ino;
|
mount_node_html5fs.cc | 97 const ino_t kCurDirIno = -1; 98 const ino_t kParentDirIno = -2;
|
/external/e2fsprogs/include/nonunix/linux/ |
types.h | 25 typedef __u32 ino_t; typedef
|
/external/chromium/base/ |
linux_util.h | 29 bool FileDescriptorGetInode(ino_t* inode_out, int fd); 33 bool FindProcessHoldingSocket(pid_t* pid_out, ino_t socket_inode);
|
linux_util.cc | 83 bool ProcPathGetInode(ino_t* inode_out, const char* path, bool log = false) { 183 bool FileDescriptorGetInode(ino_t* inode_out, int fd) { 197 bool FindProcessHoldingSocket(pid_t* pid_out, ino_t socket_inode) { 234 ino_t fd_inode;
|
/external/chromium_org/base/ |
linux_util.h | 30 BASE_EXPORT bool FileDescriptorGetInode(ino_t* inode_out, int fd); 34 BASE_EXPORT bool FindProcessHoldingSocket(pid_t* pid_out, ino_t socket_inode);
|
linux_util.cc | 82 bool ProcPathGetInode(ino_t* inode_out, const char* path, bool log = false) { 183 bool FileDescriptorGetInode(ino_t* inode_out, int fd) { 197 bool FindProcessHoldingSocket(pid_t* pid_out, ino_t socket_inode) { 234 ino_t fd_inode = static_cast<ino_t>(-1);
|
/external/chromium_org/sandbox/linux/suid/ |
linux_util.h | 19 bool FindProcessHoldingSocket(pid_t* pid_out, ino_t socket_inode);
|
linux_util.c | 29 static bool ProcPathGetInodeAt(ino_t* inode_out, int base_dir_fd, 65 bool FindProcessHoldingSocket(pid_t* pid_out, ino_t socket_inode) { 113 ino_t fd_inode;
|
/external/chromium_org/third_party/skia/src/ports/ |
SkOSFile_posix.cpp | 19 ino_t ino;
|
/external/skia/src/ports/ |
SkOSFile_posix.cpp | 19 ino_t ino;
|
/ndk/sources/host-tools/make-3.81/w32/include/ |
dirent.h | 40 ino_t d_ino; /* unused - no equivalent on WINDOWS32 */
|
/system/extras/fatblock/ |
fatblock.h | 50 ino_t ino;
|
/external/kernel-headers/original/linux/nfsd/ |
nfsfh.h | 121 static inline __u32 ino_t_to_u32(ino_t ino) 126 static inline ino_t u32_to_ino_t(__u32 uino) 128 return (ino_t) uino; 168 static inline void mk_fsid_v0(u32 *fsidv, dev_t dev, ino_t ino) 180 static inline void mk_fsid_v2(u32 *fsidv, dev_t dev, ino_t ino) 187 static inline void mk_fsid_v3(u32 *fsidv, dev_t dev, ino_t ino)
|
xdr.h | 171 int namlen, loff_t offset, ino_t ino, unsigned int);
|
/external/clang/unittests/Basic/ |
FileManagerTest.cpp | 29 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) { 40 void InjectFile(const char *Path, ino_t INode) { 45 void InjectDirectory(const char *Path, ino_t INode) {
|
/external/kernel-headers/original/asm-mips/ |
stat.h | 21 ino_t st_ino;
|
/external/tcpdump/ |
nfsfh.h | 68 extern void Parse_fh(const unsigned char *, int, my_fsid *, ino_t *, const char **, const char **, int);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
types.h | 14 typedef __kernel_ino_t ino_t; typedef
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
types.h | 14 typedef __kernel_ino_t ino_t; typedef
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
types.h | 14 typedef __kernel_ino_t ino_t; typedef
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
types.h | 50 typedef __ino_t ino_t; typedef 52 typedef __ino64_t ino_t; typedef
|