Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DExifInterfaceTest.java188 String imageFilePath = new File(Environment.getExternalStorageDirectory(), in tearDown() local
190 File imageFile = new File(imageFilePath); in tearDown()
/aosp_15_r20/cts/tests/tests/media/misc/src/android/media/misc/cts/
H A DHeifWriterTest.java157 String imageFilePath = in tearDown() local
160 File imageFile = new File(imageFilePath); in tearDown()
/aosp_15_r20/external/skia/modules/canvaskit/tests/
H A Dcore_test.js439 for (const imageFilePath of IMAGE_FILE_PATHS) {
440 const response = await fetch(imageFilePath);
466 image.src = imageFilePath;
/aosp_15_r20/external/AFLplusplus/utils/afl_untracer/
H A Dafl-untracer.c294 const char *image_name = image_infos[i].imageFilePath; in find_library()
/aosp_15_r20/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
H A DScopedStorageDeviceTest.java3068 final String imageFilePath = getFilePathFromUri(targetUri); in testDeferredScanHidesPartialDatabaseRows() local
3081 MediaStore.Files.FileColumns.DATA + "=?", new String[] {imageFilePath}, null)) { in testDeferredScanHidesPartialDatabaseRows() argument
3087 Log.i(TAG, "Verified that deferred scan on " + imageFilePath + " is complete" in testDeferredScanHidesPartialDatabaseRows()
3092 Log.i(TAG, "Verified that " + imageFilePath + " was excluded in default query"); in testDeferredScanHidesPartialDatabaseRows()