Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/run/ios/appleDevice/client/
H A DUsbmuxdClient.ts81 PairRecordData: Buffer; property
105 return resp.PairRecordData !== undefined;
191 if (BPLIST_MAGIC.compare(resp.PairRecordData, 0, 8) === 0) {
193 return parsePlistBuffer(resp.PairRecordData)[0];
196 return plist.parse(resp.PairRecordData.toString()) as any; // TODO: type guard