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

  /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 17 milliseconds