Home
last modified time | relevance | path

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

/expo/tools/src/vendoring/devmenu/steps/
H A DTask.ts2 import { toRepoPath } from '../utils';
47 return toRepoPath(overrideValue);
H A DGenerateJsonFromPodspec.ts6 import { toRepoPath } from '../utils';
23 this.saveTo = toRepoPath(saveTo);
H A DCopyFiles.ts5 import { toRepoPath, findFiles } from '../utils';
66 this.to = toRepoPath(to);
/expo/tools/src/vendoring/devmenu/
H A Dutils.ts10 export function toRepoPath(pathToConvert: string): string { function
/expo/tools/src/commands/
H A DVendor.ts32 import { toRepoPath } from '../vendoring/devmenu/utils';
36 toRepoPath('packages/expo-dev-menu/expo-dev-menu.podspec')
545 const podspec = JSON.parse(await fs.readFile(toRepoPath(podspecPath), 'utf8')) as Podspec;
548 toRepoPath(output)