Home
last modified time | relevance | path

Searched defs:flush_attempts (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_test_utils.h1989 uint32_t flush_attempts() const { return flush_attempts_; } in flush_attempts() function
/aosp_15_r20/external/crosvm/vm_control/src/
H A Dlib.rs2303 let mut flush_attempts = 0; in do_snapshot() localVariable