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

  /src/external/mit/libuv/dist/src/unix/
fs.c 1228 uv_file dstfd; local
1240 dstfd = -1;
1262 dstfd = uv_fs_open(NULL,
1270 if (dstfd < 0) {
1271 err = dstfd;
1279 if (uv__fstat(dstfd, &dst_statsbuf)) {
1284 /* Check if srcfd and dstfd refer to the same file */
1291 if (ftruncate(dstfd, 0) != 0) {
1325 if (futimens(dstfd, times) == -1) {
1336 result = fchown(dstfd, src_statsbuf.st_uid, src_statsbuf.st_gid)
    [all...]

Completed in 25 milliseconds