Searched refs:cstr (Results 1 – 2 of 2) sorted by relevance
50 def cstr(s): function208 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(
133 Self::CString(cstr) => &cstr, in deref()