Home
last modified time | relevance | path

Searched refs:checkWritable (Results 1 – 3 of 3) sorted by relevance

/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DJimfsFileChannel.java101 void checkWritable() { in checkWritable() method in JimfsFileChannel
249 checkWritable(); in write()
287 checkWritable(); in write()
324 checkWritable(); in write()
454 checkWritable(); in truncate()
537 checkWritable(); in transferFrom()
632 checkWritable(); in checkLockArguments()
DJimfsAsynchronousFileChannel.java97 channel.checkWritable(); in lock()
116 channel.checkWritable();
162 channel.checkWritable();
/external/google-java-format/idea_plugin/src/com/google/googlejavaformat/intellij/
DGoogleJavaFormatCodeStyleManager.java106 CheckUtil.checkWritable(file); in formatInternal()