Home
last modified time | relevance | path

Searched refs:inode (Results 76 - 79 of 79) sorted by relevance

1234

/third_party/nghttp2/doc/_exts/rubydomain/
H A Drubydomain.py418 inode = addnodes.index(entries=[_make_index(
420 ret.append(inode)
/third_party/python/Lib/
H A Dtarfile.py2068 inode = (statres.st_ino, statres.st_dev)
2070 inode in self.inodes and arcname != self.inodes[inode]:
2074 linkname = self.inodes[inode]
2076 # The inode is added only if its valid.
2079 if inode[0]:
2080 self.inodes[inode] = arcname
/third_party/ntfs-3g/ntfsprogs/
H A Dntfswipe.c116 s64 inode; /* MFT record number */ member
837 ntfs_log_error("Can't map runlist (inode %lld)\n", in wipe_attr_tail()
848 ntfs_log_error(" (inode %lld)\n", (long long)ni->mft_no); in wipe_attr_tail()
896 ntfs_log_verbose("Could not open inode\n"); in wipe_tails()
1268 ntfs_log_verbose("Could not open inode\n"); in wipe_directory()
1294 "(inode %lld)\n", (long long)inode_num); in wipe_directory()
1301 "(inode %lld)\n", (long long)inode_num); in wipe_directory()
1310 "name (inode %lld)\n", (long long)inode_num); in wipe_directory()
1319 " (inode %lld)\n", (long long)inode_num); in wipe_directory()
1326 "(inode in wipe_directory()
[all...]
/third_party/python/Lib/test/
H A Dtest_os.py4197 self.assertEqual(entry.inode(),
4318 self.assertRaises(FileNotFoundError, entry.inode)
4323 self.assertGreater(entry.inode(), 0)
4337 self.assertRaises(FileNotFoundError, entry.inode)
4342 self.assertGreater(entry.inode(), 0)
4357 self.assertGreater(entry.inode(), 0)

Completed in 12 milliseconds

1234