OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:json_object_to_file
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/msm8998/json-c/
json_util.h
34
extern int
json_object_to_file
(const char *filename, struct json_object *obj);
json_util.c
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",
143
int
json_object_to_file
(const char *filename, struct json_object *obj)
function
Completed in 208 milliseconds