Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dpath_helper.h113 …static void ConcatFileNameForWorker(napi_env env, std::string &script, std::string &fileName, bool… in ConcatFileNameForWorker() function
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.cpp1260 PathHelper::ConcatFileNameForWorker(env, script_, fileName_, isRelativePath_); in StartExecuteInThread()