Home
last modified time | relevance | path

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

/foundation/filemanagement/app_file_service/utils/src/b_jsonutil/
H A Db_jsonutil.cpp33 const static std::string BUNDLE_INDEX_SPLICE = ":"; member
38 size_t hasPos = bundleNameStr.find(BUNDLE_INDEX_SPLICE); in ParseBundleNameIndexStr()
46 if (to_string(bundleNameStr.back()) != BUNDLE_INDEX_SPLICE) { in ParseBundleNameIndexStr()
73 size_t pos = bundleName.find(BUNDLE_INDEX_SPLICE); in BuildBundleInfos()
86 if (to_string(bundleName.back()) != BUNDLE_INDEX_SPLICE) { in BuildBundleInfos()
374 result += BUNDLE_INDEX_SPLICE; in BuildBundleNameIndexInfo()

Completed in 2 milliseconds