/system/update_engine/payload_generator/ |
D | ext2_filesystem.cc | 87 std::map<ext2_ino_t, FilesystemInterface::File>* inodes = nullptr; member 107 auto ino_file = state->inodes->find(dirent->inode); in UpdateFileAndAppend() 108 if (ino_file == state->inodes->end()) in UpdateFileAndAppend() 110 auto dir_file = state->inodes->find(dir); in UpdateFileAndAppend() 111 if (dir_file == state->inodes->end()) in UpdateFileAndAppend() 168 std::map<ext2_ino_t, File> inodes; in GetFiles() local 195 File& file = inodes[it_ino]; in GetFiles() 254 priv_data.inodes = &inodes; in GetFiles() 269 inodes[dir_ino].name = base::StringPrintf("<dir-%u>", dir_ino); in GetFiles() 271 inodes[dir_ino].name = dir_name; in GetFiles() [all …]
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | fs_use | 1 # Label inodes via getxattr. 12 # Label inodes from task label. 16 # Label inodes from combination of task label and fs label.
|
D | genfs_contexts | 1 # Label inodes with the fs label.
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | fs_use | 1 # Label inodes via getxattr. 12 # Label inodes from task label. 16 # Label inodes from combination of task label and fs label.
|
D | genfs_contexts | 1 # Label inodes with the fs label.
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | fs_use | 1 # Label inodes via getxattr. 12 # Label inodes from task label. 16 # Label inodes from combination of task label and fs label.
|
D | genfs_contexts | 1 # Label inodes with the fs label.
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | fs_use | 1 # Label inodes via getxattr. 14 # Label inodes from task label. 18 # Label inodes from combination of task label and fs label.
|
D | genfs_contexts | 1 # Label inodes with the fs label.
|
/system/sepolicy/private/ |
D | fs_use | 1 # Label inodes via getxattr. 14 # Label inodes from task label. 18 # Label inodes from combination of task label and fs label.
|
D | genfs_contexts | 1 # Label inodes with the fs label.
|
/system/extras/squashfs_utils/ |
D | squashfs_utils.c | 51 info->inodes = sb->inodes; in squashfs_parse_sb_buffer()
|
D | squashfs_utils.h | 29 uint32_t inodes; member
|
/system/extras/ext4_utils/ |
D | test_mkuserimg_mke2fs.py | 54 self.assertEqual("20", args.inodes) 88 self.assertEqual("20", args.inodes) 120 "mke2fs", "-J", "size=10", "-L", args.label, "-N", args.inodes, "-m",
|
D | ext4_sb.cpp | 32 info->inodes = sb->s_inodes_count; in ext4_parse_sb()
|
D | mkuserimg_mke2fs.py | 164 if args.inodes: 165 mke2fs_opts += ["-N", args.inodes]
|
/system/extras/ext4_utils/include/ext4_utils/ |
D | ext4_sb.h | 40 uint32_t inodes; member
|
/system/iorap/tests/src/inode2filename/ |
D | search_directories_test.cc | 1294 static std::vector<PathEntry> Zip(std::vector<Inode>& inodes, std::vector<std::string>& paths) { in Zip() 1295 CHECK_EQ(inodes.size(), paths.size()); in Zip() 1305 for (size_t i = 0; i < inodes.size(); ++i) { in Zip() 1306 entries.push_back(PathEntry{inodes[i], PurePath{std::string{paths[i]}}}); in Zip() 1312 LOG(DEBUG) << "PathEntry - add " << inodes[i] << " at '" << paths[i] << "'"; in Zip() 2425 std::vector<Inode> inodes = ParseInodes(inode_values); in CreateFakePathEntries() local 2427 return PathEntryTree{ PathEntry::Zip(inodes, path_names) }; in CreateFakePathEntries() 2765 auto MakeAllFailInodes(std::vector<std::string> root_dirs, std::vector<Inode> inodes) { in MakeAllFailInodes() argument 2767 for (const Inode& inode : inodes) { in MakeAllFailInodes() 2771 return SearchDirectoriesParam{root_dirs, inodes, results}; in MakeAllFailInodes() [all …]
|
/system/iorap/src/inode2filename/ |
D | search_directories.cc | 741 InodeSet* inodes = &search_state.inode_set; in SearchDirectoriesForMatchingInodes() local 744 InodeSet::ValueRange inode_list = inodes->FindInodeList(dir_entry.d_ino); in SearchDirectoriesForMatchingInodes() 754 std::optional<Inode> inode = inodes->FindAndRemoveInodeInList(inode_list, stat_buf); in SearchDirectoriesForMatchingInodes()
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | domain.te | 1172 -traced_probes # resolve inodes for i/o tracing.
|
/system/sepolicy/public/ |
D | domain.te | 1171 -traced_probes # resolve inodes for i/o tracing.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | domain.te | 1171 -traced_probes # resolve inodes for i/o tracing.
|