Searched refs:CLONE_BUNDLE_PREFIX (Results 1 – 3 of 3) sorted by relevance
56 const std::string CLONE_BUNDLE_PREFIX = "clone_"; variable
109 const std::string CLONE_BUNDLE_PREFIX = "clone_"; variable323 auto pos = keyName.find(CLONE_BUNDLE_PREFIX); in GetBundleNameAndIndexByName()332 bundleName = keyName.substr(pos + CLONE_BUNDLE_PREFIX.size()); in GetBundleNameAndIndexByName()337 return std::to_string(appIndex) + CLONE_BUNDLE_PREFIX + bundleName; in GetCloneBundleIdKey()
100 constexpr const char* CLONE_BUNDLE_PREFIX = "clone_"; variable2036 auto pos = keyName.find(CLONE_BUNDLE_PREFIX); in GetBundleNameAndIndexByName()2045 bundleName = keyName.substr(pos + strlen(CLONE_BUNDLE_PREFIX)); in GetBundleNameAndIndexByName()