Searched refs:UV_FS_OPEN (Results 1 - 8 of 8) sorted by relevance
/third_party/libuv/test/ |
H A D | test-threadpool-cancel.c | 108 case UV_FS_OPEN: in known_broken()
|
H A D | test-fs.c | 421 ASSERT_EQ(req->fs_type, UV_FS_OPEN); in open_cb() 439 ASSERT_EQ(req->fs_type, UV_FS_OPEN); in open_cb_simple() 489 ASSERT_EQ(req->fs_type, UV_FS_OPEN); in create_cb() 697 ASSERT_EQ(req->fs_type, UV_FS_OPEN); in open_noent_cb() 704 ASSERT_EQ(req->fs_type, UV_FS_OPEN); in open_nametoolong_cb() 711 ASSERT_EQ(req->fs_type, UV_FS_OPEN); in open_loop_cb()
|
/third_party/node/src/ |
H A D | node_file.cc | 1914 UV_FS_OPEN, req_wrap_async, "path", TRACE_STR_COPY(*path)) in Open() 1949 UV_FS_OPEN, req_wrap_async, "path", TRACE_STR_COPY(*path)) in OpenFileHandle()
|
/third_party/libuv/include/ |
H A D | uv.h | 1397 UV_FS_OPEN, enumerator
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 1269 UV_FS_OPEN, enumerator
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 1285 UV_FS_OPEN, enumerator
|
/third_party/libuv/src/win/ |
H A D | fs.c | 2880 INIT(UV_FS_OPEN); in uv_fs_open()
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 2893 INIT(UV_FS_OPEN); in uv_fs_open()
|
Completed in 31 milliseconds