Searched refs:root_path (Results 1 – 3 of 3) sorted by relevance
/aosp14/system/core/libprocessgroup/setup/ |
H A D | cgroup_map_write.cpp | 149 const std::string& root_path, int cgroups_version) { in MergeCgroupToDescriptors() argument 153 if (!root_path.empty()) { in MergeCgroupToDescriptors() 154 path = root_path; in MergeCgroupToDescriptors() 214 std::string root_path = cgroups2["Path"].asString(); in ReadDescriptorsFromFile() local 220 MergeCgroupToDescriptors(descriptors, childGroups[i], name, root_path, 2); in ReadDescriptorsFromFile()
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | AssetsProvider.cpp | 221 const std::string& root_path, in ForEachFile() argument 223 std::string root_path_full = root_path; in ForEachFile() 387 const std::string& root_path, in ForEachFile() argument 389 return primary_->ForEachFile(root_path, f) && secondary_->ForEachFile(root_path, f); in ForEachFile()
|
/aosp14/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | AssetsProvider.h | 93 bool ForEachFile(const std::string& root_path, 170 bool ForEachFile(const std::string& root_path,
|