Home
last modified time | relevance | path

Searched refs:move (Results 1 – 12 of 12) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/
DThreadTestHelper.smali59 move-result-object v0
63 move-result-object v0
75 move-result-object v0
93 move-result-object v0
/libcore/luni/src/test/java/libcore/java/nio/file/
DDefaultFileSystemProvider2Test.java94 provider.move(filesSetup.getDataFilePath(), filesSetup.getTestPath()); in test_move()
102 provider.move(filesSetup.getDataFilePath(), filesSetup.getTestPath()); in test_move()
110 provider.move(filesSetup.getDataFilePath(), filesSetup.getTestPath(), REPLACE_EXISTING); in test_move()
116 provider.move(filesSetup.getTestPath(), filesSetup.getDataFilePath(), REPLACE_EXISTING); in test_move()
125 provider.move(filesSetup.getDataFilePath(), filesSetup.getTestPath()); in test_move_CopyOption()
133 provider.move(filesSetup.getDataFilePath(), filesSetup.getTestPath(), ATOMIC_MOVE); in test_move_CopyOption()
138 provider.move(filesSetup.getDataFilePath(), filesSetup.getTestPath(), in test_move_CopyOption()
147 provider.move(null, filesSetup.getTestPath()); in test_move_NPE()
152 provider.move(filesSetup.getDataFilePath(), null); in test_move_NPE()
157 provider.move(filesSetup.getDataFilePath(), filesSetup.getTestPath(), in test_move_NPE()
[all …]
DDefaultSecureDirectoryStreamTest.java347 ds_path_dir1.move(path_f1, ds_path_dir1, Paths.get("f1")); in test_move()
352 ds_path_dir1.move(path_dir2, ds_path_dir1, Paths.get(path_dir4.toString(), "path_dir2")); in test_move()
357 ds_path_dir1.move(path_dir3, ds_path_dir1, Paths.get("path_dir2")); in test_move()
362 ds_path_dir1.move(path_dir1, ds_path_dir1, Paths.get(path_root.getParent().toString(), in test_move()
370 ds_path_dir1.move(null, ds_path_dir1, in test_move()
376 ds_path_dir1.move(path_dir1, null, in test_move()
382 ds_path_dir1.move(path_dir1, ds_path_dir1, in test_move()
390 ds_path_dir1.move(path_root, ds_path_dir1, path_f3); in test_move()
DFiles2Test.java120 assertEquals(mockPath2, Files.move(mockPath, mockPath2, mockCopyOption)); in test_move()
121 verify(mockFileSystemProvider).move(mockPath, mockPath2, mockCopyOption); in test_move()
/libcore/ojluni/src/main/java/java/nio/file/
DSecureDirectoryStream.java246 void move(T srcpath, SecureDirectoryStream<T> targetdir, T targetpath) in move() method
DFiles.java1389 public static Path move(Path source, Path target, CopyOption... options)
1395 provider.move(source, target, options);
/libcore/luni/src/test/filesystems/src/mypackage/
DMockFileSystemProvider.java92 public void move(Path source, Path target, CopyOption... options) throws IOException { in move() method in MockFileSystemProvider
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixFileSystemProvider.java259 public void move(Path source, Path target, CopyOption... options) in move() method in UnixFileSystemProvider
262 UnixCopyFile.move(UnixPath.toUnixPath(source), in move()
DUnixCopyFile.java372 static void move(UnixPath source, UnixPath target, CopyOption... options) in move() method in UnixCopyFile
DUnixSecureDirectoryStream.java244 public void move(Path fromObj, SecureDirectoryStream<Path> dir, Path toObj) in move() method in UnixSecureDirectoryStream
/libcore/ojluni/src/main/java/java/nio/file/spi/
DFileSystemProvider.java844 public abstract void move(Path source, Path target, CopyOption... options) in move() method in FileSystemProvider
/libcore/ojluni/annotations/
DREADME29 1. In libcore/openjdk_java_files.bp, move the files from the