Home
last modified time | relevance | path

Searched refs:pathcwd (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/nftw/
Dtest_func.c117 char pathcwd[PATH_MAX]; in test_func5() local
122 if (getcwd(pathcwd, sizeof(pathcwd)) == NULL) { in test_func5()
127 if (strstr(path_name, pathcwd) == 0) { in test_func5()
129 pathcwd); in test_func5()
Dtest_func64.c116 char pathcwd[PATH_MAX]; in test_func5() local
122 if (getcwd(pathcwd, sizeof(pathcwd)) == NULL) { in test_func5()
127 if (strstr(path_name, pathcwd) == 0) { in test_func5()
129 pathcwd); in test_func5()