Searched refs:getProjectPathOrThrowAsync (Results 1 – 6 of 6) sorted by relevance
16 exports.getProjectPathOrThrowAsync = getProjectPathOrThrowAsync;130 async function getProjectPathOrThrowAsync(projectRoot) { function138 const projectPath = await getProjectPathOrThrowAsync(projectRoot);143 const projectPath = await getProjectPathOrThrowAsync(projectRoot);
24 export declare function getProjectPathOrThrowAsync(projectRoot: string): Promise<string>;
1 …getProjectPathOrThrowAsync","projectPath","directoryExistsAsync","getAndroidManifestAsync","getRes…
105 export async function getProjectPathOrThrowAsync(projectRoot: string): Promise<string> { function114 const projectPath = await getProjectPathOrThrowAsync(projectRoot);120 const projectPath = await getProjectPathOrThrowAsync(projectRoot);
17 await AndroidConfig.Paths.getProjectPathOrThrowAsync(this.projectRoot);
13 getProjectPathOrThrowAsync: jest.fn(async () => '/path/to/file'),