Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dpath_helper.h26 class PathHelper { class
/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.cpp1235 bool isHar = script_.find_first_of(PathHelper::NAME_SPACE_TAG) == 0; in StartExecuteInThread()
1236 if ((isHar && script_.find(PathHelper::PREFIX_BUNDLE) == std::string::npos) || in StartExecuteInThread()
1237 (!isBundle && script_.find_first_of(PathHelper::POINT_TAG) == 0)) { in StartExecuteInThread()
1238 PathHelper::ConcatFileNameForWorker(env, script_, fileName_, isRelativePath_); in StartExecuteInThread()
1244 if (!PathHelper::CheckWorkerPath(env, script_, fileName_, isRelativePath_)) { in StartExecuteInThread()

Completed in 9 milliseconds