Home
last modified time | relevance | path

Searched defs:fileName (Results 1 – 25 of 64) sorted by relevance

123

/expo/packages/@expo/config-plugins/build/ios/
H A DPaths.js81 fileName: 'AppDelegate', property
101 fileName: 'AppDelegate', property
121 fileName: 'AppDelegate.h', property
199 fileName: '*.xcodeproj', property
220 fileName: 'project.pbxproj', property
246 fileName: 'Info.plist', property
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/maps/
H A DAirMapTileWorker.java34 String fileName = getInputData().getString("filename"); in doWork() local
95 private boolean writeTileImage(byte[] image, String fileName) { in writeTileImage()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/maps/
H A DMapTileWorker.java34 String fileName = getInputData().getString("filename"); in doWork() local
95 private boolean writeTileImage(byte[] image, String fileName) { in writeTileImage()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/maps/
H A DMapTileWorker.java34 String fileName = getInputData().getString("filename"); in doWork() local
95 private boolean writeTileImage(byte[] image, String fileName) { in writeTileImage()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/maps/
H A DAirMapTileWorker.java34 String fileName = getInputData().getString("filename"); in doWork() local
95 private boolean writeTileImage(byte[] image, String fileName) { in writeTileImage()
/expo/packages/@expo/config/src/
H A DConfig.ts212 for (const fileName of ['app.config.ts', 'app.config.js']) { constant
213 const configPath = path.join(projectRoot, fileName); constant
222 for (const fileName of ['app.config.json', 'app.json']) { constant
223 const configPath = path.join(projectRoot, fileName); constant
/expo/packages/@expo/cli/src/export/__tests__/
H A DexportHermes.test.ts173 for (const [fileName, content] of Object.entries(fileContentMap)) { constant
245 for (const [fileName, content] of Object.entries(fileContentMap)) { constant
/expo/tools/src/vendoring/devmenu/steps/
H A DTransformFilesName.ts21 const fileName = path.basename(file).replace(this.find, this.replace); constant
H A DPrefixHeaders.ts48 const fileName = this.prefix + header.base; constant
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsIOS.ts60 const fileName = basename(soundFileRelativePath); constant
/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DErrorQueueAdapter.kt34 val fileName = if (path != null && path.isNotEmpty()) { in getView() constant
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI48_0_0InspectorData.h16 std::string fileName; member
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI49_0_0InspectorData.h16 std::string fileName; member
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI47_0_0InspectorData.h16 std::string fileName; member
/expo/tools/src/vendoring/
H A Dlegacy.ts140 const fileName = file.split(path.sep).slice(-1)[0]; constant
615 const fileName = path.basename(file); constant
639 const fileName = path.basename(file); constant
815 const fileName = path.basename(filePath); constant
/expo/ios/versioned/sdk47/ExpoImagePicker/
H A DMediaHandler.swift88 let fileName = asset?.value(forKey: "filename") as? String variable
135 let fileName = itemProvider.suggestedName.map { $0 + fileExtension } variable
186 let fileName = asset?.value(forKey: "filename") as? String variable
238 let fileName = itemProvider.suggestedName.map { $0 + transcodeFileExtension } variable
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/viewshot/
H A DRNViewShotModule.java94 final String fileName = options.hasKey("fileName") ? options.getString("fileName") : null; in captureRef() local
175 …eTempFile(@NonNull final Context context, @NonNull final String ext, String fileName) throws IOExc… in createTempFile()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/viewshot/
H A DRNViewShotModule.java90 final String fileName = options.hasKey("fileName") ? options.getString("fileName") : null; in captureRef() local
171 …eTempFile(@NonNull final Context context, @NonNull final String ext, String fileName) throws IOExc… in createTempFile()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/viewshot/
H A DRNViewShotModule.java90 final String fileName = options.hasKey("fileName") ? options.getString("fileName") : null; in captureRef() local
171 …eTempFile(@NonNull final Context context, @NonNull final String ext, String fileName) throws IOExc… in createTempFile()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/viewshot/
H A DRNViewShotModule.java94 final String fileName = options.hasKey("fileName") ? options.getString("fileName") : null; in captureRef() local
175 …eTempFile(@NonNull final Context context, @NonNull final String ext, String fileName) throws IOExc… in createTempFile()
/expo/packages/expo-video-thumbnails/ios/
H A DVideoThumbnailsModule.swift52 let fileName = UUID().uuidString.appending(".jpg") in saveImage() variable
/expo/packages/expo-image-picker/ios/
H A DImagePickerResponse.swift36 @Field var fileName: String? = nil variable
/expo/ios/versioned/sdk48/ExpoVideoThumbnails/
H A DVideoThumbnailsModule.swift52 let fileName = UUID().uuidString.appending(".jpg") in saveImage() variable
/expo/ios/versioned/sdk49/ExpoImagePicker/
H A DImagePickerResponse.swift36 @Field var fileName: String? = nil variable
/expo/ios/versioned/sdk48/ExpoImagePicker/
H A DImagePickerResponse.swift36 @Field var fileName: String? = nil variable

123