Home
last modified time | relevance | path

Searched defs:getAllFiles (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/utils/
DgetAllFiles.ts29 export function getAllFiles( function
/arkcompiler/ets_frontend/arkguard/src/common/
DApiReaderForTest.ts27 function getAllFiles(inputPaths: string[]): Set<string> { function
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/
DFileUtils.ts204 …public static getAllFiles(dirPath: string, exts: string[], filenameArr: string[] = [], visited: Se… method in FileUtils