| /expo/packages/expo-document-picker/build/ |
| H A D | ExpoDocumentPicker.web.js | 45 function readFileAsync(targetFile) { argument 47 const mimeType = targetFile.type; 57 name: targetFile.name, 58 lastModified: targetFile.lastModified, 59 size: targetFile.size, 60 file: targetFile, 64 reader.readAsDataURL(targetFile);
|
| H A D | ExpoDocumentPicker.web.js.map | 1 …targetFile: File): Promise<DocumentPickerAsset> {\n return new Promise((resolve, reject) => {\n …
|
| /expo/packages/expo-document-picker/src/ |
| H A D | ExpoDocumentPicker.web.ts | 56 function readFileAsync(targetFile: File): Promise<DocumentPickerAsset> { 58 const mimeType = targetFile.type; 69 name: targetFile.name, 70 lastModified: targetFile.lastModified, 71 size: targetFile.size, 72 file: targetFile, 77 reader.readAsDataURL(targetFile);
|
| /expo/tools/src/vendoring/ |
| H A D | common.ts | 16 const { targetFile, transformsUsed } = await copyFileWithTransformsAsync({ constant 22 if (sourceFile !== targetFile) { 23 logger.log(' Renamed %s to %s', chalk.magenta(sourceFile), chalk.magenta(targetFile));
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/imagepicker/ |
| H A D | ImagePickerUtils.kt | 150 targetFile: File, in copyFile() 153 val targetUri = Uri.fromFile(targetFile) in copyFile() 162 FileOutputStream(targetFile).use { fileOutputStream -> in copyFile() 168 throw FailedToWriteFileException(targetFile, cause) in copyFile() 174 targetFile: File, in copyExifData() 177 val targetUri = Uri.fromFile(targetFile) in copyExifData() 193 val targetExif = ExifInterface(targetFile) in copyExifData() 203 throw FailedToWriteExifDataToFileException(targetFile, cause) in copyExifData() 207 throw FailedToWriteFileException(targetFile, cause) in copyExifData()
|
| /expo/packages/expo-image-picker/android/src/main/java/expo/modules/imagepicker/ |
| H A D | ImagePickerUtils.kt | 150 targetFile: File, in copyFile() 153 val targetUri = Uri.fromFile(targetFile) in copyFile() 162 FileOutputStream(targetFile).use { fileOutputStream -> in copyFile() 168 throw FailedToWriteFileException(targetFile, cause) in copyFile() 174 targetFile: File, in copyExifData() 177 val targetUri = Uri.fromFile(targetFile) in copyExifData() 193 val targetExif = ExifInterface(targetFile) in copyExifData() 203 throw FailedToWriteExifDataToFileException(targetFile, cause) in copyExifData() 207 throw FailedToWriteFileException(targetFile, cause) in copyExifData()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/imagepicker/ |
| H A D | ImagePickerUtils.kt | 150 targetFile: File, in copyFile() 153 val targetUri = Uri.fromFile(targetFile) in copyFile() 162 FileOutputStream(targetFile).use { fileOutputStream -> in copyFile() 168 throw FailedToWriteFileException(targetFile, cause) in copyFile() 174 targetFile: File, in copyExifData() 177 val targetUri = Uri.fromFile(targetFile) in copyExifData() 193 val targetExif = ExifInterface(targetFile) in copyExifData() 203 throw FailedToWriteExifDataToFileException(targetFile, cause) in copyExifData() 207 throw FailedToWriteFileException(targetFile, cause) in copyExifData()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/imagepicker/ |
| H A D | ImagePickerUtils.kt | 150 targetFile: File, in copyFile() 153 val targetUri = Uri.fromFile(targetFile) in copyFile() 162 FileOutputStream(targetFile).use { fileOutputStream -> in copyFile() 168 throw FailedToWriteFileException(targetFile, cause) in copyFile() 174 targetFile: File, in copyExifData() 177 val targetUri = Uri.fromFile(targetFile) in copyExifData() 193 val targetExif = ExifInterface(targetFile) in copyExifData() 203 throw FailedToWriteExifDataToFileException(targetFile, cause) in copyExifData() 207 throw FailedToWriteFileException(targetFile, cause) in copyExifData()
|
| /expo/tools/src/ |
| H A D | Transforms.ts | 157 const targetFile = transformString(sourceFile, transforms.path); constant 158 const targetPath = path.join(targetDirectory, targetFile); 189 targetFile,
|
| H A D | Transforms.types.ts | 100 targetFile: string;
|
| /expo/packages/expo-image-picker/build/ |
| H A D | ExponentImagePicker.web.js | 93 function readFile(targetFile, options) { argument 124 reader.readAsDataURL(targetFile);
|
| H A D | ExponentImagePicker.web.js.map | 1 …targetFile: Blob, options: { base64: boolean }): Promise<ImagePickerAsset> {\n return new Promise…
|
| /expo/packages/expo-image-picker/src/ |
| H A D | ExponentImagePicker.web.ts | 126 function readFile(targetFile: Blob, options: { base64: boolean }): Promise<ImagePickerAsset> { 158 reader.readAsDataURL(targetFile);
|