Home
last modified time | relevance | path

Searched refs:temp_dir_ (Results 1 – 5 of 5) 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/bt/gd/storage/
Dstorage_module_test.cc108 temp_dir_ = std::filesystem::temp_directory_path(); in SetUp()
109 temp_config_ = temp_dir_ / "temp_config.txt"; in SetUp()
110 temp_backup_config_ = temp_dir_ / "temp_config.bak"; in SetUp()
129 std::filesystem::path temp_dir_; member in testing::StorageModuleTest
/system/update_engine/common/
Dtest_utils.cc243 EXPECT_TRUE(temp_dir_.CreateUniqueTempDir()); in ScopedLoopMounter()
244 *mnt_path = temp_dir_.GetPath().value(); in ScopedLoopMounter()
Dprefs_unittest.cc129 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); in SetUp()
130 prefs_dir_ = temp_dir_.GetPath(); in SetUp()
141 base::ScopedTempDir temp_dir_; member in chromeos_update_engine::PrefsTest
Dtest_utils.h168 base::ScopedTempDir temp_dir_;