| /expo/packages/@expo/config-plugins/build/plugins/ |
| H A D | withAndroidBaseMods.js | 172 async write(filePath, { argument 202 async write(filePath, { argument 244 async write(filePath, { argument 274 async read(filePath, { argument 292 async write(filePath, { argument 338 async write(filePath, { argument 415 async read(filePath) { argument 434 async read(filePath) { argument 453 async read(filePath) { argument 472 async read(filePath) { argument [all …]
|
| H A D | withIosBaseMods.js | 163 async read(filePath) { argument 166 async write(filePath, { argument 186 async read(filePath, { argument 200 async write(filePath, { argument 221 async read(filePath) { argument 226 async write(filePath, { argument 273 async read(filePath, config) { argument 297 async write(filePath, config) { argument 327 async read(filePath, config) { argument 380 async read(filePath) { argument [all …]
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Paths.ts | 20 const filePath = globSync( constant 58 const filePath = getProjectFilePath(projectRoot, 'MainApplication'); constant 63 const filePath = getProjectFilePath(projectRoot, 'MainActivity'); constant 77 const filePath = isGroovy ? groovyPath : ktPath; constant 115 const filePath = path.join(projectPath, 'app/src/main/AndroidManifest.xml'); constant 130 const filePath = path.join(resourcePath, `${kind}/${name}.xml`); constant
|
| /expo/packages/@expo/cli/src/customize/ |
| H A D | templates.ts | 17 const filePath = resolveFrom(projectRoot, `@expo/webpack-config/${folder}/${moduleId}`); constant 28 const filePath = resolveFrom(projectRoot, '@expo/cli/static/template/' + moduleId); constant 33 const filePath = require.resolve(`@expo/cli/static/template/${moduleId}`); constant
|
| /expo/packages/@expo/cli/src/start/server/metro/ |
| H A D | waitForMetroToObserveTypeScriptFile.ts | 41 const { filePath } = event; constant 91 const { filePath } = event; constant 147 const { filePath } = event; constant
|
| H A D | metroWatchTypeScriptFiles.ts | 24 filePath: string; property 58 const { filePath } = event; constant
|
| /expo/packages/@expo/cli/src/start/server/metro/__tests__/ |
| H A D | metroWatchTypeScriptFiles.test.ts | 64 for (const filePath of ['/foo.ts', '/bar/foo.tsx', '/app/tsconfig.json']) { constant 92 for (const filePath of [ constant
|
| /expo/packages/@expo/fingerprint/e2e/__tests__/ |
| H A D | bare-test.ts | 56 const filePath = path.join(projectRoot, 'ios', 'Podfile'); constant 66 const filePath = path.join(projectRoot, 'ios', 'Podfile'); constant
|
| /expo/packages/@expo/fingerprint/build/sourcer/ |
| H A D | Utils.js | 9 async function getFileBasedHashSourceAsync(projectRoot, filePath, reason) { argument 15 filePath, field
|
| H A D | Expo.js | 78 filePath: modulePath, property 127 results.push({ type: 'dir', filePath, reasons }); field 157 results.push({ type: 'dir', filePath, reasons }); field
|
| /expo/packages/@expo/fingerprint/src/hash/__tests__/ |
| H A D | Hash-test.ts | 26 const filePath = 'assets/icon.png'; constant 115 const filePath = 'assets/icon.png'; constant 131 const filePath = 'app.json'; constant
|
| /expo/packages/@expo/fingerprint/src/hash/ |
| H A D | Hash.ts | 154 const filePath = path.join(dirPath, dirent.name); constant 157 const filePath = path.join(dirPath, dirent.name); constant
|
| /expo/docs/ui/components/Footer/ |
| H A D | utils.ts | 20 const filePath = constant
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | XcodeProjectFile.js | 47 filePath, 57 filePath: _path().default.join(projectName, filePath), property
|
| /expo/packages/expo-modules-core/ios/Tests/ |
| H A D | ConvertiblesSpec.swift | 97 let filePath = "/expo/image.png" in spec() variable 107 let filePath = "/中文ÅÄÖąÓśĆñ.gif" in spec() variable 116 let filePath = "/%.png" in spec() variable
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/ |
| H A D | ConvertiblesSpec.swift | 97 let filePath = "/expo/image.png" in spec() variable 107 let filePath = "/中文ÅÄÖąÓśĆñ.gif" in spec() variable 116 let filePath = "/%.png" in spec() variable
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/ |
| H A D | withAndroidSplashDrawables.ts | 24 const filePath = (await AndroidConfig.Paths.getResourceXMLPathAsync(projectRoot, { constant
|
| /expo/tools/src/check-packages/ |
| H A D | checkUniformityAsync.ts | 23 const filePath = path.join(EXPO_DIR, line.replace(/^\s*\S+\s*/g, '')); constant
|
| /expo/packages/@expo/server/src/ |
| H A D | index.ts | 54 const filePath = path.join(distFolder, route.page + '.html'); constant 62 const filePath = path.join(distFolder, '_expo/functions', route.page + '.js'); constant
|
| /expo/packages/@expo/metro-config/build/ |
| H A D | getWatchFolders.js | 45 function readJsonFile(filePath) { argument 51 function isValidJsonFile(filePath) { argument
|
| /expo/packages/@expo/fingerprint/build/ |
| H A D | Fingerprint.types.d.ts | 62 filePath: string; property 70 filePath: string; property
|
| /expo/packages/@expo/fingerprint/src/ |
| H A D | Fingerprint.types.ts | 74 filePath: string; property 84 filePath: string; property
|
| /expo/apps/native-component-list/plugins/ |
| H A D | withPodfileMinVersion.js | 12 const filePath = path.join(config.modRequest.projectRoot, 'ios', 'Podfile'); constant
|
| /expo/packages/@expo/cli/src/start/platforms/android/ |
| H A D | AndroidAppIdResolver.ts | 34 const filePath = await AndroidConfig.Paths.getAndroidManifestAsync(this.projectRoot); constant
|
| /expo/packages/@expo/fingerprint/build/utils/ |
| H A D | Path.js | 11 function isIgnoredPath(filePath, ignorePaths, minimatchOptions = { dot: true }) { argument
|