Searched refs:c_char_p (Results 1 – 2 of 2) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | simpleperf_report_lib.py | 42 def _char_pt_to_str(char_pt: ct.c_char_p) -> str: argument 68 ('_thread_comm', ct.c_char_p), 88 _fields_ = [('_name', ct.c_char_p), 101 def parse_value(self, data: ct.c_char_p) -> Union[str, bytes, List[bytes]]: argument 156 _fields_ = [('_name', ct.c_char_p), 184 _fields_ = [('_dso_name', ct.c_char_p), 186 ('_symbol_name', ct.c_char_p), 267 self._GetBuildIdForPathFunc.restype = ct.c_char_p
|
/system/sepolicy/tests/ |
D | policy.py | 343 lib.get_allow_rule.argtypes = [c_char_p, c_size_t, c_void_p, c_void_p]; 346 lib.load_policy.argtypes = [c_char_p] 367 lib.get_type.argtypes = [c_char_p, c_size_t, c_void_p, c_void_p] 370 lib.init_type_iter.argtypes = [c_void_p, c_char_p, c_bool] 378 lib.get_genfs.argtypes = [c_char_p, c_size_t, c_void_p, c_void_p]
|