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.java309 String realPath = realPathFor(pfd); in testAccess() local
311 if (realPath.equals(sdfile.getCanonicalPath())) { in testAccess()
316 values.put("_data", realPath); in testAccess()
322 fail("shouldn't have fd for " + realPath); in testAccess()