Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/mknodat/
Dmknodat01.c47 static char testfilepath[256]; variable
133 sprintf(testfilepath, PATHNAME"/mknodattestfile%d", getpid()); in setup()
147 SAFE_UNLINK(cleanup, testfilepath); in clean()