HomeSort by relevance Sort by last modified time
    Searched refs:exit_blocked (Results 1 - 2 of 2) sorted by null

  /system/update_engine/common/
terminator.h 39 static bool exit_blocked() { return exit_blocked_ != 0; } function in class:chromeos_update_engine::Terminator
terminator_unittest.cc 30 ASSERT_FALSE(Terminator::exit_blocked());
60 ASSERT_TRUE(Terminator::exit_blocked());
63 ASSERT_FALSE(Terminator::exit_blocked());

Completed in 178 milliseconds