OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MC_ERROR
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/msm8998/json-c/
json_util.c
75
MC_ERROR
("json_object_from_file: error opening file %s: %s\n",
81
MC_ERROR
("json_object_from_file: printbuf_new failed\n");
89
MC_ERROR
("json_object_from_file: error reading file %s: %s\n",
108
MC_ERROR
("json_object_to_file: object is null\n");
113
MC_ERROR
("json_object_to_file: error opening file %s: %s\n",
128
MC_ERROR
("json_object_to_file: error writing file %s: %s\n",
294
MC_ERROR
("json_type_to_name: type %d is out of range [0,%d]\n", o_type, NELEM(json_type_name));
debug.h
28
extern void
mc_error
(const char *msg, ...);
43
mc_error
("cjson assert failure %s:%d : cond \"" __STRING(cond) "failed\n", __FILE__, __LINE__); \
51
#define
MC_ERROR
(x, ...)
mc_error
(x, ##__VA_ARGS__)
Completed in 140 milliseconds