Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dpath_helper.h31 static constexpr char POINT_TAG[] = "."; member in Commonlibrary::Concurrent::Common::Helper::PathHelper
75 prev = script.find_last_of(POINT_TAG); in CheckWorkerPath()
96 size_t prev = script.find_last_of(POINT_TAG); in CheckNormalizedWorkerPath()
116 if (script.find_first_of(POINT_TAG) == 0) { in ConcatFileNameForWorker()
153 } else if (elem != POINT_TAG && elem != DOUBLE_POINT_TAG) { // remove ./ in NormalizePath()
171 size_t pos = res.rfind(POINT_TAG); in NormalizePath()
/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.cpp1237 (!isBundle && script_.find_first_of(PathHelper::POINT_TAG) == 0)) { in StartExecuteInThread()

Completed in 5 milliseconds