Home
last modified time | relevance | path

Searched defs:filePath (Results 1 – 25 of 104) sorted by relevance

12345

/expo/packages/@expo/config-plugins/build/plugins/
H A DwithAndroidBaseMods.js172 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 DwithIosBaseMods.js163 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 DPaths.ts20 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 Dtemplates.ts17 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 DwaitForMetroToObserveTypeScriptFile.ts41 const { filePath } = event; constant
91 const { filePath } = event; constant
147 const { filePath } = event; constant
H A DmetroWatchTypeScriptFiles.ts24 filePath: string; property
58 const { filePath } = event; constant
/expo/packages/@expo/cli/src/start/server/metro/__tests__/
H A DmetroWatchTypeScriptFiles.test.ts64 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 Dbare-test.ts56 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 DUtils.js9 async function getFileBasedHashSourceAsync(projectRoot, filePath, reason) { argument
15 filePath, field
H A DExpo.js78 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 DHash-test.ts26 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 DHash.ts154 const filePath = path.join(dirPath, dirent.name); constant
157 const filePath = path.join(dirPath, dirent.name); constant
/expo/docs/ui/components/Footer/
H A Dutils.ts20 const filePath = constant
/expo/packages/@expo/config-plugins/build/ios/
H A DXcodeProjectFile.js47 filePath,
57 filePath: _path().default.join(projectName, filePath), property
/expo/packages/expo-modules-core/ios/Tests/
H A DConvertiblesSpec.swift97 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 DConvertiblesSpec.swift97 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 DwithAndroidSplashDrawables.ts24 const filePath = (await AndroidConfig.Paths.getResourceXMLPathAsync(projectRoot, { constant
/expo/tools/src/check-packages/
H A DcheckUniformityAsync.ts23 const filePath = path.join(EXPO_DIR, line.replace(/^\s*\S+\s*/g, '')); constant
/expo/packages/@expo/server/src/
H A Dindex.ts54 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 DgetWatchFolders.js45 function readJsonFile(filePath) { argument
51 function isValidJsonFile(filePath) { argument
/expo/packages/@expo/fingerprint/build/
H A DFingerprint.types.d.ts62 filePath: string; property
70 filePath: string; property
/expo/packages/@expo/fingerprint/src/
H A DFingerprint.types.ts74 filePath: string; property
84 filePath: string; property
/expo/apps/native-component-list/plugins/
H A DwithPodfileMinVersion.js12 const filePath = path.join(config.modRequest.projectRoot, 'ios', 'Podfile'); constant
/expo/packages/@expo/cli/src/start/platforms/android/
H A DAndroidAppIdResolver.ts34 const filePath = await AndroidConfig.Paths.getAndroidManifestAsync(this.projectRoot); constant
/expo/packages/@expo/fingerprint/build/utils/
H A DPath.js11 function isIgnoredPath(filePath, ignorePaths, minimatchOptions = { dot: true }) { argument

12345