Home
last modified time | relevance | path

Searched refs:uv__mkostemp (Results 1 - 2 of 2) sorted by relevance

/third_party/libuv/src/unix/
H A Dfs.c310 static int (*uv__mkostemp)(char*, int); variable
318 uv__mkostemp = (int (*)(char*, int)) dlsym(RTLD_DEFAULT, "mkostemp"); in uv__mkostemp_initonce()
359 uv__mkostemp != NULL) { in uv__fs_mkstemp()
360 r = uv__mkostemp(path, O_CLOEXEC); in uv__fs_mkstemp()
/third_party/node/deps/uv/src/unix/
H A Dfs.c291 static int (*uv__mkostemp)(char*, int); variable
299 uv__mkostemp = (int (*)(char*, int)) dlsym(RTLD_DEFAULT, "mkostemp"); in uv__mkostemp_initonce()
339 if (uv__load_relaxed(&no_cloexec_support) == 0 && uv__mkostemp != NULL) { in uv__fs_mkstemp()
340 r = uv__mkostemp(path, O_CLOEXEC); in uv__fs_mkstemp()

Completed in 6 milliseconds