Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/run/ios/appleDevice/client/
H A DUsbmuxdClient.ts190 const BPLIST_MAGIC = Buffer.from('bplist00'); constant
191 if (BPLIST_MAGIC.compare(resp.PairRecordData, 0, 8) === 0) {
/expo/packages/@expo/cli/src/run/ios/appleDevice/protocol/
H A DAbstractProtocol.ts15 const BPLIST_MAGIC = Buffer.from('bplist00'); constant
99 if (BPLIST_MAGIC.compare(body, 0, 8) === 0) {