Home
last modified time | relevance | path

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

/cts/tests/tests/jni/src/android/jni/cts/
DLinkerNamespacesHelper.java262 String sourcePath = getApplicationInfo(packageName).sourceDir; in getSourcePath() local
263 if (sourcePath == null) { in getSourcePath()
266 return sourcePath; in getSourcePath()
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_Video_ThumbnailsTest.java189 String sourcePath = c.getString(c.getColumnIndex("_data")); in testThumbnailGenerationAndCleanup() local
194 new File(sourcePath).delete(); in testThumbnailGenerationAndCleanup()
DMediaStore_Images_ThumbnailsTest.java353 String sourcePath = c.getString(c.getColumnIndex("_data")); in testThumbnailGenerationAndCleanup() local
358 new File(sourcePath).delete(); in testThumbnailGenerationAndCleanup()