OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vmaybe_write_file
(Results
1 - 2
of
2
) sorted by null
/external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c
57
static void
vmaybe_write_file
(bool enoent_ok, char *filename, char *fmt, va_list ap)
function
100
vmaybe_write_file
(true, filename, fmt, ap);
110
vmaybe_write_file
(false, filename, fmt, ap);
/external/linux-kselftest/tools/testing/selftests/capabilities/
test_execve.c
34
static void
vmaybe_write_file
(bool enoent_ok, char *filename, char *fmt, va_list ap)
function
76
vmaybe_write_file
(true, filename, fmt, ap);
85
vmaybe_write_file
(false, filename, fmt, ap);
Completed in 287 milliseconds