Home
last modified time | relevance | path

Searched defs:ATOMIC_MOVE (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/file/
DStandardCopyOption.java46 ATOMIC_MOVE; enumConstant
/libcore/luni/src/test/java/libcore/java/nio/file/
DDefaultFileSystemProvider2Test.java133 provider.move(filesSetup.getDataFilePath(), filesSetup.getTestPath(), ATOMIC_MOVE); in test_move_CopyOption() local
DDefaultFileSystemProviderTest.java684 provider.copy(filesSetup.getDataFilePath(), filesSetup.getTestPath(), ATOMIC_MOVE); in test_copy_CopyOption() local