Home
last modified time | relevance | path

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

/expo/tools/src/vendoring/devmenu/steps/
H A DClone.ts44 const workDirectory = this.getWorkingDirectory(); constant
47 await fs.remove(workDirectory);
55 await spawnAsync('git', ['clone', ...cloneArguments, this.url, workDirectory]);
59 await spawnAsync('git', ['checkout', this.options.commit], { cwd: workDirectory });
H A DRemoveDirectory.ts27 const workDirectory = this.getWorkingDirectory(); constant
30 return await fs.remove(workDirectory);
H A DCopyFiles.ts79 const workDirectory = this.getWorkingDirectory(); constant
83 ? path.join(workDirectory, this.subDirectory)
84 : workDirectory;
H A DRemoveFiles.ts27 const workDirectory = this.getWorkingDirectory(); constant
33 const files = await findFiles(workDirectory, this.filePattern);
H A DAppend.ts33 const workDirectory = this.getWorkingDirectory(); constant
41 const files = await findFiles(workDirectory, this.filePattern);
H A DPrefixHeaders.ts36 const workDirectory = this.getWorkingDirectory(); constant
40 const headersPath = await findFiles(path.join(workDirectory, this.subPath), '**/*.@(h|hpp)');
54 const files = await findFiles(workDirectory, this.filePattern);
H A DGenerateJsonFromPodspec.ts28 const workDirectory = this.getWorkingDirectory(); constant
33 const podspec = await readPodspecAsync(path.join(workDirectory, this.from));
H A DTransformFilesName.ts10 const workDirectory = this.getWorkingDirectory(); constant
18 const files = await findFiles(workDirectory, this.filePattern);
H A DTransformFilesContent.ts42 const workDirectory = this.getWorkingDirectory(); constant
50 const files = await findFiles(workDirectory, this.filePattern);