Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/scripts/
H A Dgrammar_test.py107 class FileSuffix: class
113 def get_file_suffix(file_path) -> FileSuffix:
117 return FileSuffix(file_path_without_suffix, ext)
118 return FileSuffix(file_path, "")
/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.cpp745 isValidSuffix = FileExtensionIs(lowerLibPath, FileSuffix::DLL); in CheckAopTransformPath()
746 std::string supportSuffix = std::string(FileSuffix::DLL); in CheckAopTransformPath()
748 isValidSuffix = FileExtensionIs(lowerLibPath, FileSuffix::SO) in CheckAopTransformPath()
749 || FileExtensionIs(lowerLibPath, FileSuffix::DYLIB); in CheckAopTransformPath()
750 std::string supportSuffix = std::string(FileSuffix::SO) + "|" + std::string(FileSuffix::DYLIB); in CheckAopTransformPath()
H A Dhelpers.h84 class FileSuffix { class in panda::es2panda::panda::panda::es2panda::panda::panda::es2panda::panda::es2panda::panda::es2panda::util::SignedNumberLiteral

Completed in 3 milliseconds