Home
last modified time | relevance | path

Searched refs:newestFileTime (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dmemory_collector_impl.cpp527 time_t newestFileTime = 0; in GetNewestSnapshotPath() local
543 if ((stat(snapshotPath.c_str(), &st) == 0) && (st.st_mtime > newestFileTime)) { in GetNewestSnapshotPath()
544 newestFileTime = st.st_mtime; in GetNewestSnapshotPath()