OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JSON_FILE_BUF_SIZE
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/msm8998/json-c/
json_util.h
30
#define
JSON_FILE_BUF_SIZE
4096
json_util.c
71
char buf[
JSON_FILE_BUF_SIZE
];
84
while((ret = read(fd, buf,
JSON_FILE_BUF_SIZE
)) > 0) {
Completed in 467 milliseconds