Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/run/ios/appleDevice/protocol/
H A DAFCProtocol.ts25 operation: AFC_OPS;
29 operation: AFC_OPS;
35 operation: AFC_OPS;
41 operation: AFC_OPS.STATUS;
49 export enum AFC_OPS { enum
328 return AFC_OPS[resp.operation] !== undefined && resp.id !== undefined && resp.data !== undefined;
332 return isAFCResponse(resp) && resp.operation === AFC_OPS.STATUS;
434 debug(`${AFC_OPS[this.header.operation]} response: ${AFC_STATUS[status]}`);
437 debug(`${AFC_OPS[this.header.operation]} response: ${Array.prototype.toString.call(body)}`);
439 debug(`${AFC_OPS[this.header.operation]} response length: ${data.length} bytes`);
[all …]
/expo/packages/@expo/cli/src/run/ios/appleDevice/client/
H A DAFCClient.ts18 AFC_OPS,
37 operation: AFC_OPS.GET_FILE_INFO,
60 operation: AFC_OPS.FILE_WRITE,
79 operation: AFC_OPS.FILE_OPEN,
85 if (response.operation === AFC_OPS.FILE_OPEN_RES) {
100 operation: AFC_OPS.FILE_CLOSE,
130 operation: AFC_OPS.MAKE_DIR,