Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_jsonutil/
H A Db_jsonutil.cpp33 const static std::string BUNDLE_INDEX_SPLICE = ":"; variable
39 size_t hasPos = bundleNameStr.find(BUNDLE_INDEX_SPLICE); in ParseBundleNameIndexStr()
48 if (to_string(bundleNameStr.back()) != BUNDLE_INDEX_SPLICE) { in ParseBundleNameIndexStr()
78 size_t pos = bundleName.find(BUNDLE_INDEX_SPLICE); in BuildBundleInfos()
91 if (to_string(bundleName.back()) != BUNDLE_INDEX_SPLICE) { in BuildBundleInfos()
379 result += BUNDLE_INDEX_SPLICE; in BuildBundleNameIndexInfo()