Home
last modified time | relevance | path

Searched defs:pathOrExtension (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/arkguard/src/utils/
DTypeUtils.ts46 const pathOrExtension: PathAndExtension = FileUtils.getFileSuffix(sourceFilePath); constant
61 const pathOrExtension: PathAndExtension = FileUtils.getFileSuffix(ast.fileName); constant
/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameFileNameTransformer.ts109 const pathOrExtension: PathAndExtension = FileUtils.getFileSuffix(directory); constant