Home
last modified time | relevance | path

Searched refs:UV_FS_MKSTEMP (Results 1 - 8 of 8) sorted by relevance

/third_party/libuv/src/unix/
H A Dfs.c2134 * UV_FS_MKSTEMP are the exception to the rule, they always allocate memory. 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.h1431 UV_FS_MKSTEMP, enumerator
/third_party/libuv/include/uv_ndk/
H A Duv.h1303 UV_FS_MKSTEMP, enumerator
/third_party/node/deps/uv/include/
H A Duv.h1319 UV_FS_MKSTEMP, enumerator
/third_party/node/deps/uv/src/unix/
H A Dfs.c2202 * UV_FS_MKSTEMP are the exception to the rule, they always allocate memory. 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.c3020 INIT(UV_FS_MKSTEMP); in uv_fs_mkstemp()
/third_party/node/deps/uv/src/win/
H A Dfs.c3033 INIT(UV_FS_MKSTEMP); in uv_fs_mkstemp()
/third_party/libuv/test/
H A Dtest-fs.c548 ASSERT_EQ(req->fs_type, UV_FS_MKSTEMP); in check_mkstemp_result()

Completed in 29 milliseconds