Searched refs:soPostfix (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/napi/module_manager/ |
H A D | native_module_manager.cpp | 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) in GetNativeModulePath() [all...] |
Completed in 2 milliseconds