Searched refs:DUMP_FILE_MAX_SIZE (Results 1 – 4 of 4) sorted by relevance
123 const int32_t DUMP_FILE_MAX_SIZE = 295 * 1024 *1024; variable
243 if ((static_cast<size_t>(fileSize) + video.size) < DUMP_FILE_MAX_SIZE) { in SaveFile()
144 constexpr uint32_t DUMP_FILE_MAX_SIZE = 295 * 1024 * 1024; variable
243 if (static_cast<int32_t>(fileSize) <= DUMP_FILE_MAX_SIZE) { in IsUnderDumpMaxSize()