Home
last modified time | relevance | path

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

/base/update/updater/services/script/script_instruction/
H A Dscript_instructionhelper.cpp135 // first get realpath of libName, then compare with realLibName in RegisterUserInstruction()
143 std::string realLibName = realPath; in RegisterUserInstruction() local
145 if (!userInstrLibName_.empty() && userInstrLibName_.compare(realLibName) != 0) { in RegisterUserInstruction()
146 USCRIPT_LOGE("Lib name must be equal %s ", realLibName.c_str()); in RegisterUserInstruction()
151 userInstrLibName_.assign(realLibName); in RegisterUserInstruction()
154 instrLib_ = dlopen(realLibName.c_str(), RTLD_LAZY | RTLD_LOCAL); in RegisterUserInstruction()

Completed in 1 milliseconds