Home
last modified time | relevance | path

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

/base/startup/appspawn/adapter/
Dappspawn_nweb.cpp50 const std::string NWEB_HAP_LIB_PATH = "/data/storage/el1/bundle/nweb/libs/arm64"; variable
52 const std::string NWEB_HAP_LIB_PATH = "/data/storage/el1/bundle/nweb/libs/x86_64"; variable
54 const std::string NWEB_HAP_LIB_PATH = "/data/storage/el1/bundle/nweb/libs/arm"; variable
71 dlns_create(&dlns, NWEB_HAP_LIB_PATH.c_str()); in RunChildProcessorNweb()
80 const std::string engineLibDir = NWEB_HAP_LIB_PATH + "/libweb_engine.so"; in RunChildProcessorNweb()
84 const std::string renderLibDir = NWEB_HAP_LIB_PATH + "/libnweb_render.so"; in RunChildProcessorNweb()