Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dpath_helper.h121 // if input is relative path, need to concat new recordName. in ConcatFileNameForWorker()
122 std::string recordName = moduleName; in ConcatFileNameForWorker() local
130 if (recordName.at(0) == NORMALIZED_OHMURL_TAG) { in ConcatFileNameForWorker()
132 std::vector<std::string> normalizedRes = SplitNormalizedRecordName(recordName); in ConcatFileNameForWorker()
182 * Split the recordName of the new ohmurl rule
183 * recordName: &moduleName&bundleName&importPath&version
185 static std::vector<std::string> SplitNormalizedRecordName(const std::string &recordName) in SplitNormalizedRecordName() argument
190 int endIndex = static_cast<int>(recordName.size()) - 1; in SplitNormalizedRecordName()
192 char element = recordName[i]; in SplitNormalizedRecordName()

Completed in 1 milliseconds