Home
last modified time | relevance | path

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

/aosp14/system/core/mkbootfs/
H A Dmkbootfs.c107 olen + 1, in _eject()
113 total_size += 6 + 8*13 + olen + 1; in _eject()
189 if(olen > 0) { in _archive_dir()
190 out[olen] = '/'; in _archive_dir()
191 memcpy(out + olen + 1, names[i], t + 1); in _archive_dir()
199 out[olen] = 0; in _archive_dir()
224 _eject(&s, out, olen, tmp, s.st_size); in _archive()
229 _eject(&s, out, olen, 0, 0); in _archive()
230 _archive_dir(in, out, ilen, olen); in _archive()
236 _eject(&s, out, olen, buf, size); in _archive()
[all …]
/aosp14/system/core/trusty/confirmationui/
H A DTrustyApp.cpp39 uint32_t olen = oend - obegin; in TrustyRpc() local
41 if (olen > shm_len_) { in TrustyRpc()
46 memcpy(shm_base_, obegin, olen); in TrustyRpc()
52 .msg_len = olen, in TrustyRpc()