Home
last modified time | relevance | path

Searched refs:lastModified (Results 1 – 25 of 30) sorted by relevance

12

/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/maps/
H A DAirMapTileWorker.java40 long lastModified = file.lastModified(); in doWork() local
42 if ((now - lastModified) / 1000 < tileCacheMaxAge) return Result.failure(); in doWork()
H A DAirMapTileProvider.java323 long lastModified = file.lastModified(); in checkForRefresh() local
326 if ((now - lastModified) / 1000 > this.tileCacheMaxAge) { in checkForRefresh()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/maps/
H A DMapTileWorker.java40 long lastModified = file.lastModified(); in doWork() local
42 if ((now - lastModified) / 1000 < tileCacheMaxAge) return Result.failure(); in doWork()
H A DMapTileProvider.java323 long lastModified = file.lastModified(); in checkForRefresh() local
326 if ((now - lastModified) / 1000 > this.tileCacheMaxAge) { in checkForRefresh()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/maps/
H A DMapTileWorker.java40 long lastModified = file.lastModified(); in doWork() local
42 if ((now - lastModified) / 1000 < tileCacheMaxAge) return Result.failure(); in doWork()
H A DMapTileProvider.java323 long lastModified = file.lastModified(); in checkForRefresh() local
326 if ((now - lastModified) / 1000 > this.tileCacheMaxAge) { in checkForRefresh()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/maps/
H A DAirMapTileWorker.java40 long lastModified = file.lastModified(); in doWork() local
42 if ((now - lastModified) / 1000 < tileCacheMaxAge) return Result.failure(); in doWork()
H A DAirMapTileProvider.java323 long lastModified = file.lastModified(); in checkForRefresh() local
326 if ((now - lastModified) / 1000 > this.tileCacheMaxAge) { in checkForRefresh()
/expo/packages/expo-document-picker/build/
H A DExpoDocumentPicker.web.js58 lastModified: targetFile.lastModified,
H A Dtypes.d.ts44 lastModified?: number;
H A Dtypes.js.map1 …ring;\n /**\n * Timestamp of last document modification.\n */\n lastModified?: number;\n /*…
H A DExpoDocumentPicker.web.js.map1 … mimeType,\n name: targetFile.name,\n lastModified: targetFile.lastModified,\n…
/expo/packages/expo-document-picker/src/
H A DExpoDocumentPicker.web.ts70 lastModified: targetFile.lastModified,
H A Dtypes.ts46 lastModified?: number;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/
H A DABI48_0_0RCTImageCache.m129 NSString *lastModified = ((NSHTTPURLResponse *)response).allHeaderFields[@"Last-Modified"];
132 } else if (lastModified) {
133 NSDate *lastModifiedDate = [self dateWithHeaderString:lastModified];
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Image/
H A DABI49_0_0RCTImageCache.m129 NSString *lastModified = ((NSHTTPURLResponse *)response).allHeaderFields[@"Last-Modified"];
132 } else if (lastModified) {
133 NSDate *lastModifiedDate = [self dateWithHeaderString:lastModified];
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Image/
H A DABI47_0_0RCTImageCache.m135 NSString *lastModified = ((NSHTTPURLResponse *)response).allHeaderFields[@"Last-Modified"];
138 } else if (lastModified) {
139 NSDate *lastModifiedDate = [self dateWithHeaderString:lastModified];
/expo/android/vendored/sdk48/@react-native-async-storage/async-storage/android/src/main/java/abi48_0_0/com/reactnativecommunity/asyncstorage/
H A DAsyncStorageExpoMigration.java121 return file.lastModified(); in getLastModifiedTimeInMillis()
/expo/android/vendored/unversioned/@react-native-async-storage/async-storage/android/src/main/java/com/reactnativecommunity/asyncstorage/
H A DAsyncStorageExpoMigration.java121 return file.lastModified(); in getLastModifiedTimeInMillis()
/expo/android/vendored/sdk49/@react-native-async-storage/async-storage/android/src/main/java/abi49_0_0/com/reactnativecommunity/asyncstorage/
H A DAsyncStorageExpoMigration.java121 return file.lastModified(); in getLastModifiedTimeInMillis()
/expo/packages/expo-file-system/android/src/main/java/expo/modules/filesystem/
H A DFileSystemModule.kt134 putDouble("modificationTime", 0.001 * file.lastModified()) in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/filesystem/
H A DFileSystemModule.kt134 putDouble("modificationTime", 0.001 * file.lastModified()) in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/filesystem/
H A DFileSystemModule.kt236 putDouble("modificationTime", 0.001 * file.lastModified()) in getInfoAsync()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/filesystem/
H A DFileSystemModule.kt236 putDouble("modificationTime", 0.001 * file.lastModified()) in getInfoAsync()
/expo/tools/src/versioning/android/
H A Djarjar-e11d5636.jarcom/tonicsystems/jarjar/help.txt com/tonicsystems/jarjar/ext_util/StandaloneJarProcessor. ...

12