Searched defs:targetFd (Results 1 – 2 of 2) sorted by relevance
877 final FileDescriptor targetFd = Os.open(targetFile.getAbsolutePath(), in copyFile() local883 FileUtils.copy(source.getFD(), targetFd); in copyFile() local
713 final FileDescriptor targetFd = Os.open(target.getAbsolutePath(), in doWriteInternal() local745 FileUtils.copy(incomingFd.getFileDescriptor(), targetFd, lengthBytes, null, in doWriteInternal() local802 final FileDescriptor targetFd = Os.open(target.getAbsolutePath(), O_RDONLY, 0); in openReadInternalLocked() local