MCPcopy Create free account
hub / github.com/Tencent/MMKV / ashmemMMKVPathWithID

Function ashmemMMKVPathWithID

Core/MemoryFile_Android.cpp:228–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226} // namespace mmkv
227
228MMKVPath_t ashmemMMKVPathWithID(const MMKVPath_t &mmapID) {
229 return MMKVPath_t(ASHMEM_NAME_DEF) + MMKV_PATH_SLASH + mmapID;
230}
231
232static long long timespec_to_ms(struct timespec ts) {
233 return (long long)ts.tv_sec * 1000LL + ts.tv_nsec / 1000000LL;

Callers 1

mappedKVPathWithIDFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected