Searched refs:out_byte_count_ (Results 1 – 1 of 1) sorted by relevance
89 size_t out_byte_count_ = 0; member in Logcat186 out_byte_count_ = 0; in RotateLogs()229 out_byte_count_ += bytesWritten; in ProcessBuffer()231 if (log_rotate_size_kb_ > 0 && (out_byte_count_ / 1024) >= log_rotate_size_kb_) { in ProcessBuffer()286 out_byte_count_ = statbuf.st_size; in SetupOutputAndSchedulingPolicy()