Searched defs:getAllFiles (Results 1 – 3 of 3) sorted by relevance
29 export function getAllFiles( function
27 function getAllFiles(inputPaths: string[]): Set<string> { function
204 …public static getAllFiles(dirPath: string, exts: string[], filenameArr: string[] = [], visited: Se… method in FileUtils