Searched refs:out_byte_count_ (Results 1 – 1 of 1) sorted by relevance
88 size_t out_byte_count_ = 0; member in Logcat184 out_byte_count_ = 0; in RotateLogs()225 out_byte_count_ += bytesWritten; in ProcessBuffer()227 if (log_rotate_size_kb_ > 0 && (out_byte_count_ / 1024) >= log_rotate_size_kb_) { in ProcessBuffer()282 out_byte_count_ = statbuf.st_size; in SetupOutputAndSchedulingPolicy()