Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dfs.c60 #elif defined(__linux__) && !defined(FICLONE)
62 # define FICLONE _IOW(0x94, 9, int) macro
1373 #ifdef FICLONE in uv__fs_copyfile()
1376 if (ioctl(dstfd, FICLONE, srcfd) == 0) { in uv__fs_copyfile()

Completed in 8 milliseconds