Searched refs:pathIndex (Results 1 – 2 of 2) sorted by relevance
845 int pathIndex = cursor.getColumnIndexOrThrow(MediaStore.MediaColumns.DATA); in convertUriToPath() local846 path = cursor.getString(pathIndex); in convertUriToPath()
952 int pathIndex = cursor.getColumnIndexOrThrow(MediaStore.MediaColumns.DATA); in convertUriToPath() local953 path = cursor.getString(pathIndex); in convertUriToPath()