Home
last modified time | relevance | path

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

/libuv/include/uv/
H A Dwin.h666 #ifndef F_OK
667 #define F_OK 0 macro
/libuv/test/
H A Dtest-fs.c1616 r = uv_fs_access(NULL, &req, "test_file", F_OK, NULL); in TEST_IMPL()
1622 r = uv_fs_access(loop, &req, "test_file", F_OK, access_cb); in TEST_IMPL()
1637 r = uv_fs_access(NULL, &req, "test_file", F_OK, NULL); in TEST_IMPL()
1643 r = uv_fs_access(loop, &req, "test_file", F_OK, access_cb); in TEST_IMPL()

Completed in 22 milliseconds