Home
last modified time | relevance | path

Searched defs:magic (Results 1 – 2 of 2) sorted by relevance

/expo/apps/test-suite/screens/
H A DTestScreen.js141 magic: '[TEST-SUITE-INPROGRESS]', property
162 magic: '[TEST-SUITE-END]', // NOTE: Runner/Run.js waits to see this property
/expo/packages/@expo/cli/src/run/ios/appleDevice/protocol/
H A DAFCProtocol.ts21 magic: typeof AFC_MAGIC; property
403 const magic = data.slice(0, 8).toString('ascii'); constant
453 const magic = Buffer.from(AFC_MAGIC); constant