Searched refs:getAndroidManifestAsync (Results 1 – 8 of 8) sorted by relevance
6 exports.getAndroidManifestAsync = getAndroidManifestAsync;137 async function getAndroidManifestAsync(projectRoot) { function
25 export declare function getAndroidManifestAsync(projectRoot: string): Promise<string>;
1 …getAndroidManifestAsync","getResourceFolderAsync","getResourceXMLPathAsync","kind","resourcePath"]…
13 const filePath = await AndroidConfig.Paths.getAndroidManifestAsync(projectRoot);
34 const filePath = await AndroidConfig.Paths.getAndroidManifestAsync(this.projectRoot);
57 const configPath = await AndroidConfig.Paths.getAndroidManifestAsync(projectRoot);
45 AndroidConfig.Paths.getAndroidManifestAsync(projectRoot),
113 export async function getAndroidManifestAsync(projectRoot: string): Promise<string> { function