Searched refs:possibleURL (Results 1 – 4 of 4) sorted by relevance
178 let possibleURL = directory.appendingPathComponent(migration.filename) in migrateDatabase() variable179 if FileManager.default.fileExists(atPath: possibleURL.path) { in migrateDatabase()180 existingURL = possibleURL in migrateDatabase()
188 NSURL *possibleURL = [directory URLByAppendingPathComponent:migration.filename];189 if ([NSFileManager.defaultManager fileExistsAtPath:possibleURL.path]) {190 existingURL = possibleURL;