Searched refs:lib64Path (Results 1 – 3 of 3) sorted by relevance
25 std::string lib64Path; member31 + ", lib64Path = " + lib64Path + "]"; in ToString()
67 auto lib64Path = bmsExtension_.bmsExtensionBundleMgr.lib64Path.c_str(); in OpenHandler() local68 *handle = dlopen(lib64Path, RTLD_NOW | RTLD_GLOBAL); in OpenHandler()70 APP_LOGW("open %{public}s failed %{public}s", lib64Path, dlerror()); in OpenHandler()
116 …bmsExtension.bmsExtensionBundleMgr.lib64Path, JsonType::STRING, true, parseResult, ArrayType::NOT_… in TransformTo()