HomeSort by relevance Sort by last modified time
    Searched refs:json_object_to_file (Results 1 - 4 of 4) sorted by null

  /device/google/bonito/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
  /device/google/crosshatch/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 314 milliseconds