Home | History | Annotate | Download | only in fs

Lines Matching defs:fdObj

104         FileDescriptor fdObj = new FileDescriptor();
105 fdAccess.set(fdObj, fd);
106 return FileChannelImpl.open(fdObj, path, reading, writing, null);
136 FileDescriptor fdObj = open(dfd, path, pathForPermissionCheck, flags, mode);
137 return FileChannelImpl.open(fdObj, path.toString(), flags.read, flags.write, flags.append, null);
172 FileDescriptor fdObj = open(-1, path, null, flags, mode);
173 return SimpleAsynchronousFileChannelImpl.open(fdObj, flags.read, flags.write, pool);
289 FileDescriptor fdObj = new FileDescriptor();
290 fdAccess.set(fdObj, fd);
291 return fdObj;