Searched refs:indicator (Results 1 – 1 of 1) sorted by relevance
627 auto indicator = sm->GetRollbackIndicatorPath(); in TEST_F() local628 ASSERT_EQ(access(indicator.c_str(), R_OK), 0); in TEST_F()1390 auto indicator = sm->GetRollbackIndicatorPath(); in TEST_F() local1391 ASSERT_NE(access(indicator.c_str(), R_OK), 0); in TEST_F()1530 auto indicator = sm->GetRollbackIndicatorPath(); in TEST_F() local1531 ASSERT_NE(access(indicator.c_str(), R_OK), 0); in TEST_F()