Searched refs:ctypes (Results 1 - 3 of 3) sorted by relevance
/base/update/packaging_tools/ |
H A D | update_package.py | 24 import ctypes
namespace 65 class PkgHeader(ctypes.Structure):
66 _fields_ = [("digest_method", ctypes.c_ubyte),
67 ("sign_method", ctypes.c_ubyte),
68 ("pkg_type", ctypes.c_ubyte),
69 ("pkg_flags", ctypes.c_ubyte),
70 ("entry_count", ctypes.c_int),
71 ("update_file_version", ctypes.c_int),
72 ("product_update_id", ctypes.c_char_p),
73 ("software_version", ctypes [all...] |
H A D | patch_package_process.py | 21 from ctypes import pointer
|
H A D | utils.py | 32 from ctypes import cdll
|
Completed in 3 milliseconds