Home
last modified time | relevance | path

Searched refs:LIB_PATH (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/ai/ai_engine/services/common/platform/dl_operation/source/
H A Daie_dl_operation.cpp29 const char *LIB_PATH = "/usr/"; variable
35 unsigned int length = strlen(LIB_PATH); in AieDlopen()
47 int retCode = strncmp(realLibPath, LIB_PATH, length); in AieDlopen()
/ohos5.0/foundation/ai/intelligent_voice_framework/llt/hdt/depend_libs/cmake/
H A Dlibsec.cmake10 set(LIBRARY_OUTPUT_PATH ${LIB_PATH})
H A DCMakeLists.txt11 set(LIB_PATH ${INTELL_VOICE_DIR}/build) variable
H A Dlibutilsbase.cmake12 set(LIBRARY_OUTPUT_PATH ${LIB_PATH})
H A Dlibhilog.cmake18 set(LIBRARY_OUTPUT_PATH ${LIB_PATH})
/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/server/
H A Davcodec_server_manager.cpp81 void *handle = dlopen(LIB_PATH, RTLD_NOW); in Init()
82 CHECK_AND_RETURN_LOG(handle != nullptr, "Load so failed:%{public}s", LIB_PATH); in Init()
/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/server/include/
H A Davcodec_server_manager.h80 static constexpr char LIB_PATH[] = "libmemmgrclient.z.so"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H A Dbms_bundle_kit_service_base_test.cpp64 const std::string LIB_PATH = "/data/app/el1/bundle/public/com.example.bundlekit.test/lib"; variable
204 abilityInfo.libPath = LIB_PATH; in MockAbilityInfo()
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/
H A Dinner_domain_account_manager.cpp56 static const std::string LIB_PATH = "/system/lib64/platformsdk/"; variable
58 static const std::string LIB_PATH = "/system/lib/platformsdk/"; variable
65 LoaderLib(LIB_PATH, LIB_NAME); in InnerDomainAccountManager()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp58 const std::string LIB_PATH = "/data/app/el1/bundle/public/com.example.l3jsdemo"; variable
134 abilityInfo.libPath = LIB_PATH; in GetDefaultAbilityInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp113 const std::string LIB_PATH = "/data/app/el1/bundle/public/com.example.bundlekit.test/lib"; variable
796 abilityInfo.libPath = LIB_PATH; in MockAbilityInfo()
H A Dbms_bundle_kit_service_test.cpp119 const std::string LIB_PATH = "/data/app/el1/bundle/public/com.example.bundlekit.test/lib"; variable
962 abilityInfo.libPath = LIB_PATH; in MockAbilityInfo()