HomeSort by relevance Sort by last modified time
    Searched defs:newFileChannel (Results 1 - 25 of 30) sorted by null

1 2

  /libcore/luni/src/main/java/java/nio/
NioUtils.java 62 public static FileChannel newFileChannel(Closeable ioObject, FileDescriptor fd, int mode) {
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixChannelFactory.java 103 static FileChannel newFileChannel(int fd, String path, boolean reading, boolean writing) {
112 static FileChannel newFileChannel(int dfd,
143 static FileChannel newFileChannel(UnixPath path,
148 return newFileChannel(-1, path, null, options, mode);
UnixFileSystemProvider.java 166 public FileChannel newFileChannel(Path obj,
175 return UnixChannelFactory.newFileChannel(file, options, mode);
212 return UnixChannelFactory.newFileChannel(file, options, mode);
  /libcore/ojluni/src/main/java/java/nio/file/spi/
FileSystemProvider.java 471 public FileChannel newFileChannel(Path path,
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
zipfs.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
zipfs.jar 
  /prebuilts/jdk/jdk9/darwin-x86/lib/
jrt-fs.jar 
  /prebuilts/jdk/jdk9/linux-x86/lib/
jrt-fs.jar 
  /prebuilts/tools/common/m2/repository/com/github/marschall/memoryfilesystem/0.6.4/
memoryfilesystem-0.6.4.jar 
  /prebuilts/devtools/tools/lib/
jimfs-1.1.jar 
  /prebuilts/gradle-plugin/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
android-all-7.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 

Completed in 235 milliseconds

1 2