Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/matcher/matcherAdapter/
DmatchFiles.ts19 export function matchFiles(arkFiles: ArkFile[], matcher: FileMatcher, callback: Function): void { function
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/
DFileUtils.ts66 …public static async matchFiles(fileList: string[], fileGlob: GlobMatch, ignoreGlob: GlobMatch): Pr… method in FileUtils