Searched refs:innerStr (Results 1 – 3 of 3) sorted by relevance
155 std::string innerStr = reinterpret_cast<char *>(ReadString(req, &length)); in ObtainStringFromIpc() local158 if (innerStr.length() <= len) { in ObtainStringFromIpc()161 firstStr = innerStr.substr(0, len); in ObtainStringFromIpc()162 secondStr = innerStr.substr(len); in ObtainStringFromIpc()
213 std::string innerStr = firstPath; in RegisterCallback() local214 innerStr += secondPath; in RegisterCallback()215 WriteString(&request, innerStr.c_str()); in RegisterCallback()
246 …std::string innerStr = std::string(Constants::BUNDLE_CODE_DIR) + std::string(PATH_SEPARATOR) + bun… in ConvertResourcePath() local247 if (resPath.find(innerStr) == std::string::npos) { in ConvertResourcePath()251 resPath.replace(0, innerStr.length(), BUNDLE_MAP_CODE_PATH); in ConvertResourcePath()