Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/fs/proc/
Dproc01.c64 static const char selfpath[] = "/proc/self"; variable
267 if (S_ISLNK(statbuf.st_mode) && strcmp(obj, selfpath)) in readproc()
273 if (S_ISDIR(statbuf.st_mode) || !strcmp(obj, selfpath)) { in readproc()