Home
last modified time | relevance | path

Searched refs:inodes (Results 1 – 25 of 44) 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/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/microdroid/system/private/
Dfs_use1 # Label inodes via getxattr.
16 # Label inodes from task label.
20 # Label inodes from combination of task label and fs label.
/system/sepolicy/prebuilts/api/32.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/prebuilts/api/202404/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.
Dapp_neverallows.te296 # Do not allow untrusted apps to use anonymous inodes. At the moment,
/system/sepolicy/prebuilts/api/33.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/prebuilts/api/34.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.
Dapp_neverallows.te293 # Do not allow untrusted apps to use anonymous inodes. At the moment,
/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/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/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.cpp162 for (auto& [pid, inodes] : pid_to_inodes) { in PrintDmaBufPerProcess()
168 for (auto& inode : inodes) { in PrintDmaBufPerProcess()

12