HomeSort by relevance Sort by last modified time
    Searched refs:ltohl (Results 1 - 3 of 3) sorted by null

  /system/core/adb/
file_sync_service.h 29 #define ltohl(x) __swap_uint32(x) macro
33 #define ltohl(x) (x) macro
file_sync_client.c 116 len = ltohl(msg.dent.namelen);
122 func(ltohl(msg.dent.mode),
123 ltohl(msg.dent.size),
124 ltohl(msg.dent.time),
165 *timestamp = ltohl(msg.stat.time);
166 *mode = ltohl(msg.stat.mode);
197 *timestamp = ltohl(msg.stat.time);
198 *mode = ltohl(msg.stat.mode);
199 *size = ltohl(msg.stat.size);
225 *mode = ltohl(msg.stat.mode)
    [all...]
file_sync_service.c 225 timestamp = ltohl(msg.data.size);
231 len = ltohl(msg.data.size);
288 len = ltohl(msg.data.size);
442 namelen = ltohl(msg.req.namelen);

Completed in 39 milliseconds