Home
last modified time | relevance | path

Searched refs:root_path (Results 1 – 3 of 3) sorted by relevance

/system/core/libprocessgroup/setup/
Dcgroup_map_write.cpp147 const std::string& root_path, int cgroups_version) { in MergeCgroupToDescriptors() argument
150 if (!root_path.empty()) { in MergeCgroupToDescriptors()
151 path = root_path + "/" + cgroup["Path"].asString(); in MergeCgroupToDescriptors()
201 std::string root_path = cgroups2["Path"].asString(); in ReadDescriptorsFromFile() local
207 MergeCgroupToDescriptors(descriptors, childGroups[i], name, root_path, 2); in ReadDescriptorsFromFile()
/system/extras/puncture_fs/
Dpuncture_fs.cpp121 static bool create_unique_dir(char *dir, const char * const root_path) { in create_unique_dir() argument
130 sprintf(dir, "%s/%s", root_path, random_string); in create_unique_dir()
/system/update_engine/scripts/
Dbrillo_update_payload406 --kern_path "${kernel}" --root_path "${root}"