UINT32_T_MAX 654 shell/ByteArrayGlue.cpp if((uint64_t)len >= UINT32_T_MAX) //ByteArray APIs cannot handle files > 4GB UINT32_T_MAX 713 shell/DebugCLI.cpp if (f.valid() && ((uint64_t)file->length() < UINT32_T_MAX)) { //cannot handle files > 4GB UINT32_T_MAX 242 shell/ShellCore.cpp if (!f.valid() || (uint64_t) f.length() >= UINT32_T_MAX) UINT32_T_MAX 481 shell/ShellCore.cpp bool isValid = f.valid() && ((uint64_t)f.length() < UINT32_T_MAX); //currently we cannot read files > 4GB