Searched refs:pathIndex (Results 1 – 1 of 1) sorted by relevance
876 int pathIndex = cursor.getColumnIndexOrThrow(MediaStore.MediaColumns.DATA); in convertUriToPath() local877 path = cursor.getString(pathIndex); in convertUriToPath()