Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/mknodat/
Dmknodat01.c46 static char testfilepath[256]; variable
132 sprintf(testfilepath, PATHNAME"/mknodattestfile%d", getpid()); in setup()
146 SAFE_UNLINK(cleanup, testfilepath); in clean()