Searched defs:maxBytes (Results 1 – 3 of 3) sorted by relevance
93 private static byte[] readBytes(File file, int maxBytes) throws IOException { in readBytes()
319 int BandwidthController::setInterfaceSharedQuota(const std::string& iface, int64_t maxBytes) { in setInterfaceSharedQuota()425 int BandwidthController::setInterfaceQuota(const std::string& iface, int64_t maxBytes) { in setInterfaceQuota()
240 constexpr size_t maxBytes = kLogMaxSize - kLogDataOffset; in getLogDataLength() local