Searched refs:isRelativePath (Results 1 - 1 of 1) sorted by relevance
/commonlibrary/ets_utils/js_concurrent_module/common/helper/ |
H A D | path_helper.h | 41 static bool CheckWorkerPath(napi_env env, std::string script, std::string fileName, bool isRelativePath) in CheckWorkerPath() argument 53 return CheckNormalizedWorkerPath(env, script, fileName, isRelativePath); in CheckWorkerPath() 60 if (isRelativePath) { in CheckWorkerPath() 84 static bool CheckNormalizedWorkerPath(napi_env env, std::string script, std::string fileName, bool isRelativePath) in CheckNormalizedWorkerPath() argument 89 if (isRelativePath) { in CheckNormalizedWorkerPath() 113 static void ConcatFileNameForWorker(napi_env env, std::string &script, std::string &fileName, bool &isRelativePath) in ConcatFileNameForWorker() argument 117 isRelativePath = true; in ConcatFileNameForWorker() 119 reinterpret_cast<NativeEngine*>(env)->GetCurrentModuleInfo(moduleName, fileName, isRelativePath); in ConcatFileNameForWorker() 120 if (isRelativePath) { in ConcatFileNameForWorker()
|
Completed in 1 milliseconds