Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/run/ios/appleDevice/
H A DAppleDevice.ts175 if (err instanceof AFCError && err.status === AFC_STATUS.OBJECT_NOT_FOUND) {
/expo/packages/@expo/cli/src/run/ios/appleDevice/protocol/
H A DAFCProtocol.ts272 OBJECT_NOT_FOUND = 8, enumerator