Home
last modified time | relevance | path

Searched refs:lastModTime (Results 1 - 5 of 5) sorted by relevance

/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 *resDes);
/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, ResDesc *resDes) in HapResource() argument
65 : indexPath_(path), lastModTime_(lastModTime), resDesc_(resDes), defaultConfig_(defaultConfig) in HapResource()
/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_resource.h328 HapResource(const std::string path, time_t lastModTime, std::shared_ptr<ResDesc> resDes,
/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_resource.cpp68 HapResource::HapResource(const std::string path, time_t lastModTime, std::shared_ptr<ResDesc> resDes, in HapResource() argument
69 bool isSystem, bool isOverlay) : indexPath_(path), lastModTime_(lastModTime), resDesc_(resDes), in HapResource()
/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()

Completed in 4 milliseconds