Searched refs:parse_error (Results 1 – 6 of 6) sorted by relevance
/system/core/init/ |
D | ueventd_parser.cpp | 100 parse_error(state, "invalid subsystem name '%s'\n", args[1]); in parse_subsystem() 106 parse_error(state, "ignored duplicate definition of subsystem '%s'\n", in parse_subsystem() 113 parse_error(state, "out of memory\n"); in parse_subsystem() 140 parse_error(state, "invalid devname '%s'\n", args[1]); in parse_line_subsystem() 147 parse_error(state, "dirname '%s' does not start with '/'\n", in parse_line_subsystem() 152 parse_error(state, "invalid option '%s'\n", args[0]); in parse_line_subsystem() 180 parse_error(state, "%s requires %d %s\n", args[0], kw_nargs - 1, in parse_line()
|
D | parser.h | 38 void parse_error(struct parse_state *state, const char *fmt, ...);
|
D | init_parser.cpp | 76 parse_error(&state, "%s\n", ret_err.c_str()); in ParseData() 83 parse_error(&state, "%s\n", ret_err.c_str()); in ParseData()
|
D | parser.cpp | 9 void parse_error(struct parse_state *state, const char *fmt, ...) in parse_error() function
|
/system/tpm/trunks/ |
D | password_authorization_delegate.cc | 59 TPM_RC parse_error; in CheckResponseAuthorization() local 60 parse_error = Parse_TPMS_AUTH_RESPONSE(&mutable_auth_string, &auth_response, in CheckResponseAuthorization() 66 if (parse_error != TPM_RC_SUCCESS) { in CheckResponseAuthorization()
|
D | hmac_authorization_delegate.cc | 117 TPM_RC parse_error; in CheckResponseAuthorization() local 118 parse_error = Parse_TPMS_AUTH_RESPONSE(&mutable_auth_string, in CheckResponseAuthorization() 121 if (parse_error != TPM_RC_SUCCESS) { in CheckResponseAuthorization()
|