Searched refs:workDirectory (Results 1 – 9 of 9) sorted by relevance
| /expo/tools/src/vendoring/devmenu/steps/ |
| H A D | Clone.ts | 44 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 D | RemoveDirectory.ts | 27 const workDirectory = this.getWorkingDirectory(); constant 30 return await fs.remove(workDirectory);
|
| H A D | CopyFiles.ts | 79 const workDirectory = this.getWorkingDirectory(); constant 83 ? path.join(workDirectory, this.subDirectory) 84 : workDirectory;
|
| H A D | RemoveFiles.ts | 27 const workDirectory = this.getWorkingDirectory(); constant 33 const files = await findFiles(workDirectory, this.filePattern);
|
| H A D | Append.ts | 33 const workDirectory = this.getWorkingDirectory(); constant 41 const files = await findFiles(workDirectory, this.filePattern);
|
| H A D | PrefixHeaders.ts | 36 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 D | GenerateJsonFromPodspec.ts | 28 const workDirectory = this.getWorkingDirectory(); constant 33 const podspec = await readPodspecAsync(path.join(workDirectory, this.from));
|
| H A D | TransformFilesName.ts | 10 const workDirectory = this.getWorkingDirectory(); constant 18 const files = await findFiles(workDirectory, this.filePattern);
|
| H A D | TransformFilesContent.ts | 42 const workDirectory = this.getWorkingDirectory(); constant 50 const files = await findFiles(workDirectory, this.filePattern);
|