Home
last modified time | relevance | path

Searched refs:operation_str (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc570 void PrintUTF8ErrorLog(const char* field_name, const char* operation_str, in PrintUTF8ErrorLog() argument
578 << "UTF-8 data when " << operation_str << " a protocol " in PrintUTF8ErrorLog()
586 const char* operation_str = NULL; in VerifyUtf8String() local
589 operation_str = "parsing"; in VerifyUtf8String()
592 operation_str = "serializing"; in VerifyUtf8String()
596 PrintUTF8ErrorLog(field_name, operation_str, false); in VerifyUtf8String()
Dparse_context.cc412 void PrintUTF8ErrorLog(const char* field_name, const char* operation_str,
/third_party/eudev/src/udev/
Dudev-rules.c229 static const char *operation_str(enum operation_type type) { in operation_str() function
371 token_str(type), operation_str(op), value, string_glob_str(glob)); in dump_token()
384 token_str(type), operation_str(op), attr, value, string_glob_str(glob)); in dump_token()
388 log_debug("%s %s '%s'", token_str(type), operation_str(op), value); in dump_token()
397 … token_str(type), operation_str(op), value, string_glob_str(glob), token->key.mode); in dump_token()
406 log_debug("%s %s %u", token_str(type), operation_str(op), token->key.uid); in dump_token()
409 log_debug("%s %s %u", token_str(type), operation_str(op), token->key.gid); in dump_token()
412 log_debug("%s %s %#o", token_str(type), operation_str(op), token->key.mode); in dump_token()
418 log_debug("%s %s '%s' '%s'", token_str(type), operation_str(op), attr, value); in dump_token()