Home
last modified time | relevance | path

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

12

/system/core/libprocessgroup/profiles/
DAndroid.bp16 name: "cgroups.json",
17 src: "cgroups.json",
21 name: "cgroups.recovery.json",
22 filename: "cgroups.json",
24 src: "cgroups.recovery.json",
48 "cgroups.proto",
76 "cgroups.json",
77 "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.cpp135 const Json::Value& cgroups = root["Cgroups"]; in ReadDescriptorsFromFile() local
136 for (Json::Value::ArrayIndex i = 0; i < cgroups.size(); ++i) { in ReadDescriptorsFromFile()
137 std::string name = cgroups[i]["Controller"].asString(); in ReadDescriptorsFromFile()
142 1, name, cgroups[i]["Path"].asString(), in ReadDescriptorsFromFile()
143 std::strtoul(cgroups[i]["Mode"].asString().c_str(), 0, 8), in ReadDescriptorsFromFile()
144 cgroups[i]["UID"].asString(), cgroups[i]["GID"].asString())); in ReadDescriptorsFromFile()
147 1, name, cgroups[i]["Path"].asString(), in ReadDescriptorsFromFile()
148 std::strtoul(cgroups[i]["Mode"].asString().c_str(), 0, 8), in ReadDescriptorsFromFile()
149 cgroups[i]["UID"].asString(), cgroups[i]["GID"].asString()); in ReadDescriptorsFromFile()
/system/core/libprocessgroup/
Dprocessgroup.cpp205 std::vector<std::string> cgroups; in removeAllProcessGroups() local
209 cgroups.push_back(path); in removeAllProcessGroups()
212 cgroups.push_back(path + "/apps"); in removeAllProcessGroups()
215 for (std::string cgroup_root_path : cgroups) { in removeAllProcessGroups()
/system/sepolicy/prebuilts/api/26.0/public/
Dlmkd.te27 # Clean up old cgroups
Dinit.te74 # Create cgroups mount points in tmpfs and mount cgroups on them.
/system/sepolicy/prebuilts/api/27.0/public/
Dlmkd.te27 # Clean up old cgroups
Dinit.te78 # Create cgroups mount points in tmpfs and mount cgroups on them.
/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.
Dinit.te89 # Create cgroups mount points in tmpfs and mount cgroups on them.
/system/sepolicy/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/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/28.0/private/
Dzygote.te58 # Control cgroups.
/system/sepolicy/prebuilts/api/26.0/private/
Dzygote.te57 # 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.
Ddomain.te31 # Path resolution access in cgroups.
/system/sepolicy/private/
Dzygote.te64 # Control cgroups.

12