Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/build/android/
H A DPaths.js16 exports.getProjectPathOrThrowAsync = getProjectPathOrThrowAsync;
130 async function getProjectPathOrThrowAsync(projectRoot) { function
138 const projectPath = await getProjectPathOrThrowAsync(projectRoot);
143 const projectPath = await getProjectPathOrThrowAsync(projectRoot);
H A DPaths.d.ts24 export declare function getProjectPathOrThrowAsync(projectRoot: string): Promise<string>;
H A DPaths.js.map1getProjectPathOrThrowAsync","projectPath","directoryExistsAsync","getAndroidManifestAsync","getRes…
/expo/packages/@expo/config-plugins/src/android/
H A DPaths.ts105 export async function getProjectPathOrThrowAsync(projectRoot: string): Promise<string> { function
114 const projectPath = await getProjectPathOrThrowAsync(projectRoot);
120 const projectPath = await getProjectPathOrThrowAsync(projectRoot);
/expo/packages/@expo/cli/src/start/platforms/android/
H A DAndroidAppIdResolver.ts17 await AndroidConfig.Paths.getProjectPathOrThrowAsync(this.projectRoot);
/expo/packages/@expo/cli/src/start/platforms/android/__tests__/
H A DAndroidAppIdResolver-test.ts13 getProjectPathOrThrowAsync: jest.fn(async () => '/path/to/file'),