Home
last modified time | relevance | path

Searched defs:DELETE_ON_CLOSE (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/file/
DStandardOpenOption.java100 DELETE_ON_CLOSE, enumConstant
/libcore/luni/src/test/java/libcore/java/nio/file/
DDefaultFileSystemProviderTest.java117 try (InputStream is = provider.newInputStream(filesSetup.getDataFilePath(), DELETE_ON_CLOSE, in test_newInputStream_openOption() argument