Home
last modified time | relevance | path

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

/system/core/fs_mgr/tests/
Dfile_wait_test.cpp33 test_file_ = temp_dir_.path + "/"s + tinfo->name(); in SetUp()
38 TemporaryDir temp_dir_; member in FileWaitTest
/system/update_engine/common/
Dtest_utils.cc243 EXPECT_TRUE(temp_dir_.CreateUniqueTempDir()); in ScopedLoopMounter()
244 *mnt_path = temp_dir_.GetPath().value(); in ScopedLoopMounter()
Dtest_utils.h147 base::ScopedTempDir temp_dir_;
Dprefs_unittest.cc146 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); in SetUp()
147 prefs_dir_ = temp_dir_.GetPath(); in SetUp()
158 base::ScopedTempDir temp_dir_; member in chromeos_update_engine::PrefsTest