Searched refs:subPath (Results 1 – 3 of 3) sorted by relevance
9 subPath: string;17 protected readonly subPath: string;22 constructor({ source, subPath, prefix, filePattern, debug }: PrefixHeadersSettings) {25 this.subPath = subPath;40 const headersPath = await findFiles(path.join(workDirectory, this.subPath), '**/*.@(h|hpp)');
82 const subPath = this.subDirectory constant92 const files = await findFiles(subPath, pattern);95 const relativeFilePath = path.relative(subPath, file);
90 subPath: 'Common',