| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Paths.ts | 47 export function getFileInfo(filePath: string) { function 59 return getFileInfo(filePath); 64 return getFileInfo(filePath); 86 return getFileInfo(getProjectBuildGradleFilePath(projectRoot)); 94 return getFileInfo(getSettingsGradleFilePath(projectRoot)); 102 return getFileInfo(getAppBuildGradleFilePath(projectRoot));
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Paths.js | 9 exports.getFileInfo = getFileInfo; 86 function getFileInfo(filePath) { function 95 return getFileInfo(filePath); 99 return getFileInfo(filePath); 116 return getFileInfo(getProjectBuildGradleFilePath(projectRoot)); 122 return getFileInfo(getSettingsGradleFilePath(projectRoot)); 128 return getFileInfo(getAppBuildGradleFilePath(projectRoot));
|
| H A D | Paths.d.ts | 10 export declare function getFileInfo(filePath: string): {
|
| H A D | Paths.js.map | 1 …getFileInfo","normalize","contents","fs","readFileSync","language","getMainApplicationAsync","getM…
|
| /expo/packages/@expo/config-plugins/src/plugins/ |
| H A D | withAndroidBaseMods.ts | 298 return Paths.getFileInfo(filePath); 310 return Paths.getFileInfo(filePath); 322 return Paths.getFileInfo(filePath); 334 return Paths.getFileInfo(filePath); 346 return Paths.getFileInfo(filePath);
|
| H A D | withIosBaseMods.ts | 72 return Paths.getFileInfo(filePath);
|
| /expo/packages/@expo/config-plugins/build/plugins/ |
| H A D | withAndroidBaseMods.js | 416 return _android().Paths.getFileInfo(filePath); 435 return _android().Paths.getFileInfo(filePath); 454 return _android().Paths.getFileInfo(filePath); 473 return _android().Paths.getFileInfo(filePath); 492 return _android().Paths.getFileInfo(filePath);
|
| H A D | withAndroidBaseMods.js.map | 1 …getFileInfo","contents","settingsGradle","getSettingsGradleFilePath","appBuildGradle","getAppBuild…
|
| H A D | withIosBaseMods.js | 164 return _ios().Paths.getFileInfo(filePath);
|
| H A D | withIosBaseMods.js.map | 1 …getFileInfo","modResults","contents","expoPlist","isIntrospective","platformProjectRoot","projectN…
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | Paths.d.ts | 11 export declare function getFileInfo(filePath: string): {
|
| H A D | Paths.js | 18 exports.getFileInfo = getFileInfo; 143 function getFileInfo(filePath) { function 152 return getFileInfo(filePath);
|
| H A D | Paths.js.map | 1 …getFileInfo","normalize","contents","readFileSync","language","getAppDelegate","getSourceRoot","ap…
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Paths.ts | 110 export function getFileInfo(filePath: string) { function 120 return getFileInfo(filePath);
|
| /expo/packages/@expo/cli/src/run/ios/appleDevice/client/__tests__/ |
| H A D | AFCClient-test.ts | 23 await expect(client.getFileInfo('PublicStaging')).resolves.toEqual([]);
|
| /expo/packages/@expo/cli/src/run/ios/appleDevice/ |
| H A D | AppleDevice.ts | 173 await afcClient.getFileInfo('PublicStaging');
|
| /expo/packages/@expo/cli/src/run/ios/appleDevice/client/ |
| H A D | AFCClient.ts | 33 async getFileInfo(path: string): Promise<string[]> { method in AFCClient
|
| /expo/docs/pages/config-plugins/ |
| H A D | development-and-debugging.mdx | 598 return IOSConfig.Paths.getFileInfo(filePath);
|