Searched refs:file_path (Results 1 – 1 of 1) sorted by relevance
42 String file_path = uri.getPath(); in openAssetFile() local43 if (TextUtils.isEmpty(file_path)) throw new FileNotFoundException(); in openAssetFile()45 if (file_path.startsWith("/")) { in openAssetFile()46 file_path = file_path.substring(1); in openAssetFile()48 return getContext().getAssets().openFd(file_path); in openAssetFile()