| /expo/packages/create-expo/e2e/__tests__/ |
| H A D | index-test.ts | 29 function fileExists(projectName: string, filePath: string) { function 68 expect(fileExists(projectName, 'App.js')).toBeTruthy(); 69 expect(fileExists(projectName, '.gitignore')).toBeTruthy(); 71 expect(fileExists(projectName, 'ios/')).not.toBeTruthy(); 73 expect(fileExists(projectName, 'app.json')).toBeTruthy(); 99 expect(fileExists(projectName, 'App.js')).toBeTruthy(); 116 expect(fileExists(projectName, 'App.js')).toBeTruthy(); 222 expect(fileExists(projectName, 'App.js')).toBeTruthy(); 244 expect(fileExists(projectName, 'App.js')).toBeTruthy(); 269 expect(fileExists(projectName, 'App.js')).toBeTruthy(); [all …]
|
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | modules.js | 7 exports.fileExists = fileExists; 37 function fileExists(file) { function
|
| H A D | modules.d.ts | 3 export declare function fileExists(file: string): boolean;
|
| H A D | modules.js.map | 1 …fileExists","statSync"],"sources":["../../src/utils/modules.ts"],"sourcesContent":["import fs from…
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/Database/ |
| H A D | UpdatesDatabaseInitialization.swift | 99 var shouldInitializeDatabaseSchema = !FileManager.default.fileExists(atPath: dbUrl.path) 103 if FileManager.default.fileExists(atPath: dbUrl.path) { 170 if FileManager.default.fileExists(atPath: latestURL.path) { in migrateDatabase() 179 if FileManager.default.fileExists(atPath: possibleURL.path) { in migrateDatabase()
|
| H A D | UpdatesReaper.swift | 73 if FileManager.default.fileExists(atPath: localUrl.path) { 91 if FileManager.default.fileExists(atPath: localUrl.path) {
|
| H A D | UpdatesDatabaseIntegrityCheck.swift | 38 …return FileManager.default.fileExists(atPath: directory.appendingPathComponent(asset.filename).pat… in assetExists()
|
| /expo/packages/expo-updates/ios/EXUpdates/Database/ |
| H A D | UpdatesDatabaseInitialization.swift | 99 var shouldInitializeDatabaseSchema = !FileManager.default.fileExists(atPath: dbUrl.path) 103 if FileManager.default.fileExists(atPath: dbUrl.path) { 170 if FileManager.default.fileExists(atPath: latestURL.path) { in migrateDatabase() 179 if FileManager.default.fileExists(atPath: possibleURL.path) { in migrateDatabase()
|
| H A D | UpdatesReaper.swift | 73 if FileManager.default.fileExists(atPath: localUrl.path) { 91 if FileManager.default.fileExists(atPath: localUrl.path) {
|
| H A D | UpdatesDatabaseIntegrityCheck.swift | 38 …return FileManager.default.fileExists(atPath: directory.appendingPathComponent(asset.filename).pat… in assetExists()
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | EXDevLauncherInstallationIDHelper.swift | 29 if FileManager.default.fileExists(atPath: installationIDFileURL.path) { in getInstallationID() 61 if !FileManager.default.fileExists(atPath: applicationSupportURL.path) { in getInstallationIDFileURL()
|
| /expo/packages/expo-file-system/ios/ |
| H A D | FileSystemHelpers.swift | 8 if !FileManager.default.fileExists(atPath: directoryPath.path) { in ensureFileDirectoryExists() 38 if FileManager.default.fileExists(atPath: path) { in removeFile()
|
| /expo/ios/versioned/sdk49/ExpoSQLite/ |
| H A D | SQLiteModule.swift | 43 if !FileManager.default.fileExists(atPath: path.absoluteString) { in definition() 78 let fileExists = FileManager.default.fileExists(atPath: path.absoluteString) in openDatabase() variable 80 if fileExists { in openDatabase()
|
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | modules.ts | 24 export function fileExists(file: string): boolean { function
|
| H A D | plugin-resolver.ts | 7 import { fileExists } from './modules'; 65 if (pluginModuleFile && fileExists(pluginModuleFile)) {
|
| /expo/packages/expo-sqlite/ios/ |
| H A D | SQLiteModule.swift | 55 if !FileManager.default.fileExists(atPath: path.absoluteString) { in definition() 99 let fileExists = FileManager.default.fileExists(atPath: path.absoluteString) in openDatabase() variable 101 if fileExists { in openDatabase()
|
| /expo/packages/expo-modules-core/ios/Swift/Logging/ |
| H A D | PersistentFileLog.swift | 98 if !FileManager.default.fileExists(atPath: filePath) { in ensureFileExists() 136 if FileManager.default.fileExists(atPath: filePath) { in deleteFileSync()
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Logging/ |
| H A D | PersistentFileLog.swift | 98 if !FileManager.default.fileExists(atPath: filePath) { in ensureFileExists() 136 if FileManager.default.fileExists(atPath: filePath) { in deleteFileSync()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Logging/ |
| H A D | PersistentFileLog.swift | 98 if !FileManager.default.fileExists(atPath: filePath) { in ensureFileExists() 136 if FileManager.default.fileExists(atPath: filePath) { in deleteFileSync()
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Logging/ |
| H A D | PersistentFileLog.swift | 98 if !FileManager.default.fileExists(atPath: filePath) { in ensureFileExists() 136 if FileManager.default.fileExists(atPath: filePath) { in deleteFileSync()
|
| /expo/packages/expo-device/ios/ |
| H A D | UIDevice.swift | 197 for path in suspiciousAppsPathToCheck where FileManager.default.fileExists(atPath: path) { in doesContainSuspiciousApps() 204 for path in suspiciousSystemPathsToCheck where FileManager.default.fileExists(atPath: path) { in doesSuspiciousSystemPathExist()
|
| /expo/ios/versioned/sdk48/ExpoDevice/ |
| H A D | UIDevice.swift | 201 for path in suspiciousAppsPathToCheck where FileManager.default.fileExists(atPath: path) { in doesContainSuspiciousApps() 208 for path in suspiciousSystemPathsToCheck where FileManager.default.fileExists(atPath: path) { in doesSuspiciousSystemPathExist()
|
| /expo/ios/versioned/sdk49/ExpoDevice/ |
| H A D | UIDevice.swift | 201 for path in suspiciousAppsPathToCheck where FileManager.default.fileExists(atPath: path) { in doesContainSuspiciousApps() 208 for path in suspiciousSystemPathsToCheck where FileManager.default.fileExists(atPath: path) { in doesSuspiciousSystemPathExist()
|
| /expo/packages/create-expo/src/utils/ |
| H A D | npm.ts | 274 const fileExists = await fileExistsAsync(cacheFilename); constant 277 if (disableCache || !fileExists) {
|
| /expo/packages/@expo/config-plugins/src/plugins/ |
| H A D | withIosBaseMods.ts | 15 import { fileExists } from '../utils/modules'; 140 if (fileExists(infoPlistPath)) {
|