Searched refs:MAX_JSON_FILE_LEN (Results 1 – 6 of 6) sorted by relevance
32 #define MAX_JSON_FILE_LEN 1024000 macro
28 #define MAX_JSON_FILE_LEN 102400 macro
38 #define MAX_JSON_FILE_LEN 102400 // max init.cfg size 100KB macro134 fileStat.st_size <= 0 || fileStat.st_size > MAX_JSON_FILE_LEN) { in ReadFileToBuf()
59 const unsigned int MAX_JSON_FILE_LEN = 102400; // max init.cfg size 100KB variable533 EXPECT_TRUE(fileStat.st_size <= MAX_JSON_FILE_LEN);
246 fileStat.st_size <= 0 || fileStat.st_size > MAX_JSON_FILE_LEN) { in ReadFile()
62 if (fileStat.st_size > MAX_JSON_FILE_LEN) { in GetFileBuff()