Home
last modified time | relevance | path

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

/base/global/resource_management/frameworks/resmgr/src/utils/
Dhap_parser.cpp146 std::string mName = GetModuleName(reinterpret_cast<char *>(tmpBuf.get()), tmpLen); in ParseModuleNameFromHap() local
147 if (mName.size() == 0) { in ParseModuleNameFromHap()
151 return mName; in ParseModuleNameFromHap()
156 std::string mName = ParseModuleNameFromHap(uf); in GetIndexFilePath() local
158 indexFilePath.append(mName); in GetIndexFilePath()
215 std::string mName = GetModuleName(reinterpret_cast<char *>(configBuf.get()), len); in ParseModuleName() local
216 if (mName.size() == 0) { in ParseModuleName()
220 return mName; in ParseModuleName()
/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
Dohos_resource_adapter_impl.cpp260 std::string mName = GetModuleName(reinterpret_cast<char *>(configBuf.get()), len); in ParseModuleName() local
261 if (mName.size() == 0) { in ParseModuleName()
265 return mName; in ParseModuleName()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
Dhap_parser.cpp140 std::string mName = GetModuleName(static_cast<char *>(tmpBuf)); in ReadIndexFromFile() local
141 if (mName.size() == 0) { in ReadIndexFromFile()
148 indexFilePath.append(mName); in ReadIndexFromFile()
/base/global/resource_management/frameworks/resmgr/src/
Dhap_resource.cpp168 std::string mName = HapParser::ParseModuleName(extractor); in GetIndexFilePath() local
170 indexFilePath.append(mName); in GetIndexFilePath()