Home
last modified time | relevance | path

Searched refs:lengthOfPostfix (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.cpp750 int32_t lengthOfPostfix = strlen(soPostfix); in GetNativeModulePath() local
751 if ((lengthOfModuleName > lengthOfPostfix) && in GetNativeModulePath()
752 (strcmp(dupModuleName + lengthOfModuleName - lengthOfPostfix, soPostfix) == 0)) { in GetNativeModulePath()

Completed in 2 milliseconds