Home
last modified time | relevance | path

Searched refs:UV_FS_MKSTEMP (Results 1 – 5 of 5) sorted by relevance

/third_party/libuv/include/
Duv.h1319 UV_FS_MKSTEMP, enumerator
/third_party/libuv/docs/src/
Dfs.rst103 UV_FS_MKSTEMP,
/third_party/libuv/src/unix/
Dfs.c2205 req->fs_type == UV_FS_MKDTEMP || req->fs_type == UV_FS_MKSTEMP)) in uv_fs_req_cleanup()
/third_party/libuv/src/win/
Dfs.c3033 INIT(UV_FS_MKSTEMP); in uv_fs_mkstemp()
/third_party/libuv/test/
Dtest-fs.c552 ASSERT(req->fs_type == UV_FS_MKSTEMP); in check_mkstemp_result()