Searched defs:maxBytes (Results 1 – 4 of 4) sorted by relevance
87 private static byte[] readBytes(File file, int maxBytes) throws IOException { in readBytes()
165 public static byte[] readBytes(File file, int maxBytes) throws IOException { in readBytes()
351 int BandwidthController::setInterfaceSharedQuota(const std::string& iface, int64_t maxBytes) { in setInterfaceSharedQuota()457 int BandwidthController::setInterfaceQuota(const std::string& iface, int64_t maxBytes) { in setInterfaceQuota()
231 constexpr size_t maxBytes = kLogMaxSize - kLogDataOffset; in getLogDataLength() local