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

Class stat

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

Source from the content-addressed store, hash-verified

238 return -1;
239 }
240 struct stat soStat = {};
241 if (::stat(path, &soStat) < 0) {
242 MMKVError("fail to stat %s: %d(%s)", path, errno, strerror(errno));
243 return -1;

Callers 1

getFileModifyTimeInMSFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected