Home
last modified time | relevance | path

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

/base/update/updater/services/script/script_instruction/
H A Dscript_instructionhelper.cpp60 if (instrLib_ != nullptr) { in ~ScriptInstructionHelper()
61 dlclose(instrLib_); in ~ScriptInstructionHelper()
63 instrLib_ = nullptr; in ~ScriptInstructionHelper()
153 if (instrLib_ == nullptr) { in RegisterUserInstruction()
154 instrLib_ = dlopen(realLibName.c_str(), RTLD_LAZY | RTLD_LOCAL); in RegisterUserInstruction()
156 if (instrLib_ == nullptr) { in RegisterUserInstruction()
162 (Uscript::UScriptInstructionFactoryPtr(*)())dlsym(instrLib_, "GetInstructionFactory"); in RegisterUserInstruction()
164 (void(*)(Uscript::UScriptInstructionFactoryPtr))dlsym(instrLib_, "ReleaseInstructionFactory"); in RegisterUserInstruction()
H A Dscript_instructionhelper.h50 void* instrLib_ = nullptr; member in Uscript::ScriptInstructionHelper

Completed in 2 milliseconds