Searched refs:lastModTime (Results 1 - 5 of 5) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | hap_resource.h | 174 HapResource(const std::string path, time_t lastModTime, const ResConfig *defaultConfig, ResDesc *resDes);
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | hap_resource.cpp | 64 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 D | hap_resource.h | 328 HapResource(const std::string path, time_t lastModTime, std::shared_ptr<ResDesc> resDes,
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | hap_resource.cpp | 68 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 D | ohos_resource_adapter_impl.cpp | 391 time = info.lastModTime; in GetRawFileLastModTime() 402 uint16_t modifiedTime = info.lastModTime; in GetRawFileLastModTime()
|
Completed in 4 milliseconds