Home
last modified time | relevance | path

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

/system/core/adb/
Dfile_sync_service.h23 #define MKID(a,b,c,d) ((a) | ((b) << 8) | ((c) << 16) | ((d) << 24)) macro
25 #define ID_LSTAT_V1 MKID('S','T','A','T')
26 #define ID_STAT_V2 MKID('S','T','A','2')
27 #define ID_LSTAT_V2 MKID('L','S','T','2')
28 #define ID_LIST MKID('L','I','S','T')
29 #define ID_SEND MKID('S','E','N','D')
30 #define ID_RECV MKID('R','E','C','V')
31 #define ID_DENT MKID('D','E','N','T')
32 #define ID_DONE MKID('D','O','N','E')
33 #define ID_DATA MKID('D','A','T','A')
[all …]