Searched refs:cgroups (Results 1 – 25 of 60) sorted by relevance
123
/system/core/libprocessgroup/profiles/ |
D | Android.bp | 20 name: "cgroups.json", 21 src: "cgroups.json", 30 name: "cgroups.recovery.json", 31 filename: "cgroups.json", 33 src: "cgroups.recovery.json", 98 "cgroups.proto", 126 "cgroups.json", 127 "cgroups.recovery.json",
|
D | cgroups_test.h | 42 auto&& cgroup = cgroups_->cgroups(i); in TEST_P() 60 EXPECT_THAT(cgroups_->cgroups(i).mode(), MatchesRegex(REGEX_MODE)) in TEST_P()
|
D | cgroups.proto | 23 repeated Cgroup cgroups = 1 [json_name = "Cgroups"]; field
|
/system/core/libprocessgroup/setup/ |
D | cgroup_map_write.cpp | 200 const Json::Value& cgroups = root["Cgroups"]; in ReadDescriptorsFromFile() local 201 for (Json::Value::ArrayIndex i = 0; i < cgroups.size(); ++i) { in ReadDescriptorsFromFile() 202 std::string name = cgroups[i]["Controller"].asString(); in ReadDescriptorsFromFile() 203 MergeCgroupToDescriptors(descriptors, cgroups[i], name, "", 1); in ReadDescriptorsFromFile()
|
/system/core/libprocessgroup/ |
D | processgroup.cpp | 182 std::vector<std::string> cgroups; in removeAllProcessGroups() local 186 cgroups.push_back(path); in removeAllProcessGroups() 189 cgroups.push_back(path + "/apps"); in removeAllProcessGroups() 192 for (std::string cgroup_root_path : cgroups) { in removeAllProcessGroups()
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | lmkd.te | 27 # Clean up old cgroups
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | lmkd.te | 27 # Clean up old cgroups
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | lmkd.te | 27 # Clean up old cgroups
|
D | vendor_init.te | 19 # Create cgroups mount points in tmpfs and mount cgroups on them.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | lmkd.te | 28 # Clean up old cgroups
|
D | vendor_init.te | 16 # Create cgroups mount points in tmpfs and mount cgroups on them.
|
D | file.te | 165 # Cgroups description file under /system/etc/cgroups.json 167 # Vendor cgroups description file under /vendor/etc/cgroups.json
|
/system/sepolicy/public/ |
D | lmkd.te | 27 # Clean up old cgroups
|
D | vendor_init.te | 16 # Create cgroups mount points in tmpfs and mount cgroups on them.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | lmkd.te | 27 # Clean up old cgroups
|
D | vendor_init.te | 16 # Create cgroups mount points in tmpfs and mount cgroups on them.
|
D | file.te | 180 # Cgroups description file under /system/etc/cgroups.json 182 # Vendor cgroups description file under /vendor/etc/cgroups.json
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | lmkd.te | 27 # Clean up old cgroups
|
D | vendor_init.te | 16 # Create cgroups mount points in tmpfs and mount cgroups on them.
|
D | file.te | 200 # Cgroups description file under /system/etc/cgroups.json 204 # Vendor cgroups description file under /vendor/etc/cgroups.json
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | zygote.te | 57 # Control cgroups.
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | zygote.te | 58 # Control cgroups.
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | zygote.te | 57 # Control cgroups.
|
/system/extras/libjsonpb/ |
D | README.md | 106 ::testing::Values(MakeTestParam<Cgroups>("cgroups.json")));
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | zygote.te | 64 # Control cgroups.
|
123