Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/kcmp/
Dkcmp_test.c32 const char kpath[] = "kcmp-test-file"; in main() local
42 fd1 = open(kpath, O_RDWR | O_CREAT | O_TRUNC, 0644); in main()
91 fd2 = open(kpath, O_RDWR, 0644); in main()