Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_manager/
H A Dmedia_library_manager.cpp976 struct stat videoStatInfo {}; in GetSandboxMovingPhotoTime() struct
977 if (stat(videoRealPath.c_str(), &videoStatInfo) != 0) { in GetSandboxMovingPhotoTime()
981 …eoDateModified = static_cast<int64_t>(MediaFileUtils::Timespec2Millisecond(videoStatInfo.st_mtim)); in GetSandboxMovingPhotoTime()