HomeSort by: relevance | last modified time | path
    Searched refs:uv_fs_mkstemp (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-fs.c 561 ASSERT_EQ(req->fs_type, UV_FS_MKSTEMP);
1425 r = uv_fs_mkstemp(loop, &mkstemp_req1, path_template, mkstemp_cb);
1432 r = uv_fs_mkstemp(NULL, &mkstemp_req2, path_template, NULL);
1440 ASSERT_EQ(UV_EINVAL, uv_fs_mkstemp(NULL, &mkstemp_req3, "test_file", NULL));
4426 r = uv_fs_mkstemp(NULL, NULL, NULL, NULL);
  /src/external/mit/libuv/dist/include/
uv.h 1431 UV_FS_MKSTEMP,
1524 UV_EXTERN int uv_fs_mkstemp(uv_loop_t* loop,
  /src/external/mit/libuv/dist/src/unix/
fs.c 1987 int uv_fs_mkstemp(uv_loop_t* loop, function
2246 * UV_FS_MKSTEMP are the exception to the rule, they always allocate memory.
2250 req->fs_type == UV_FS_MKDTEMP || req->fs_type == UV_FS_MKSTEMP))
  /src/external/mit/libuv/dist/src/win/
fs.c 3362 int uv_fs_mkstemp(uv_loop_t* loop, function
3368 INIT(UV_FS_MKSTEMP);

Completed in 21 milliseconds