Searched refs:soPostfix (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/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() 768 prefix, dupModuleName, zfix, soPostfix) == -1) { in GetNativeModulePath() 773 prefix, dupModuleName, zfix, soPostfix) == -1) { in GetNativeModulePath() 810 dupModuleName, soPostfix) == -1) { in GetNativeModulePath() 848 prefix, dupModuleName, afterDot, soPostfix) == -1) { in GetNativeModulePath() [all …]
|