Home
last modified time | relevance | path

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

/hardware/qcom/msm8998/json-c/
Djson_util.h30 #define JSON_FILE_BUF_SIZE 4096 macro
Djson_util.c71 char buf[JSON_FILE_BUF_SIZE]; in json_object_from_file()
84 while((ret = read(fd, buf, JSON_FILE_BUF_SIZE)) > 0) { in json_object_from_file()