/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/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.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | fs_use | 1 # 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/ |
D | fs_use | 1 # 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/ |
D | fs_use | 1 # Label inodes via getxattr. 16 # Label inodes from task label. 20 # Label inodes from combination of task label and fs label.
|
D | mls | 53 # To enforce that anonymous inodes are self contained in the application's process.
|
/system/sepolicy/prebuilts/api/202404/private/ |
D | fs_use | 1 # Label inodes via getxattr. 16 # Label inodes from task label. 20 # Label inodes from combination of task label and fs label.
|
D | mls | 53 # To enforce that anonymous inodes are self contained in the application's process.
|
D | app_neverallows.te | 296 # Do not allow untrusted apps to use anonymous inodes. At the moment,
|
/system/sepolicy/prebuilts/api/33.0/private/ |
D | fs_use | 1 # Label inodes via getxattr. 16 # Label inodes from task label. 20 # Label inodes from combination of task label and fs label.
|
D | mls | 53 # To enforce that anonymous inodes are self contained in the application's process.
|
/system/sepolicy/prebuilts/api/34.0/private/ |
D | fs_use | 1 # Label inodes via getxattr. 16 # Label inodes from task label. 20 # Label inodes from combination of task label and fs label.
|
D | mls | 53 # To enforce that anonymous inodes are self contained in the application's process.
|
D | app_neverallows.te | 293 # Do not allow untrusted apps to use anonymous inodes. At the moment,
|
/system/sepolicy/private/ |
D | fs_use | 1 # Label inodes via getxattr. 16 # Label inodes from task label. 20 # Label inodes from combination of task label and fs label.
|
D | mls | 53 # To enforce that anonymous inodes are self contained in the application's process.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | fs_use | 1 # Label inodes via getxattr. 16 # Label inodes from task label. 20 # Label inodes from combination of task label and fs label.
|
D | mls | 53 # To enforce that anonymous inodes are self contained in the application's process.
|
/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 | 30 info->inodes = sb->s_inodes_count; in ext4_parse_sb()
|
D | mkuserimg_mke2fs.py | 183 if args.inodes: 184 mke2fs_opts += ["-N", args.inodes]
|
/system/extras/ext4_utils/include/ext4_utils/ |
D | ext4_sb.h | 40 uint32_t inodes; member
|
/system/memory/libmeminfo/libdmabufinfo/tools/ |
D | dmabuf_dump.cpp | 162 for (auto& [pid, inodes] : pid_to_inodes) { in PrintDmaBufPerProcess() 168 for (auto& inode : inodes) { in PrintDmaBufPerProcess()
|