Searched refs:strippedAssetsPath (Results 1 – 1 of 1) sorted by relevance
168 var strippedAssetsPath = assetsPath in responseBodyForFile() variable169 if (strippedAssetsPath.startsWith("assets://")) { in responseBodyForFile()170 strippedAssetsPath = strippedAssetsPath.substring("assets://".length) in responseBodyForFile()173 val stream = context.assets.open(strippedAssetsPath) in responseBodyForFile()