Lines Matching defs:g_astcCustomizedSo
2260 const LPCSTR g_astcCustomizedSo = "../../hms/toolchains/lib/libastcCustomizedEncode.dll";
2262 const std::string g_astcCustomizedSo = "../../hms/toolchains/lib/libastcCustomizedEncode.dylib";
2264 const std::string g_astcCustomizedSo = "../../hms/toolchains/lib/libastcCustomizedEncode.so";
2267 const std::string g_astcCustomizedSo = "/system/lib64/module/hms/graphic/libastcCustomizedEncode.z.so";
2294 printf("astc dll FreeLibrary failed: %s\n", g_astcCustomizedSo);
2299 printf("astcenc so dlclose failed: %s\n", g_astcCustomizedSo.c_str());
2311 if ((_access(g_astcCustomizedSo, 0) == -1))
2313 printf("astc customized dll(%s) is not found!\n", g_astcCustomizedSo);
2316 astcCustomizedSoHandle_ = LoadLibrary(g_astcCustomizedSo);
2358 printf("astcenc customized dll load success: %s!\n", g_astcCustomizedSo);
2360 if (access(g_astcCustomizedSo.c_str(), F_OK) == -1)
2362 printf("astc customized so(%s) is not found!\n", g_astcCustomizedSo.c_str());
2365 astcCustomizedSoHandle_ = dlopen(g_astcCustomizedSo.c_str(), 1);
2401 printf("astcenc customized so dlopen success: %s\n", g_astcCustomizedSo.c_str());