Searched refs:imageFilePath (Results 1 – 5 of 5) sorted by relevance
188 String imageFilePath = new File(Environment.getExternalStorageDirectory(), in tearDown() local190 File imageFile = new File(imageFilePath); in tearDown()
157 String imageFilePath = in tearDown() local160 File imageFile = new File(imageFilePath); in tearDown()
439 for (const imageFilePath of IMAGE_FILE_PATHS) {440 const response = await fetch(imageFilePath);466 image.src = imageFilePath;
294 const char *image_name = image_infos[i].imageFilePath; in find_library()
3068 final String imageFilePath = getFilePathFromUri(targetUri); in testDeferredScanHidesPartialDatabaseRows() local3081 MediaStore.Files.FileColumns.DATA + "=?", new String[] {imageFilePath}, null)) { in testDeferredScanHidesPartialDatabaseRows() argument3087 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()