Home
last modified time | relevance | path

Searched refs:inodes (Results 1 – 25 of 37) sorted by relevance

12

/system/update_engine/payload_generator/
Dext2_filesystem.cc87 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/iorap/src/inode2filename/
Dout_of_process_inode_resolver.cc206 const std::vector<Inode>& inodes) const { in CreateArgvFind()
208 iorap::common::AppendArgsRepeatedly(argv, inodes); in CreateArgvFind()
237 const std::vector<Inode>& inodes) { in EmitFromCommandFind()
240 if (inodes.empty()) { in EmitFromCommandFind()
244 std::vector<std::string> argv = CreateArgvFind(deps, inodes); in EmitFromCommandFind()
245 EmitFromCommandWithArgv(/*inout*/dest, std::move(argv), inodes.size()); in EmitFromCommandFind()
370 OutOfProcessInodeResolver::FindFilenamesFromInodes(std::vector<Inode> inodes) const { in FindFilenamesFromInodes()
373 inodes=std::move(inodes)]( in FindFilenamesFromInodes()
375 self->impl_->EmitFromCommandFind(s, self->GetDependencies(), inodes); in FindFilenamesFromInodes()
Dinode_resolver.h79 FindFilenamesFromInodes(rxcpp::observable<Inode> inodes) const;
83 FindFilenamesFromInodes(std::vector<Inode> inodes) const;
Dinode_resolver.cc127 InodeResolver::FindFilenamesFromInodes(rxcpp::observable<Inode> inodes) const { in FindFilenamesFromInodes()
131 return inodes.reduce(std::vector<Inode>{}, in FindFilenamesFromInodes()
147 InodeResolver::FindFilenamesFromInodes(std::vector<Inode> inodes) const { in FindFilenamesFromInodes()
160 inodes, in FindFilenamesFromInodes()
Dout_of_process_inode_resolver.h30 FindFilenamesFromInodes(std::vector<Inode> inodes) const override;
Dsearch_directories.cc810 InodeSet* inodes = &search_state->inode_set; in SearchDirectoriesForMatchingInodes() local
813 InodeSet::ValueRange inode_list = inodes->FindInodeList(dir_entry.d_ino); in SearchDirectoriesForMatchingInodes()
823 std::optional<Inode> inode = inodes->FindAndRemoveInodeInList(inode_list, stat_buf); in SearchDirectoriesForMatchingInodes()
987 rxcpp::observable<Inode> inodes, in FindFilenamesFromInodes() argument
992 return inodes.reduce(std::vector<Inode>{}, in FindFilenamesFromInodes()
1093 InodeSet* inodes = &filter_state->inode_set; in FilterFilenamesForSpecificInodes() local
1096 InodeSet::ValueRange inode_list = inodes->FindInodeList(inode_result.inode.inode); in FilterFilenamesForSpecificInodes()
1110 std::optional<Inode> inode = inodes->FindAndRemoveInodeInList(inode_list, stat_buf); in FilterFilenamesForSpecificInodes()
1126 inodes->FindAndRemoveInodeInList(inode_list, inode_result.inode); in FilterFilenamesForSpecificInodes()
Dsearch_directories.h104 rxcpp::observable<Inode> inodes,
/system/sepolicy/prebuilts/api/28.0/private/
Dfs_use1 # Label inodes via getxattr.
12 # Label inodes from task label.
16 # Label inodes from combination of task label and fs label.
/system/sepolicy/prebuilts/api/26.0/private/
Dfs_use1 # Label inodes via getxattr.
12 # Label inodes from task label.
16 # Label inodes from combination of task label and fs label.
Dgenfs_contexts1 # Label inodes with the fs label.
/system/sepolicy/prebuilts/api/27.0/private/
Dfs_use1 # Label inodes via getxattr.
12 # Label inodes from task label.
16 # Label inodes from combination of task label and fs label.
/system/sepolicy/prebuilts/api/29.0/private/
Dfs_use1 # Label inodes via getxattr.
14 # Label inodes from task label.
18 # Label inodes from combination of task label and fs label.
/system/sepolicy/prebuilts/api/30.0/private/
Dfs_use1 # Label inodes via getxattr.
15 # Label inodes from task label.
19 # Label inodes from combination of task label and fs label.
/system/sepolicy/prebuilts/api/31.0/private/
Dfs_use1 # Label inodes via getxattr.
16 # Label inodes from task label.
20 # Label inodes from combination of task label and fs label.
Dmls53 # To enforce that anonymous inodes are self contained in the application's process.
/system/sepolicy/private/
Dfs_use1 # Label inodes via getxattr.
16 # Label inodes from task label.
20 # Label inodes from combination of task label and fs label.
Dmls53 # To enforce that anonymous inodes are self contained in the application's process.
/system/extras/squashfs_utils/
Dsquashfs_utils.c51 info->inodes = sb->inodes; in squashfs_parse_sb_buffer()
Dsquashfs_utils.h29 uint32_t inodes; member
/system/extras/ext4_utils/
Dtest_mkuserimg_mke2fs.py54 self.assertEqual("20", args.inodes)
88 self.assertEqual("20", args.inodes)
120 "mke2fs", "-J", "size=10", "-L", args.label, "-N", args.inodes, "-m",
Dext4_sb.cpp30 info->inodes = sb->s_inodes_count; in ext4_parse_sb()
Dmkuserimg_mke2fs.py183 if args.inodes:
184 mke2fs_opts += ["-N", args.inodes]
/system/extras/ext4_utils/include/ext4_utils/
Dext4_sb.h40 uint32_t inodes; member
/system/memory/libmeminfo/libdmabufinfo/tools/
Ddmabuf_dump.cpp156 for (auto& [pid, inodes] : pid_to_inodes) { in PrintDmaBufPerProcess()
162 for (auto& inode : inodes) { in PrintDmaBufPerProcess()
/system/iorap/src/compiler/
Dcompiler.cc450 rxcpp::observable<Inode> inodes, in ResolveInodesToFileNames() argument
454 return inode_resolver->FindFilenamesFromInodes(std::move(inodes)); in ResolveInodesToFileNames()

12