Searched refs:olen (Results 1 – 2 of 2) sorted by relevance
/system/core/cpio/ |
D | mkbootfs.c | 92 static void _eject(struct stat *s, char *out, int olen, char *data, unsigned datasize) in _eject() argument 121 olen + 1, in _eject() 127 total_size += 6 + 8*13 + olen + 1; in _eject() 129 if(strlen(out) != (unsigned int)olen) die("ACK!"); in _eject() 154 static void _archive(char *in, char *out, int ilen, int olen); 160 static void _archive_dir(char *in, char *out, int ilen, int olen) in _archive_dir() argument 168 in, out, ilen, olen); in _archive_dir() 214 if(olen > 0) { in _archive_dir() 215 out[olen] = '/'; in _archive_dir() 216 memcpy(out + olen + 1, names[i], t + 1); in _archive_dir() [all …]
|
/system/bt/tools/scripts/ |
D | btsnoop_live.py | 248 olen, ilen, flags = struct.unpack(">LLL", snoop_hdr[0:12]) 257 while (len(snoop_data) < olen): 258 data_frag = btsnoop_sock.recv(olen - len(snoop_data)) 262 … print("Bytes received %d Olen %d ilen %d flags %d" % (len(snoop_data), olen, ilen, flags)) 283 … result = live_import.SendFrame(olen - 1, olen - 1, snoop_data[1:olen], drf, isend, timestamp)
|