Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/utils/common_utils/src/
H A Dnetstack_bundle_utils.cpp25 const std::string LIB_NET_BUNDL_UTILS_SO_PATH = "/system/lib64/libnet_bundle_utils.z.so"; variable
27 const std::string LIB_NET_BUNDL_UTILS_SO_PATH = "/system/lib/libnet_bundle_utils.z.so";
34 void *handler = dlopen(LIB_NET_BUNDL_UTILS_SO_PATH.c_str(), RTLD_NOW); in IsAtomicService()