Home
last modified time | relevance | path

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

/base/update/updater/services/script/script_instruction/
H A Dscript_registercmd.cpp36 std::string libName; in Execute() local
43 ret = context.GetParam(1, libName); in Execute()
51 return helper->RegisterUserInstruction(libName, instrName); in Execute()
H A Dscript_instructionhelper.cpp132 int32_t ScriptInstructionHelper::RegisterUserInstruction(const std::string& libName, in RegisterUserInstruction() argument
135 // first get realpath of libName, then compare with realLibName in RegisterUserInstruction()
137 char *realPath = realpath(libName.c_str(), nullptr); in RegisterUserInstruction()
139 USCRIPT_LOGE("realPath is NULL %s", libName.c_str()); in RegisterUserInstruction()
157 USCRIPT_LOGE("Fail to dlopen %s , dlerror: %s", libName.c_str(), dlerror()); in RegisterUserInstruction()
166 USCRIPT_LOGE("Fail to get sym %s", libName.c_str()); in RegisterUserInstruction()
H A Dscript_instructionhelper.h39 int32_t RegisterUserInstruction(const std::string &libName, const std::string &instrName);
/base/account/os_account/services/accountmgr/include/osaccount/
H A Dos_account_plugin_manager.h32 void LoaderLib(const std::string &path, const std::string &libName);
/base/account/os_account/services/accountmgr/test/mock/os_account/
H A Dos_account_plugin_manager.h32 void LoaderLib(const std::string &path, const std::string &libName);
H A Dos_account_plugin_manager.cpp58 void OsAccountPluginManager::LoaderLib(const std::string &path, const std::string &libName) in LoaderLib() argument
/base/tee/tee_client/services/teecd/include/
H A Dsecfile_load_agent.h44 char libName[MAX_SEC_FILE_NAME_LEN]; member
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_plugin_manager.cpp63 void OsAccountPluginManager::LoaderLib(const std::string &path, const std::string &libName) in LoaderLib() argument
70 std::string soPath = path + libName; in LoaderLib()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/load/
H A Dmodule_loader.cpp40 std::string libName = "lib" + moduleName + ".z.so"; in GetModulePath() local
42 std::string tempModulePath = searchDir + libName; in GetModulePath()
/base/tee/tee_client/services/teecd/src/
H A Dsecfile_load_agent.c175 if (strnlen(secAgentControl->LibSec.libName, MAX_SEC_FILE_NAME_LEN) >= MAX_SEC_FILE_NAME_LEN) { in LoadLib()
176 tloge("libName is too long!\n"); in LoadLib()
190 secAgentControl->LibSec.uuid.clockSeqAndNode[7], secAgentControl->LibSec.libName); in LoadLib()
193 "%s/%s.sec", TEE_DEFAULT_PATH, secAgentControl->LibSec.libName); in LoadLib()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dmemory_collector_impl.cpp162 std::string libName = "libai_mnt_client.so"; in ReadMemFromAILib() local
164 void* handle = dlopen(libName.c_str(), RTLD_LAZY); in ReadMemFromAILib()
166 HIVIEW_LOGE("dlopen %{public}s failed, %{public}s.", libName.c_str(), dlerror()); in ReadMemFromAILib()
172 HIVIEW_LOGE("dlsym %{public}s failed, %{public}s.", libName.c_str(), dlerror()); in ReadMemFromAILib()
/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dmemory_collector_test.cpp78 const std::string libName = "libai_mnt_client.so"; in HasValidAILibrary() local
79 void* handle = dlopen(libName.c_str(), RTLD_LAZY); in HasValidAILibrary()
/base/account/os_account/services/accountmgr/include/domain_account/
H A Dinner_domain_account_manager.h71 void LoaderLib(const std::string &path, const std::string &libName);
/base/account/os_account/services/accountmgr/src/domain_account/
H A Dinner_domain_account_manager.cpp283 void InnerDomainAccountManager::LoaderLib(const std::string &path, const std::string &libName) in LoaderLib() argument
286 std::string soPath = path + libName; in LoaderLib()

Completed in 8 milliseconds