Searched refs:root_path (Results 1 – 3 of 3) sorted by relevance
147 const std::string& root_path, int cgroups_version) { in MergeCgroupToDescriptors() argument150 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() local207 MergeCgroupToDescriptors(descriptors, childGroups[i], name, root_path, 2); in ReadDescriptorsFromFile()
121 static bool create_unique_dir(char *dir, const char * const root_path) { in create_unique_dir() argument130 sprintf(dir, "%s/%s", root_path, random_string); in create_unique_dir()
406 --kern_path "${kernel}" --root_path "${root}"