Home
last modified time | relevance | path

Searched refs:read_done (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp289 bool read_done = false; in InternalExec() local
299 read_done = true; in InternalExec()
337 ASSERT_TRUE(read_done) << "Timed out while reading data, output:\n" << output_; in InternalExec()