Home
last modified time | relevance | path

Searched refs:sourceFile (Results 1 – 13 of 13) sorted by relevance

/expo/tools/src/vendoring/
H A Dcommon.ts15 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 DversionReactNative.ts90 for (const sourceFile of files) { constant
92 sourceFile,
107 for (const sourceFile of files) { constant
109 sourceFile,
H A DcopyExpoview.ts26 for (const sourceFile of files) { constant
28 sourceFile,
H A DversionVendoredModules.ts45 for (const sourceFile of files) { constant
47 sourceFile,
H A Dindex.ts278 for (const sourceFile of files) { constant
280 sourceFile,
H A Djarjar-e11d5636.jarcom/tonicsystems/jarjar/help.txt com/tonicsystems/jarjar/ext_util/StandaloneJarProcessor. ...
/expo/tools/src/
H A DTransforms.ts153 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 DTransforms.types.ts65 sourceFile: string;
/expo/android/expoview/src/main/java/host/exp/expoview/
H A DExponent.kt186 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 DversionExpoModules.ts82 for (const sourceFile of files) { constant
84 sourceFile,
H A DversionVendoredModules.ts41 for (const sourceFile of files) { constant
43 sourceFile,
H A DversionExpoModulesProvider.ts34 sourceFile: MODULES_PROVIDER_FILENAME,
H A Dindex.ts473 sourceFile: file,