HomeSort by relevance Sort by last modified time
    Searched full:gettestpath (Results 1 - 17 of 17) sorted by null

  /libcore/luni/src/test/java/libcore/java/nio/file/
DefaultFileSystemProviderTest.java 148 try (OutputStream os = provider.newOutputStream(filesSetup.getTestPath())) {
152 try (InputStream is = provider.newInputStream(filesSetup.getTestPath())) {
159 try (OutputStream os = provider.newOutputStream(filesSetup.getTestPath(), READ)) {
177 try (OutputStream os = provider.newOutputStream(filesSetup.getTestPath(), APPEND)) {
180 assertTrue(expected.getMessage().contains(filesSetup.getTestPath().toString()));
197 try (OutputStream os = provider.newOutputStream(filesSetup.getTestPath(),
201 assertTrue(expected.getMessage().contains(filesSetup.getTestPath().toString()));
219 try (OutputStream os = provider.newOutputStream(filesSetup.getTestPath(), WRITE)) {
222 assertTrue(expected.getMessage().contains(filesSetup.getTestPath().toString()));
240 try (OutputStream os = provider.newOutputStream(filesSetup.getTestPath(), CREATE))
    [all...]
DefaultFileSystemProvider2Test.java 94 provider.move(filesSetup.getDataFilePath(), filesSetup.getTestPath());
95 assertEquals(TEST_FILE_DATA, readFromFile(filesSetup.getTestPath()));
99 Files.createFile(filesSetup.getTestPath());
102 provider.move(filesSetup.getDataFilePath(), filesSetup.getTestPath());
108 Files.createFile(filesSetup.getTestPath());
110 provider.move(filesSetup.getDataFilePath(), filesSetup.getTestPath(), REPLACE_EXISTING);
111 assertEquals(TEST_FILE_DATA_2, readFromFile(filesSetup.getTestPath()));
116 provider.move(filesSetup.getTestPath(), filesSetup.getDataFilePath(), REPLACE_EXISTING);
125 provider.move(filesSetup.getDataFilePath(), filesSetup.getTestPath());
127 ((FileTime) Files.getAttribute(filesSetup.getTestPath(),
    [all...]
Files2Test.java 197 Files.getAttribute(filesSetup.getTestPath(), "basic:lastModifiedTime");
225 Files.createFile(filesSetup.getTestPath(), attr);
226 assertEquals(attr.value(), Files.getPosixFilePermissions(filesSetup.getTestPath()));
278 assertFalse(Files.isSymbolicLink(filesSetup.getTestPath()));
285 assertTrue(Files.isSymbolicLink(filesSetup.getTestPath()));
300 assertFalse(Files.isDirectory(filesSetup.getTestPath()));
322 assertFalse(Files.isRegularFile(filesSetup.getTestPath()));
331 Files.createSymbolicLink(filesSetup.getTestPath(),
332 filesSetup.getTestPath().toAbsolutePath());
333 assertFalse(Files.isRegularFile(filesSetup.getTestPath()));
    [all...]
FilesTest.java 124 assertFalse(Files.exists(filesSetup.getTestPath()));
125 Files.createFile(filesSetup.getTestPath());
126 assertTrue(Files.exists(filesSetup.getTestPath()));
152 Files.createFile(filesSetup.getTestPath(), attr);
153 assertEquals(attr.value(), Files.getAttribute(filesSetup.getTestPath(), attr.name()));
LinuxPathTest.java 162 filesSetup.getTestPath().startsWith((String) null);
175 filesSetup.getTestPath().startsWith((Path) null);
189 filesSetup.getTestPath().endsWith((Path)null);
203 filesSetup.getTestPath().endsWith((String)null);
327 Files.createFile(filesSetup.getTestPath());
328 Path realPath = filesSetup.getTestPath().toRealPath();
329 assertTrue(Files.isSameFile(filesSetup.getTestPath().toAbsolutePath(), realPath));
344 Files.createSymbolicLink(symLink, filesSetup.getTestPath().toAbsolutePath());
529 filesSetup.getTestPath().compareTo(null);
545 filesSetup.getTestPath().equals(null)
    [all...]
DefaultSecureDirectoryStreamTest.java 209 try (SeekableByteChannel sbc = ds_path_root.newByteChannel(filesSetup.getTestPath(),
213 assertTrue(expected.getMessage().contains(filesSetup.getTestPath().toString()));
280 ds_path_root.deleteFile(filesSetup.getTestPath());
315 ds_path_root.deleteDirectory(filesSetup.getTestPath());
FilesSetup.java 90 Path getTestPath() {
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
NativeBenchmarkTestTest.java 78 String res = mBenchmark.getTestPath();
86 String res = mBenchmark.getTestPath();
  /system/core/libbacktrace/
backtrace_offline_test.cpp 107 std::string GetTestPath(const std::string& arch, const std::string& path) {
248 const std::string testlib_path(GetTestPath(arch_str, testlib_name));
249 const std::string offline_testdata_path(GetTestPath(arch_str, "offline_testdata"));
328 const std::string testlib_path(GetTestPath(arch_str, testlib_name));
332 const std::string offline_testdata_path(GetTestPath(arch_str, testdata_name));
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
GoogleBenchmarkTest.java 125 private String getTestPath() {
250 String testPath = getTestPath();
NativeBenchmarkTest.java 152 String getTestPath() {
254 String testPath = getTestPath();
NativeStressTest.java 130 private String getTestPath() {
230 String testPath = getTestPath();
GTest.java 424 private String getTestPath() {
734 String testPath = getTestPath();
  /external/nist-pkits/src/libcore/java/security/cert/
X509CertificateNistPkitsTest.java 137 private CertPath getTestPath(CertificateFactory f, String[] pathCerts) throws Exception {
181 CertPath cp = getTestPath(f, certs);
204 CertPath cp = getTestPath(f, path);
    [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/
org.eclipse.sisu.plexus-0.0.0.M5.jar 

Completed in 1491 milliseconds