Home
last modified time | relevance | path

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

123

/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.cpp200 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/
Dprocessgroup.cpp182 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/
Dlmkd.te27 # Clean up old cgroups
/system/sepolicy/prebuilts/api/27.0/public/
Dlmkd.te27 # Clean up old cgroups
/system/sepolicy/prebuilts/api/28.0/public/
Dlmkd.te27 # Clean up old cgroups
Dvendor_init.te19 # Create cgroups mount points in tmpfs and mount cgroups on them.
/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/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/31.0/public/
Dlmkd.te27 # Clean up old cgroups
Dvendor_init.te16 # Create cgroups mount points in tmpfs and mount cgroups on them.
Dfile.te200 # 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/
Dzygote.te57 # Control cgroups.
/system/sepolicy/prebuilts/api/28.0/private/
Dzygote.te58 # Control cgroups.
/system/sepolicy/prebuilts/api/27.0/private/
Dzygote.te57 # Control cgroups.
/system/extras/libjsonpb/
DREADME.md106 ::testing::Values(MakeTestParam<Cgroups>("cgroups.json")));
/system/sepolicy/prebuilts/api/29.0/private/
Dzygote.te64 # Control cgroups.

123