Home
last modified time | relevance | path

Searched refs:MC_ERROR (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/msm8998/json-c/
Djson_util.c75 MC_ERROR("json_object_from_file: error opening file %s: %s\n", in json_object_from_file()
81 MC_ERROR("json_object_from_file: printbuf_new failed\n"); in json_object_from_file()
89 MC_ERROR("json_object_from_file: error reading file %s: %s\n", in json_object_from_file()
108 MC_ERROR("json_object_to_file: object is null\n"); in json_object_to_file_ext()
113 MC_ERROR("json_object_to_file: error opening file %s: %s\n", in json_object_to_file_ext()
128 MC_ERROR("json_object_to_file: error writing file %s: %s\n", in json_object_to_file_ext()
294 MC_ERROR("json_type_to_name: type %d is out of range [0,%d]\n", o_type, NELEM(json_type_name)); in json_type_to_name()
Ddebug.h51 #define MC_ERROR(x, ...) mc_error(x, ##__VA_ARGS__) macro