Home
last modified time | relevance | path

Searched refs:UV_FS_MKDTEMP (Results 1 - 9 of 9) sorted by relevance

/third_party/libuv/src/unix/
H A Dfs.c2133 * req->new_path pointing to user-owned memory. UV_FS_MKDTEMP and in uv_fs_req_cleanup()
2138 req->fs_type == UV_FS_MKDTEMP || req->fs_type == UV_FS_MKSTEMP)) in uv_fs_req_cleanup()
/third_party/libuv/include/
H A Duv.h1416 UV_FS_MKDTEMP, enumerator
/third_party/libuv/include/uv_ndk/
H A Duv.h1288 UV_FS_MKDTEMP, enumerator
/third_party/node/deps/uv/include/
H A Duv.h1304 UV_FS_MKDTEMP, enumerator
/third_party/node/deps/uv/src/unix/
H A Dfs.c2201 * req->new_path pointing to user-owned memory. UV_FS_MKDTEMP and in uv_fs_req_cleanup()
2206 req->fs_type == UV_FS_MKDTEMP || req->fs_type == UV_FS_MKSTEMP)) in uv_fs_req_cleanup()
/third_party/libuv/src/win/
H A Dfs.c3003 INIT(UV_FS_MKDTEMP); in uv_fs_mkdtemp()
/third_party/node/src/
H A Dnode_file.cc2587 UV_FS_MKDTEMP, req_wrap_async, "path", TRACE_STR_COPY(*tmpl)) in Mkdtemp()
/third_party/node/deps/uv/src/win/
H A Dfs.c3016 INIT(UV_FS_MKDTEMP); in uv_fs_mkdtemp()
/third_party/libuv/test/
H A Dtest-fs.c522 ASSERT_EQ(req->fs_type, UV_FS_MKDTEMP); in check_mkdtemp_result()

Completed in 31 milliseconds