Home
last modified time | relevance | path

Searched refs:headersPath (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/vendoring/devmenu/steps/
H A DPrefixHeaders.ts40 const headersPath = await findFiles(path.join(workDirectory, this.subPath), '**/*.@(h|hpp)'); constant
42 this.logDebugInfo('Headers: ' + headersPath.join('\n'));
45 const headers = headersPath.map((x) => path.parse(x));