Searched refs:headersPath (Results 1 – 1 of 1) sorted by relevance
40 const headersPath = await findFiles(path.join(workDirectory, this.subPath), '**/*.@(h|hpp)'); constant42 this.logDebugInfo('Headers: ' + headersPath.join('\n'));45 const headers = headersPath.map((x) => path.parse(x));