Searched refs:indexFilePath (Results 1 - 3 of 3) sorted by relevance
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | hap_resource.cpp | 157 std::string indexFilePath = std::string("assets/"); in GetIndexFilePath() local 158 indexFilePath.append(mName); in GetIndexFilePath() 159 indexFilePath.append("/resources.index"); in GetIndexFilePath() 160 return indexFilePath; in GetIndexFilePath() 173 std::string indexFilePath; in GetIndexData() local 175 indexFilePath = "resources.index"; in GetIndexData() 177 indexFilePath = GetIndexFilePath(extractor); in GetIndexData() 179 bool ret = extractor->ExtractToBufByName(indexFilePath, tmpBuf, len); in GetIndexData() 181 RESMGR_HILOGE(RESMGR_TAG, "failed to get buf data indexFilePath, %{public}s", indexFilePath in GetIndexData() [all...] |
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
H A D | hap_parser.cpp | 147 std::string indexFilePath = std::string("assets/"); in ReadIndexFromFile() local 148 indexFilePath.append(mName); in ReadIndexFromFile() 149 indexFilePath.append(RES_FILE_NAME); in ReadIndexFromFile() 151 return ReadFileFromZip(zipFile, indexFilePath.c_str(), buffer, bufLen, errInfo); in ReadIndexFromFile()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 182 std::string indexFilePath = std::string("assets/"); in GetIndexFilePath() local 183 indexFilePath.append(mName); in GetIndexFilePath() 184 indexFilePath.append("/resources.index"); in GetIndexFilePath() 185 return indexFilePath; in GetIndexFilePath() 210 std::string indexFilePath = GetIndexFilePath(uf); in ReadIndexFromFile() local 211 return ReadFileInfoFromZip(uf, indexFilePath.c_str(), buffer, bufLen); in ReadIndexFromFile()
|
Completed in 4 milliseconds