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