Home
last modified time | relevance | path

Searched refs:isMultipart (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/loader/
H A DFileDownloader.kt136 val isMultipart = contentType.startsWith("multipart/", ignoreCase = true) in <lambda>() constant
137 if (isMultipart) { in <lambda>()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Network/
H A DABI47_0_0RCTNetworking.mm327 BOOL isMultipart = [dataContentType hasPrefix:@"multipart"];
331 if (dataContentType && ([requestContentType length] == 0 || isMultipart)) {
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Network/
H A DABI49_0_0RCTNetworking.mm334 BOOL isMultipart = ![dataContentType isEqual:[NSNull null]] &&
339 … if (dataContentType && ([requestContentType length] == 0 || isMultipart)) {
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Network/
H A DABI48_0_0RCTNetworking.mm334 BOOL isMultipart = [dataContentType hasPrefix:@"multipart"];
338 … if (dataContentType && ([requestContentType length] == 0 || isMultipart)) {