/aosp12/system/update_engine/payload_generator/ |
H A 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() 271 inodes[dir_ino].name = dir_name; in GetFiles() 272 files->push_back(inodes[dir_ino]); in GetFiles() [all …]
|
/aosp12/frameworks/base/startop/scripts/iorap/ |
H A D | collector | 32 -i, --inodes path to inodes file (system/extras/pagecache/pagecache.py -d inodes) 63 -i|--inodes) 64 inodes="$2" 206 if [[ -z "$inodes" ]] || ! [[ -f $inodes ]]; then 335 iorapd_compiler_for_app_trace "$package" "$activity" "$inodes" || return $? 399 "$ANDROID_BUILD_TOP"/system/iorap/src/py/collector/trace_parser.py -i "$inodes" -t "$trace_tmp_file…
|
H A D | common | 141 local inodes="$3" # local path 153 if ! [[ -f $inodes ]]; then 155 echo "Error: Missing inodes textcache at '$inodes'; refusing to compile." >&2 160 local remote_inodes=/data/local/tmp/prefetch/inodes.txt 162 verbose_print adb push "$inodes" "$remote_inodes" 163 adb push "$inodes" "$remote_inodes"
|
H A D | compiler_device.py | 51 def main(inodes, package, activity, output, **kwargs) -> int: argument 57 inodes)
|
/aosp12/system/iorap/src/inode2filename/ |
H A D | out_of_process_inode_resolver.cc | 206 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()
|
H A D | inode_resolver.cc | 127 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()
|
H A D | inode_resolver.h | 79 FindFilenamesFromInodes(rxcpp::observable<Inode> inodes) const; 83 FindFilenamesFromInodes(std::vector<Inode> inodes) const;
|
H A D | search_directories.cc | 810 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()
|
H A D | out_of_process_inode_resolver.h | 30 FindFilenamesFromInodes(std::vector<Inode> inodes) const override;
|
/aosp12/system/sepolicy/prebuilts/api/27.0/private/ |
H A 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.
|
/aosp12/system/sepolicy/prebuilts/api/28.0/private/ |
H A 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.
|
/aosp12/system/sepolicy/prebuilts/api/26.0/private/ |
H A 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.
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A 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.
|
/aosp12/system/sepolicy/prebuilts/api/29.0/private/ |
H A 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.
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A 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.
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A 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.
|
/aosp12/system/sepolicy/private/ |
H A 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.
|
/aosp12/build/make/tools/releasetools/ |
H A D | build_image.py | 77 inodes = output.count('\n') 78 spare_inodes = inodes * 6 // 100 82 return inodes + spare_inodes 508 inodes = int(fs_dict.get("Inode count", extfs_inode_count)) 509 inodes -= int(fs_dict.get("Free inodes", "0")) 511 spare_inodes = inodes * 2 // 1000 515 inodes += spare_inodes 516 prop_dict["extfs_inode_count"] = str(inodes) 519 "Allocating %d Inodes for %s.", inodes, out_file)
|
/aosp12/system/extras/squashfs_utils/ |
H A D | squashfs_utils.c | 51 info->inodes = sb->inodes; in squashfs_parse_sb_buffer()
|
H A D | squashfs_utils.h | 29 uint32_t inodes; member
|
/aosp12/system/extras/ext4_utils/ |
H A 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",
|
H A D | ext4_sb.cpp | 30 info->inodes = sb->s_inodes_count; in ext4_parse_sb()
|
/aosp12/frameworks/base/startop/scripts/app_startup/ |
H A D | app_startup_runner_test.py | 152 assert parse_optional_args("--inodes bar") == mad(inodes="bar") 153 assert parse_optional_args("-in baz") == mad(inodes="baz")
|
/aosp12/frameworks/base/startop/scripts/iorap/lib/ |
H A D | iorapd_utils.py | 42 inodes: str) -> bool: 46 [package, activity, inodes])
|
/aosp12/system/extras/ext4_utils/include/ext4_utils/ |
H A D | ext4_sb.h | 40 uint32_t inodes; member
|