Home
last modified time | relevance | path

Searched defs:getProjectFilePath (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/config-plugins/build/android/
H A DPaths.d.ts9 export declare function getProjectFilePath(projectRoot: string, name: string): string; function
H A DPaths.js66 function getProjectFilePath(projectRoot, name) { function
/expo/packages/@expo/config-plugins/src/android/
H A DPaths.ts19 export function getProjectFilePath(projectRoot: string, name: string): string { function