HomeSort by relevance Sort by last modified time
    Searched refs:otherTestDir (Results 1 - 2 of 2) sorted by null

  /cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
WriteMultiViewTest.java 44 final File otherTestDir = new File(otherCache, "testDir");
45 final File beforeFile = new File(otherTestDir, "test.probe");
48 Os.rename(otherTestDir.getAbsolutePath(), ourTestDir.getAbsolutePath());
63 final File otherTestDir = new File(otherCache, "testDir");
65 final File afterFile = new File(otherTestDir, "test.probe");
67 Os.rename(ourTestDir.getAbsolutePath(), otherTestDir.getAbsolutePath());
73 assertNotEqual(Os.getuid(), Os.stat(otherTestDir.getAbsolutePath()).st_uid);
  /cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/
ReadMultiViewTest.java 66 final File otherTestDir = new File(otherCache, "testDir");
67 final File testFile = new File(otherTestDir, "test.probe");
72 assertNotEqual(Os.getuid(), Os.stat(otherTestDir.getAbsolutePath()).st_uid);

Completed in 791 milliseconds