| 62 | #if BX_PLATFORM_ANDROID |
| 63 | |
| 64 | bool Content::isAndroidAsset(String fullPath) const { |
| 65 | return fullPath.left(_assetPath.length()) == _assetPath; |
| 66 | } |
| 67 | |
| 68 | std::string Content::getAndroidAssetName(String fullPath) const { |
| 69 | const auto& apkPath = SharedApplication.getAPKPath(); |