Lines Matching refs:soPostfix
685 const char* soPostfix = ".dll"; in GetNativeModulePath() local
691 const char* soPostfix = ".dylib"; in GetNativeModulePath()
697 const char* soPostfix = ".so"; in GetNativeModulePath()
703 const char* soPostfix = ".so"; in GetNativeModulePath()
709 const char* soPostfix = ".so"; in GetNativeModulePath()
750 int32_t lengthOfPostfix = strlen(soPostfix); in GetNativeModulePath()
752 (strcmp(dupModuleName + lengthOfModuleName - lengthOfPostfix, soPostfix) == 0)) { in GetNativeModulePath()
763 … if (sprintf_s(nativeModulePath[0], pathLength, "lib%s%s", dupModuleName, soPostfix) == -1) { in GetNativeModulePath()
768 prefix, dupModuleName, zfix, soPostfix) == -1) { in GetNativeModulePath()
773 prefix, dupModuleName, zfix, soPostfix) == -1) { in GetNativeModulePath()
784 … if (sprintf_s(nativeModulePath[0], pathLength, "lib%s%s", dupModuleName, soPostfix) == -1) { in GetNativeModulePath()
794 prefixStr.substr(0, pos).c_str(), dupModuleName, soPostfix); in GetNativeModulePath()
797 … sprintfResult = sprintf_s(nativeModulePath[1], pathLength, "lib%s%s", dupModuleName, soPostfix); in GetNativeModulePath()
804 …sprintf_s(nativeModulePath[0], pathLength, "%s/lib%s%s", prefix, dupModuleName, soPostfix) == -1) { in GetNativeModulePath()
810 dupModuleName, soPostfix) == -1) { in GetNativeModulePath()
829 prefix, dupModuleName, afterDot, zfix, soPostfix) == -1) { in GetNativeModulePath()
833 prefix, dupModuleName, afterDot, zfix, soPostfix) == -1) { in GetNativeModulePath()
843 if (sprintf_s(nativeModulePath[0], pathLength, "lib%s%s", afterDot, soPostfix) == -1) { in GetNativeModulePath()
848 prefix, dupModuleName, afterDot, soPostfix) == -1) { in GetNativeModulePath()
854 prefix, moduleName, afterDot, soPostfix) == -1) { in GetNativeModulePath()