Home
last modified time | relevance | path

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

/libuv/include/uv/
H A Dwin.h658 #ifndef F_OK
659 #define F_OK 0 macro
/libuv/test/
H A Dtest-fs.c1661 r = uv_fs_access(NULL, &req, "test_file", F_OK, NULL); in TEST_IMPL()
1667 r = uv_fs_access(loop, &req, "test_file", F_OK, access_cb); in TEST_IMPL()
1682 r = uv_fs_access(NULL, &req, "test_file", F_OK, NULL); in TEST_IMPL()
1688 r = uv_fs_access(loop, &req, "test_file", F_OK, access_cb); in TEST_IMPL()

Completed in 15 milliseconds