Home
last modified time | relevance | path

Searched refs:cgroups (Results 1 – 25 of 82) sorted by relevance

1234

/system/core/libprocessgroup/profiles/
DAndroid.bp20 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",
Dcgroups_test.h42 auto&& cgroup = cgroups_->cgroups(i); in TEST_P()
60 EXPECT_THAT(cgroups_->cgroups(i).mode(), MatchesRegex(REGEX_MODE)) in TEST_P()
Dcgroups.proto23 repeated Cgroup cgroups = 1 [json_name = "Cgroups"]; field
/system/core/libprocessgroup/setup/
Dcgroup_map_write.cpp205 const Json::Value& cgroups = root["Cgroups"]; in ReadDescriptorsFromFile() local
206 for (Json::Value::ArrayIndex i = 0; i < cgroups.size(); ++i) { in ReadDescriptorsFromFile()
207 std::string name = cgroups[i]["Controller"].asString(); in ReadDescriptorsFromFile()
208 MergeCgroupToDescriptors(descriptors, cgroups[i], name, "", 1); in ReadDescriptorsFromFile()
/system/sepolicy/microdroid/system/public/
Dvendor_init.te16 # Create cgroups mount points in tmpfs and mount cgroups on them.
/system/core/libprocessgroup/
Dprocessgroup.cpp273 std::vector<std::string> cgroups; in removeAllProcessGroupsInternal() local
277 cgroups.push_back(path); in removeAllProcessGroupsInternal()
280 cgroups.push_back(memcg_apps_path); in removeAllProcessGroupsInternal()
283 for (std::string cgroup_root_path : cgroups) { in removeAllProcessGroupsInternal()
/system/sepolicy/prebuilts/api/29.0/public/
Dlmkd.te28 # Clean up old cgroups
Dvendor_init.te16 # Create cgroups mount points in tmpfs and mount cgroups on them.
Dfile.te165 # Cgroups description file under /system/etc/cgroups.json
167 # Vendor cgroups description file under /vendor/etc/cgroups.json
/system/sepolicy/prebuilts/api/31.0/public/
Dlmkd.te27 # Clean up old cgroups
Dvendor_init.te16 # Create cgroups mount points in tmpfs and mount cgroups on them.
/system/sepolicy/prebuilts/api/34.0/public/
Dlmkd.te27 # Clean up old cgroups
Dvendor_init.te16 # Create cgroups mount points in tmpfs and mount cgroups on them.
/system/sepolicy/prebuilts/api/33.0/public/
Dlmkd.te27 # Clean up old cgroups
Dvendor_init.te16 # Create cgroups mount points in tmpfs and mount cgroups on them.
/system/sepolicy/public/
Dlmkd.te27 # Clean up old cgroups
Dvendor_init.te16 # Create cgroups mount points in tmpfs and mount cgroups on them.
/system/sepolicy/prebuilts/api/30.0/public/
Dlmkd.te27 # Clean up old cgroups
Dvendor_init.te16 # Create cgroups mount points in tmpfs and mount cgroups on them.
Dfile.te180 # Cgroups description file under /system/etc/cgroups.json
182 # Vendor cgroups description file under /vendor/etc/cgroups.json
/system/sepolicy/prebuilts/api/32.0/public/
Dlmkd.te27 # Clean up old cgroups
Dvendor_init.te16 # Create cgroups mount points in tmpfs and mount cgroups on them.
/system/extras/libjsonpb/
DREADME.md106 ::testing::Values(MakeTestParam<Cgroups>("cgroups.json")));
/system/sepolicy/microdroid/system/private/
Dinit.te108 # Create cgroups mount points in tmpfs and mount cgroups on them.
/system/sepolicy/prebuilts/api/29.0/private/
Dzygote.te64 # Control cgroups.

1234