Home
last modified time | relevance | path

Searched refs:ctypes (Results 1 - 3 of 3) sorted by relevance

/base/update/packaging_tools/
H A Dupdate_package.py24 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 Dpatch_package_process.py21 from ctypes import pointer
H A Dutils.py32 from ctypes import cdll

Completed in 3 milliseconds