Searched refs:indexPath (Results 1 - 5 of 5) sorted by relevance
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | hap_manager.cpp | 314 std::string indexPath = (*iter)->GetIndexPath(); in FindRawFile() local 315 auto index = indexPath.rfind(seperator); in FindRawFile() 317 RESMGR_HILOGE(RESMGR_TAG, "index path format error, %s", indexPath.c_str()); in FindRawFile() 320 std::string resourcesIndexPath = indexPath.substr(0, index); in FindRawFile() 573 std::string indexPath = (*iter)->GetIndexPath(); in GetResourcePaths() local 574 auto index = indexPath.rfind('/'); in GetResourcePaths() 576 RESMGR_HILOGE(RESMGR_TAG, "index path format error, %s", indexPath.c_str()); in GetResourcePaths() 580 result.emplace_back(indexPath.substr(0, index) + "/resources/"); in GetResourcePaths() 770 int32_t HapManager::GetValidIndexPath(std::string &indexPath) in GetValidIndexPath() argument 778 indexPath in GetValidIndexPath() [all...] |
/base/global/resource_management/frameworks/resmgr/include/ |
H A D | hap_parser.h | 126 * @param indexPath the hap path 131 static RState GetRawFileListUnCompressed(const std::string &indexPath, const std::string &rawDirPath,
|
H A D | hap_manager.h | 243 int32_t GetValidIndexPath(std::string &indexPath);
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | hap_parser_test.cpp | 422 std::string indexPath = FormatFullPath(g_resFilePath); in HWTEST_F() local 424 RState state = HapParser::GetRawFileListUnCompressed(indexPath, "", fileList); in HWTEST_F()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 400 RState HapParser::GetRawFileListUnCompressed(const std::string &indexPath, const std::string &rawDirPath, in GetRawFileListUnCompressed() argument 403 auto pos = indexPath.rfind('/'); in GetRawFileListUnCompressed() 407 std::string rawFilePath = indexPath.substr(0, pos) + "/resources/"; in GetRawFileListUnCompressed()
|
Completed in 5 milliseconds