Home
last modified time | relevance | path

Searched refs:getProjectFilePath (Results 1 – 10 of 10) sorted by relevance

/expo/packages/@expo/config-plugins/build/android/
H A DPaths.js15 exports.getProjectFilePath = getProjectFilePath;
66 function getProjectFilePath(projectRoot, name) { function
94 const filePath = getProjectFilePath(projectRoot, 'MainApplication');
98 const filePath = getProjectFilePath(projectRoot, 'MainActivity');
H A DPaths.d.ts9 export declare function getProjectFilePath(projectRoot: string, name: string): string; function
H A DPaths.js.map1getProjectFilePath","projectRoot","name","filePath","globSync","join","assert","getLanguage","exte…
H A DPackage.js104 const mainApplication = (0, _Paths().getProjectFilePath)(projectRoot, 'MainApplication');
H A DPackage.js.map1getProjectFilePath","packagePath","dirname","packagePathParts","relative","split","sep","filter","…
/expo/packages/@expo/config-plugins/src/android/
H A DPaths.ts19 export function getProjectFilePath(projectRoot: string, name: string): string { function
58 const filePath = getProjectFilePath(projectRoot, 'MainApplication');
63 const filePath = getProjectFilePath(projectRoot, 'MainActivity');
H A DPackage.ts7 import { getAppBuildGradleFilePath, getProjectFilePath } from './Paths';
49 const mainApplication = getProjectFilePath(projectRoot, 'MainApplication');
/expo/packages/@expo/config-plugins/src/plugins/
H A DwithAndroidBaseMods.ts331 return Paths.getProjectFilePath(projectRoot, 'MainActivity');
343 return Paths.getProjectFilePath(projectRoot, 'MainApplication');
/expo/packages/@expo/config-plugins/build/plugins/
H A DwithAndroidBaseMods.js470 return _android().Paths.getProjectFilePath(projectRoot, 'MainActivity');
489 return _android().Paths.getProjectFilePath(projectRoot, 'MainApplication');
H A DwithAndroidBaseMods.js.map1getProjectFilePath","mainApplication","withAndroidBaseMods","providers","props","withGeneratedBase…