Searched refs:GetTestCGroupFilePath (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_cgroup_test.cpp | 65 static int GetTestCGroupFilePath(const AppSpawnedProcess *appInfo, const char *fileName, char *path… in GetTestCGroupFilePath() function 113 ret = GetTestCGroupFilePath(appInfo, "cgroup.procs", path, true); 121 ret = GetTestCGroupFilePath(appInfo, "cgroup.procs", path, false); 257 ret = GetTestCGroupFilePath(appInfo, "cgroup.procs", path, true); 264 ret = GetTestCGroupFilePath(appInfo, "cgroup.procs", path, false); 305 ret = GetTestCGroupFilePath(appInfo, "pids.max", path, true); 312 ret = GetTestCGroupFilePath(appInfo, "pids.max", path, false); 372 ret = GetTestCGroupFilePath(appInfo, "cgroup.procs", path, true); 380 ret = GetTestCGroupFilePath(appInfo, "cgroup.procs", path, false);
|