Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/utimensat/
Dutimensat01.c113 char *pathname, *dirfdPath; in main() local
122 dirfdPath = NULL; in main()
128 dirfdPath = optarg; in main()
153 if (dirfdPath != NULL) { in main()
154 dirfd = open(dirfdPath, oflag); in main()
164 printf(": %s\n", dirfdPath); in main()
268 if (stat((pathname != NULL) ? pathname : dirfdPath, &sb) == -1) in main()