Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dpath_helper.h30 static constexpr char NAME_SPACE_TAG = '@'; member in Commonlibrary::Concurrent::Common::Helper::PathHelper
46 if (script.find(PAG_TAG) == 0 || script.find(NAME_SPACE_TAG) != std::string::npos) { in CheckWorkerPath()
/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.cpp1235 bool isHar = script_.find_first_of(PathHelper::NAME_SPACE_TAG) == 0; in StartExecuteInThread()

Completed in 5 milliseconds