Home
last modified time | relevance | path

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

/system/tools/mkbootimg/
Dunpack_bootimg.py50 def cstr(s): function
208 info.product_name = cstr(unpack('16s',
210 info.cmdline = cstr(unpack('512s', args.boot_img.read(512))[0].decode())
212 info.extra_cmdline = cstr(unpack('1024s',
215 info.cmdline = cstr(unpack('1536s',
382 info.cmdline = cstr(unpack('2048s', args.boot_img.read(2048))[0].decode())
384 info.product_name = cstr(unpack('16s', args.boot_img.read(16))[0].decode())
419 ramdisk_name = cstr(unpack(
/system/security/keystore2/selinux/src/
Dlib.rs133 Self::CString(cstr) => &cstr, in deref()