Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.cpp743 bool isValidSuffix = false; in CheckAopTransformPath() local
745 isValidSuffix = FileExtensionIs(lowerLibPath, FileSuffix::DLL); in CheckAopTransformPath()
748 isValidSuffix = FileExtensionIs(lowerLibPath, FileSuffix::SO) in CheckAopTransformPath()
753 if (!isValidSuffix) { in CheckAopTransformPath()

Completed in 6 milliseconds