Searched refs:tf_ (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/unwinding/libunwindstack/tests/ |
H A D | MemoryFileTest.cpp | 31 tf_ = new TemporaryFile; in SetUp() 35 delete tf_; in TearDown() 44 TemporaryFile* tf_ = nullptr; member in unwindstack::MemoryFileTest 50 ASSERT_TRUE(memory_.Init(tf_->path, 0)); in TEST_F() 60 ASSERT_TRUE(memory_.Init(tf_->path, 10)); in TEST_F() 92 ASSERT_TRUE(memory_.Init(tf_->path, 2 * pagesize)); in TEST_F() 137 ASSERT_FALSE(memory_.Init(tf_->path, file_size)); in TEST_F() 154 ASSERT_TRUE(memory_.Init(tf_->path, 0)); in TEST_F() 177 ASSERT_TRUE(memory_.Init(tf_->path, 0)); in TEST_F() 261 ASSERT_TRUE(memory_.Init(tf_->path, 0)); in TEST_F() [all …]
|
H A D | MapInfoGetBuildIDTest.cpp | 46 tf_.reset(new TemporaryFile); in SetUp() 54 new MapInfo(nullptr, nullptr, 0x1000, 0x20000, 0, PROT_READ | PROT_WRITE, tf_->path)); in SetUp() 66 std::unique_ptr<TemporaryFile> tf_; member in unwindstack::MapInfoGetBuildIDTest 187 InitElfData(tf_->fd); in TEST_F() 194 InitElfData(tf_->fd); in TEST_F()
|