Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/mem/include/
Dmem.h73 int path_exist(const char *path, ...);
/third_party/ltp/testcases/kernel/mem/lib/
Dmem.c610 while (path_exist(PATH_SYS_SYSTEM "/cpu/cpu%d", ncpus)) in gather_node_cpus()
616 if (path_exist(path)) { in gather_node_cpus()
622 if (path_exist(path1)) { in gather_node_cpus()
691 int path_exist(const char *path, ...) in path_exist() function
/third_party/ltp/testcases/kernel/mem/cpuset/
Dcpuset01.c176 while (path_exist(PATH_SYS_SYSTEM "/cpu/cpu%d", ncpus)) in count_cpu()