Home
last modified time | relevance | path

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

/system/core/adb/
Dfile_sync_service.h29 #define ltohl(x) __swap_uint32(x) macro
33 #define ltohl(x) (x) macro
Dfile_sync_client.c99 len = ltohl(msg.dent.namelen); in sync_ls()
105 func(ltohl(msg.dent.mode), in sync_ls()
106 ltohl(msg.dent.size), in sync_ls()
107 ltohl(msg.dent.time), in sync_ls()
147 *timestamp = ltohl(msg.stat.time); in sync_readtime()
178 *timestamp = ltohl(msg.stat.time); in sync_finish_readtime()
179 *mode = ltohl(msg.stat.mode); in sync_finish_readtime()
180 *size = ltohl(msg.stat.size); in sync_finish_readtime()
206 *mode = ltohl(msg.stat.mode); in sync_readmode()
401 len = ltohl(msg.status.msglen); in sync_send()
[all …]
Dfile_sync_service.c179 timestamp = ltohl(msg.data.size); in handle_send_file()
185 len = ltohl(msg.data.size); in handle_send_file()
241 len = ltohl(msg.data.size); in handle_send_link()
375 namelen = ltohl(msg.req.namelen);