Searched refs:library_path (Results 1 – 2 of 2) sorted by relevance
62 void SetDebuggerPostTask(std::string& library_path);
2890 std::string library_path = ""; in InitJsEnv() local2892 SetDebuggerPostTask(library_path); in InitJsEnv()2894 if (!runtime_->Initialize(library_path, isDebugMode_, GetInstanceId())) { in InitJsEnv()3044 void JsiEngineInstance::SetDebuggerPostTask(std::string& library_path) in SetDebuggerPostTask() argument3046 library_path = ARK_DEBUGGER_LIB_PATH; in SetDebuggerPostTask()