Searched refs:sourceFile (Results 1 – 13 of 13) sorted by relevance
| /expo/tools/src/vendoring/ |
| H A D | common.ts | 15 for (const sourceFile of files) { constant 17 sourceFile, 22 if (sourceFile !== targetFile) { 23 logger.log(' Renamed %s to %s', chalk.magenta(sourceFile), chalk.magenta(targetFile));
|
| /expo/tools/src/versioning/android/ |
| H A D | versionReactNative.ts | 90 for (const sourceFile of files) { constant 92 sourceFile, 107 for (const sourceFile of files) { constant 109 sourceFile,
|
| H A D | copyExpoview.ts | 26 for (const sourceFile of files) { constant 28 sourceFile,
|
| H A D | versionVendoredModules.ts | 45 for (const sourceFile of files) { constant 47 sourceFile,
|
| H A D | index.ts | 278 for (const sourceFile of files) { constant 280 sourceFile,
|
| H A D | jarjar-e11d5636.jar | com/tonicsystems/jarjar/help.txt
com/tonicsystems/jarjar/ext_util/StandaloneJarProcessor. ... |
| /expo/tools/src/ |
| H A D | Transforms.ts | 153 const { sourceFile, sourceDirectory, targetDirectory, transforms } = options; constant 154 const sourcePath = path.join(sourceDirectory, sourceFile); 157 const targetFile = transformString(sourceFile, transforms.path); 162 sourceFile
|
| H A D | Transforms.types.ts | 65 sourceFile: string;
|
| /expo/android/expoview/src/main/java/host/exp/expoview/ |
| H A D | Exponent.kt | 186 val sourceFile = File(directory, fileName) in <lambda>() constant 193 if (sourceFile.exists()) { in <lambda>() 207 fileOutputStream = FileOutputStream(sourceFile) in <lambda>() 214 bundleStrings[sourceFile.absolutePath] = byteArrayOutputStream.toString() in <lambda>() 226 printSourceFile(sourceFile.absolutePath) in <lambda>() 229 expoHandler.post { bundleListener.onBundleLoaded(sourceFile.absolutePath) } in <lambda>() 259 val sourceFile = File(directory, fileName) in <lambda>() constant 260 return sourceFile.exists() in <lambda>()
|
| /expo/tools/src/versioning/ios/ |
| H A D | versionExpoModules.ts | 82 for (const sourceFile of files) { constant 84 sourceFile,
|
| H A D | versionVendoredModules.ts | 41 for (const sourceFile of files) { constant 43 sourceFile,
|
| H A D | versionExpoModulesProvider.ts | 34 sourceFile: MODULES_PROVIDER_FILENAME,
|
| H A D | index.ts | 473 sourceFile: file,
|