/base/update/updater/services/script/script_instruction/ |
H A D | script_registercmd.cpp | 36 std::string libName;
in Execute() local 43 ret = context.GetParam(1, libName);
in Execute() 51 return helper->RegisterUserInstruction(libName, instrName);
in Execute()
|
H A D | script_instructionhelper.cpp | 132 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 D | script_instructionhelper.h | 39 int32_t RegisterUserInstruction(const std::string &libName, const std::string &instrName);
|
/base/account/os_account/services/accountmgr/include/osaccount/ |
H A D | os_account_plugin_manager.h | 32 void LoaderLib(const std::string &path, const std::string &libName);
|
/base/account/os_account/services/accountmgr/test/mock/os_account/ |
H A D | os_account_plugin_manager.h | 32 void LoaderLib(const std::string &path, const std::string &libName);
|
H A D | os_account_plugin_manager.cpp | 58 void OsAccountPluginManager::LoaderLib(const std::string &path, const std::string &libName) in LoaderLib() argument
|
/base/tee/tee_client/services/teecd/include/ |
H A D | secfile_load_agent.h | 44 char libName[MAX_SEC_FILE_NAME_LEN]; member
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_plugin_manager.cpp | 63 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 D | module_loader.cpp | 40 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 D | secfile_load_agent.c | 175 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 D | memory_collector_impl.cpp | 162 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 D | memory_collector_test.cpp | 78 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 D | inner_domain_account_manager.h | 71 void LoaderLib(const std::string &path, const std::string &libName);
|
/base/account/os_account/services/accountmgr/src/domain_account/ |
H A D | inner_domain_account_manager.cpp | 283 void InnerDomainAccountManager::LoaderLib(const std::string &path, const std::string &libName)
in LoaderLib() argument 286 std::string soPath = path + libName;
in LoaderLib()
|