MCPcopy Create free account
hub / github.com/NativeScript/android / stat

Class stat

test-app/runtime/src/main/cpp/ModuleInternal.cpp:643–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641 auto cachePath = path + ".cache";
642
643 struct stat result;
644 if (stat(cachePath.c_str(), &result) == 0) {
645 auto cacheLastModifiedTime = result.st_mtime;
646 if (stat(path.c_str(), &result) == 0) {

Callers 2

TryLoadScriptCacheMethod · 0.70
SaveScriptCacheMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected