Searched refs:moveHelper (Results 1 – 1 of 1) sorted by relevance
/external/guava/guava-tests/test/com/google/common/io/ |
D | FilesTest.java | 429 moveHelper(true, temp1, temp2); in testMove() 439 moveHelper(true, new UnmovableFile(temp1, false, true), temp2); in testMoveViaCopy() 447 moveHelper(false, new UnmovableFile(temp1, false, false), temp2); in testMoveFailures() 448 moveHelper(false, new UnmovableFile(temp1, false, false), in testMoveFailures() 453 moveHelper(false, asciiFile, asciiFile); in testMoveFailures() 459 private void moveHelper(boolean success, File from, File to) in moveHelper() method in FilesTest
|