Home
last modified time | relevance | path

Searched refs:updatesDirectoryPath (Results 1 – 4 of 4) sorted by relevance

/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/
H A DABI47_0_0EXUpdatesUtils.m66 NSString *updatesDirectoryPath = [updatesDirectory path];
69 BOOL exists = [fileManager fileExistsAtPath:updatesDirectoryPath isDirectory:&isDir];
77 …BOOL wasCreated = [fileManager createDirectoryAtPath:updatesDirectoryPath withIntermediateDirector…
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/
H A DABI48_0_0EXUpdatesUtils.m66 NSString *updatesDirectoryPath = [updatesDirectory path];
69 BOOL exists = [fileManager fileExistsAtPath:updatesDirectoryPath isDirectory:&isDir];
77 …BOOL wasCreated = [fileManager createDirectoryAtPath:updatesDirectoryPath withIntermediateDirector…
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/
H A DUpdatesUtils.swift34 let updatesDirectoryPath = updatesDirectory.path in initializeUpdatesDirectory() variable
37 let exists = fileManager.fileExists(atPath: updatesDirectoryPath, isDirectory: &isDir) in initializeUpdatesDirectory()
50 … try fileManager.createDirectory(atPath: updatesDirectoryPath, withIntermediateDirectories: true) in initializeUpdatesDirectory()
/expo/packages/expo-updates/ios/EXUpdates/
H A DUpdatesUtils.swift45 let updatesDirectoryPath = updatesDirectory.path in initializeUpdatesDirectory() variable
48 let exists = fileManager.fileExists(atPath: updatesDirectoryPath, isDirectory: &isDir) in initializeUpdatesDirectory()
61 … try fileManager.createDirectory(atPath: updatesDirectoryPath, withIntermediateDirectories: true) in initializeUpdatesDirectory()