Searched refs:updatesDirectoryPath (Results 1 – 4 of 4) sorted by relevance
66 NSString *updatesDirectoryPath = [updatesDirectory path];69 BOOL exists = [fileManager fileExistsAtPath:updatesDirectoryPath isDirectory:&isDir];77 …BOOL wasCreated = [fileManager createDirectoryAtPath:updatesDirectoryPath withIntermediateDirector…
34 let updatesDirectoryPath = updatesDirectory.path in initializeUpdatesDirectory() variable37 let exists = fileManager.fileExists(atPath: updatesDirectoryPath, isDirectory: &isDir) in initializeUpdatesDirectory()50 … try fileManager.createDirectory(atPath: updatesDirectoryPath, withIntermediateDirectories: true) in initializeUpdatesDirectory()
45 let updatesDirectoryPath = updatesDirectory.path in initializeUpdatesDirectory() variable48 let exists = fileManager.fileExists(atPath: updatesDirectoryPath, isDirectory: &isDir) in initializeUpdatesDirectory()61 … try fileManager.createDirectory(atPath: updatesDirectoryPath, withIntermediateDirectories: true) in initializeUpdatesDirectory()