Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dhap_asset_provider_impl.cpp163 fileInfo.lastModTime = fileInfoAbility.lastModTime; in GetFileInfo()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dhap_resource.cpp64 HapResource::HapResource(const std::string path, time_t lastModTime, const ResConfig *defaultConfig… in HapResource() argument
65 : indexPath_(path), lastModTime_(lastModTime), resDesc_(resDes), defaultConfig_(defaultConfig) in HapResource()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dasset_manager.h27 uint16_t lastModTime = 0; member
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dhap_resource.h174 …HapResource(const std::string path, time_t lastModTime, const ResConfig *defaultConfig, ResDesc *r…
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dextractor.h36 uint16_t lastModTime = 0; member
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_resource.h294 HapResource(const std::string path, time_t lastModTime, std::shared_ptr<ResDesc> resDes,
/ohos5.0/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
H A Dohos_resource_adapter_impl.cpp391 time = info.lastModTime; in GetRawFileLastModTime()
402 uint16_t modifiedTime = info.lastModTime; in GetRawFileLastModTime()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/asset/
H A Dasset_test.cpp34 MediaFileInfo MEDIA_FILE_INFO = { .fileName = ASSET_TEST, .length = 1, .lastModTime = 1, .lastModDa…
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_resource.cpp67 HapResource::HapResource(const std::string path, time_t lastModTime, std::shared_ptr<ResDesc> resDe… in HapResource() argument
68 bool isSystem, bool isOverlay) : indexPath_(path), lastModTime_(lastModTime), resDesc_(resDes), in HapResource()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/rosen/
H A Drosen_test.cpp374 …MediaFileInfo fileInfo = { .fileName = hapPath, .offset = 1, .length = 1, .lastModTime = 1, .lastM…
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dextractor.cpp236 fileInfo.lastModTime = zipEntry.modifiedTime; in GetFileInfo()