Searched refs:mName (Results 1 – 4 of 4) sorted by relevance
146 std::string mName = GetModuleName(reinterpret_cast<char *>(tmpBuf.get()), tmpLen); in ParseModuleNameFromHap() local147 if (mName.size() == 0) { in ParseModuleNameFromHap()151 return mName; in ParseModuleNameFromHap()156 std::string mName = ParseModuleNameFromHap(uf); in GetIndexFilePath() local158 indexFilePath.append(mName); in GetIndexFilePath()215 std::string mName = GetModuleName(reinterpret_cast<char *>(configBuf.get()), len); in ParseModuleName() local216 if (mName.size() == 0) { in ParseModuleName()220 return mName; in ParseModuleName()
260 std::string mName = GetModuleName(reinterpret_cast<char *>(configBuf.get()), len); in ParseModuleName() local261 if (mName.size() == 0) { in ParseModuleName()265 return mName; in ParseModuleName()
140 std::string mName = GetModuleName(static_cast<char *>(tmpBuf)); in ReadIndexFromFile() local141 if (mName.size() == 0) { in ReadIndexFromFile()148 indexFilePath.append(mName); in ReadIndexFromFile()
168 std::string mName = HapParser::ParseModuleName(extractor); in GetIndexFilePath() local170 indexFilePath.append(mName); in GetIndexFilePath()