Home
last modified time | relevance | path

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

/expo/tools/src/vendoring/devmenu/steps/
H A DPrefixHeaders.ts9 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)');
H A DCopyFiles.ts82 const subPath = this.subDirectory constant
92 const files = await findFiles(subPath, pattern);
95 const relativeFilePath = path.relative(subPath, file);
/expo/tools/src/commands/
H A DVendor.ts90 subPath: 'Common',