Searched refs:lengthOfPostfix (Results 1 – 1 of 1) sorted by relevance
534 int32_t lengthOfPostfix = strlen(soPostfix); in GetNativeModulePath() local535 if ((lengthOfModuleName > lengthOfPostfix) && in GetNativeModulePath()536 (strcmp(dupModuleName + lengthOfModuleName - lengthOfPostfix, soPostfix) == 0)) { in GetNativeModulePath()