Searched refs:ATOMIC_MOVE (Results 1 – 5 of 5) sorted by relevance
46 ATOMIC_MOVE; enumConstant
85 if (option == StandardCopyOption.ATOMIC_MOVE) { in convertMoveToCopyOptions()
59 import static java.nio.file.StandardCopyOption.ATOMIC_MOVE;133 provider.move(filesSetup.getDataFilePath(), filesSetup.getTestPath(), ATOMIC_MOVE); in test_move_CopyOption() local
53 import static java.nio.file.StandardCopyOption.ATOMIC_MOVE;684 provider.copy(filesSetup.getDataFilePath(), filesSetup.getTestPath(), ATOMIC_MOVE); in test_copy_CopyOption() local
99 if (option == StandardCopyOption.ATOMIC_MOVE) { in fromMoveOptions()