MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getAndroidAssetName

Method getAndroidAssetName

Source/Basic/Content.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68std::string Content::getAndroidAssetName(String fullPath) const {
69 const auto& apkPath = SharedApplication.getAPKPath();
70 fullPath.skip(apkPath.length() + 1);
71 return fullPath.toString();
72}
73
74#endif // BX_PLATFORM_ANDROID
75

Callers

nothing calls this directly

Calls 3

toStringMethod · 0.65
skipMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected