Searched refs:json_object_to_file_ext (Results 1 – 6 of 6) sorted by relevance
/device/google/crosshatch/json-c/ |
D | json_util.h | 35 extern int json_object_to_file_ext(const char *filename, struct json_object *obj, int flags);
|
D | json_util.c | 101 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()
|
/device/google/bonito/json-c/ |
D | json_util.h | 35 extern int json_object_to_file_ext(const char *filename, struct json_object *obj, int flags);
|
D | json_util.c | 101 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()
|
/device/google/coral/json-c/ |
D | json_util.h | 35 extern int json_object_to_file_ext(const char *filename, struct json_object *obj, int flags);
|
D | json_util.c | 101 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()
|