Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp176 CVector<CString> currentVec; in ParsePrefixBundle() local
177 StringHelper::SplitString(moduleRequestName, currentVec, 0, SEGMENTS_LIMIT_TWO); in ParsePrefixBundle()
178 if (currentVec.size() < SEGMENTS_LIMIT_TWO) { in ParsePrefixBundle()
182 CString currentModuleName = currentVec[1]; in ParsePrefixBundle()