Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/mem/include/
Dmem.h83 int path_exist(const char *path, ...);
/external/ltp/testcases/kernel/mem/lib/
Dmem.c612 while (path_exist(PATH_SYS_SYSTEM "/cpu/cpu%d", ncpus)) in gather_node_cpus()
618 if (path_exist(path)) { in gather_node_cpus()
624 if (path_exist(path1)) { in gather_node_cpus()
797 int path_exist(const char *path, ...) in path_exist() function
/external/ltp/testcases/kernel/mem/cpuset/
Dcpuset01.c178 while (path_exist(PATH_SYS_SYSTEM "/cpu/cpu%d", ncpus)) in count_cpu()