HomeSort by relevance Sort by last modified time
    Searched refs:INTERRUPTIBLE (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/com/sun/nio/file/
ExtendedCopyOption.java 42 INTERRUPTIBLE,
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixCopyFile.java 52 boolean interruptible; field in class:UnixCopyFile.Flags
85 if (option == ExtendedCopyOption.INTERRUPTIBLE) {
86 flags.interruptible = true;
579 if (!flags.interruptible) {
580 // non-interruptible file copy
585 // interruptible file copy

Completed in 485 milliseconds