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

  /system/update_engine/payload_consumer/
fake_extent_writer.h 56 bool InitCalled() { return init_called_; }
  /external/libchrome/base/threading/
thread_unittest.cc 53 bool InitCalled() { return init_called_; }
437 EXPECT_FALSE(t.InitCalled());
439 EXPECT_TRUE(t.InitCalled());

Completed in 146 milliseconds