Home
last modified time | relevance | path

Searched refs:getFileInfo (Results 1 – 18 of 18) sorted by relevance

/expo/packages/@expo/config-plugins/src/android/
H A DPaths.ts47 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 DPaths.js9 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 DPaths.d.ts10 export declare function getFileInfo(filePath: string): {
H A DPaths.js.map1getFileInfo","normalize","contents","fs","readFileSync","language","getMainApplicationAsync","getM…
/expo/packages/@expo/config-plugins/src/plugins/
H A DwithAndroidBaseMods.ts298 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 DwithIosBaseMods.ts72 return Paths.getFileInfo(filePath);
/expo/packages/@expo/config-plugins/build/plugins/
H A DwithAndroidBaseMods.js416 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 DwithAndroidBaseMods.js.map1getFileInfo","contents","settingsGradle","getSettingsGradleFilePath","appBuildGradle","getAppBuild…
H A DwithIosBaseMods.js164 return _ios().Paths.getFileInfo(filePath);
H A DwithIosBaseMods.js.map1getFileInfo","modResults","contents","expoPlist","isIntrospective","platformProjectRoot","projectN…
/expo/packages/@expo/config-plugins/build/ios/
H A DPaths.d.ts11 export declare function getFileInfo(filePath: string): {
H A DPaths.js18 exports.getFileInfo = getFileInfo;
143 function getFileInfo(filePath) { function
152 return getFileInfo(filePath);
H A DPaths.js.map1getFileInfo","normalize","contents","readFileSync","language","getAppDelegate","getSourceRoot","ap…
/expo/packages/@expo/config-plugins/src/ios/
H A DPaths.ts110 export function getFileInfo(filePath: string) { function
120 return getFileInfo(filePath);
/expo/packages/@expo/cli/src/run/ios/appleDevice/client/__tests__/
H A DAFCClient-test.ts23 await expect(client.getFileInfo('PublicStaging')).resolves.toEqual([]);
/expo/packages/@expo/cli/src/run/ios/appleDevice/
H A DAppleDevice.ts173 await afcClient.getFileInfo('PublicStaging');
/expo/packages/@expo/cli/src/run/ios/appleDevice/client/
H A DAFCClient.ts33 async getFileInfo(path: string): Promise<string[]> { method in AFCClient
/expo/docs/pages/config-plugins/
H A Ddevelopment-and-debugging.mdx598 return IOSConfig.Paths.getFileInfo(filePath);