Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_FilesTest.java301 String realPath = realPathFor(pfd); in testAccess() local
303 if (realPath.equals(sdfile.getCanonicalPath())) { in testAccess()
308 values.put("_data", realPath); in testAccess()
314 fail("shouldn't have fd for " + realPath); in testAccess()