Searched refs:isDir (Results 1 – 11 of 11) sorted by relevance
68 BOOL isDir;69 BOOL exists = [fileManager fileExistsAtPath:updatesDirectoryPath isDirectory:&isDir];71 if (!isDir) {
36 var isDir = ObjCBool(false) in initializeUpdatesDirectory() variable37 let exists = fileManager.fileExists(atPath: updatesDirectoryPath, isDirectory: &isDir) in initializeUpdatesDirectory()40 if !isDir.boolValue { in initializeUpdatesDirectory()
43 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) {
47 var isDir = ObjCBool(false) in initializeUpdatesDirectory() variable48 let exists = fileManager.fileExists(atPath: updatesDirectoryPath, isDirectory: &isDir) in initializeUpdatesDirectory()51 if !isDir.boolValue { in initializeUpdatesDirectory()
1036 BOOL isDir = NO;1038 BOOL exists = [[NSFileManager defaultManager] fileExistsAtPath:path isDirectory:&isDir];1039 if (!(exists && isDir)) {
1024 BOOL isDir = NO;1026 BOOL exists = [[NSFileManager defaultManager] fileExistsAtPath:path isDirectory:&isDir];1027 if (!(exists && isDir)) {