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

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

Completed in 95 milliseconds