Home
last modified time | relevance | path

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

/bionic/tests/
Dspawn_test.cpp316 bool saw_blk = false; in GetChildStatus() local
319 if (sscanf(line.c_str(), "SigBlk: %" SCNx64, &ps->sigblk) == 1) saw_blk = true; in GetChildStatus()
322 ASSERT_TRUE(saw_blk); in GetChildStatus()