Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.cpp741 std::string lowerLibPath = libPath; in CheckAopTransformPath() local
742 std::transform(libPath.begin(), libPath.end(), lowerLibPath.begin(), ::tolower); in CheckAopTransformPath()
745 isValidSuffix = FileExtensionIs(lowerLibPath, FileSuffix::DLL); in CheckAopTransformPath()
748 isValidSuffix = FileExtensionIs(lowerLibPath, FileSuffix::SO) in CheckAopTransformPath()
749 || FileExtensionIs(lowerLibPath, FileSuffix::DYLIB); in CheckAopTransformPath()

Completed in 3 milliseconds