Searched refs:MAX_MTP_FILE_SIZE (Results 1 – 2 of 2) sorted by relevance
56 constexpr unsigned int MAX_MTP_FILE_SIZE = 0xFFFFFFFF; variable189 if (file_length != MAX_MTP_FILE_SIZE && ret < static_cast<int>(length)) { in receiveFile()218 if (file_length == MAX_MTP_FILE_SIZE) { in receiveFile()248 uint32_t given_length = std::min(static_cast<uint64_t>(MAX_MTP_FILE_SIZE), in sendFile()
49 constexpr uint32_t MAX_MTP_FILE_SIZE = 0xFFFFFFFF; variable519 if (file_length == MAX_MTP_FILE_SIZE) { in receiveFile()559 uint32_t given_length = std::min(static_cast<uint64_t>(MAX_MTP_FILE_SIZE), in sendFile()