Home
last modified time | relevance | path

Searched refs:readFileAsBase64 (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-file-system/ios/
H A DFileSystemHelpers.swift13 internal func readFileAsBase64(path: String, options: ReadingOptions) throws -> String { in readFileAsBase64() function
H A DFileSystemModule.swift52 return try readFileAsBase64(path: url.path, options: options) in definition()