Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dhap_resource.cpp65 : indexPath_(path), lastModTime_(lastModTime), resDesc_(resDes), defaultConfig_(defaultConfig) in HapResource()
143 auto index = indexPath_.rfind('/'); in Init()
145 HILOG_ERROR("index path format error, %s", indexPath_.c_str()); in Init()
148 index = indexPath_.rfind('/', index - 1); in Init()
150 HILOG_ERROR("index path format error, %s", indexPath_.c_str()); in Init()
153 resourcePath_ = indexPath_.substr(0, index + 1); in Init()
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_resource.h105 return indexPath_; in GetIndexPath()
178 return indexPath_; in GetIndexPath()
220 std::string indexPath_; variable
320 const std::string indexPath_; variable
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_resource.cpp55 indexPath_ = resPath.first; in ValueUnderQualifierDir()
68 bool isSystem, bool isOverlay) : indexPath_(path), lastModTime_(lastModTime), resDesc_(resDes), in HapResource()
300 auto index = indexPath_.rfind(separator); in Init()
302 RESMGR_HILOGE(RESMGR_TAG, "index path format error, %s", indexPath_.c_str()); in Init()
306 resourcePath_ = indexPath_.substr(0, index + 1); in Init()
311 index = indexPath_.rfind(separator, index - 1); in Init()
313 RESMGR_HILOGE(RESMGR_TAG, "index path format error, %s", indexPath_.c_str()); in Init()
316 resourcePath_ = indexPath_.substr(0, index + 1); in Init()
373 const auto resPath = std::make_pair(indexPath_, resourcePath_); in InitIdList()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dhap_resource.h56 return indexPath_; in GetIndexPath()
183 const std::string indexPath_; variable