Home
last modified time | relevance | path

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

/hardware/qcom/msm8998/json-c/
Djson_util.h35 extern int json_object_to_file_ext(const char *filename, struct json_object *obj, int flags);
Djson_util.c101 int json_object_to_file_ext(const char *filename, struct json_object *obj, int flags) in json_object_to_file_ext() function
145 return json_object_to_file_ext(filename, obj, JSON_C_TO_STRING_PLAIN); in json_object_to_file()