Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
std::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
toString
Method · 0.65
skip
Method · 0.45
length
Method · 0.45
Tested by
no test coverage detected