Home
last modified time | relevance | path

Searched refs:isDir (Results 1 – 11 of 11) sorted by relevance

/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/
H A DABI47_0_0EXUpdatesUtils.m68 BOOL isDir;
69 BOOL exists = [fileManager fileExistsAtPath:updatesDirectoryPath isDirectory:&isDir];
71 if (!isDir) {
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/
H A DABI48_0_0EXUpdatesUtils.m68 BOOL isDir;
69 BOOL exists = [fileManager fileExistsAtPath:updatesDirectoryPath isDirectory:&isDir];
71 if (!isDir) {
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/
H A DUpdatesUtils.swift36 var isDir = ObjCBool(false) in initializeUpdatesDirectory() variable
37 let exists = fileManager.fileExists(atPath: updatesDirectoryPath, isDirectory: &isDir) in initializeUpdatesDirectory()
40 if !isDir.boolValue { in initializeUpdatesDirectory()
/expo/ios/vendored/unversioned/@react-native-async-storage/async-storage/ios/
H A DRNCAsyncStorage.m43 BOOL isDir;
44 BOOL exists = [fileManager fileExistsAtPath:path isDirectory:&isDir];
47 if (isDir && exists) {
257 BOOL isDir;
262 [fileManager fileExistsAtPath:oldStoragePath isDirectory:&isDir] && isDir;
264 [fileManager fileExistsAtPath:expoStoragePath isDirectory:&isDir] && isDir;
302 BOOL isDir;
305 if ([fileManager fileExistsAtPath:fromStorageDirectory isDirectory:&isDir] && isDir) {
/expo/ios/vendored/sdk48/@react-native-async-storage/async-storage/ios/
H A DABI48_0_0RNCAsyncStorage.m43 BOOL isDir;
44 BOOL exists = [fileManager fileExistsAtPath:path isDirectory:&isDir];
47 if (isDir && exists) {
257 BOOL isDir;
262 [fileManager fileExistsAtPath:oldStoragePath isDirectory:&isDir] && isDir;
264 [fileManager fileExistsAtPath:expoStoragePath isDirectory:&isDir] && isDir;
302 BOOL isDir;
305 if ([fileManager fileExistsAtPath:fromStorageDirectory isDirectory:&isDir] && isDir) {
/expo/ios/vendored/sdk49/@react-native-async-storage/async-storage/ios/
H A DABI49_0_0RNCAsyncStorage.m43 BOOL isDir;
44 BOOL exists = [fileManager fileExistsAtPath:path isDirectory:&isDir];
47 if (isDir && exists) {
257 BOOL isDir;
262 [fileManager fileExistsAtPath:oldStoragePath isDirectory:&isDir] && isDir;
264 [fileManager fileExistsAtPath:expoStoragePath isDirectory:&isDir] && isDir;
302 BOOL isDir;
305 if ([fileManager fileExistsAtPath:fromStorageDirectory isDirectory:&isDir] && isDir) {
/expo/packages/expo-updates/ios/EXUpdates/
H A DUpdatesUtils.swift47 var isDir = ObjCBool(false) in initializeUpdatesDirectory() variable
48 let exists = fileManager.fileExists(atPath: updatesDirectoryPath, isDirectory: &isDir) in initializeUpdatesDirectory()
51 if !isDir.boolValue { in initializeUpdatesDirectory()
/expo/packages/expo-file-system/ios/
H A DEXFileSystem.m1036 BOOL isDir = NO;
1038 BOOL exists = [[NSFileManager defaultManager] fileExistsAtPath:path isDirectory:&isDir];
1039 if (!(exists && isDir)) {
/expo/ios/versioned/sdk47/EXFileSystem/EXFileSystem/
H A DABI47_0_0EXFileSystem.m1024 BOOL isDir = NO;
1026 BOOL exists = [[NSFileManager defaultManager] fileExistsAtPath:path isDirectory:&isDir];
1027 if (!(exists && isDir)) {
/expo/ios/versioned/sdk49/EXFileSystem/EXFileSystem/
H A DABI49_0_0EXFileSystem.m1036 BOOL isDir = NO;
1038 BOOL exists = [[NSFileManager defaultManager] fileExistsAtPath:path isDirectory:&isDir];
1039 if (!(exists && isDir)) {
/expo/ios/versioned/sdk48/EXFileSystem/EXFileSystem/
H A DABI48_0_0EXFileSystem.m1024 BOOL isDir = NO;
1026 BOOL exists = [[NSFileManager defaultManager] fileExistsAtPath:path isDirectory:&isDir];
1027 if (!(exists && isDir)) {