Searched refs:temp_dir_ (Results 1 – 5 of 5) sorted by relevance
33 test_file_ = temp_dir_.path + "/"s + tinfo->name(); in SetUp()38 TemporaryDir temp_dir_; member in FileWaitTest
108 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
243 EXPECT_TRUE(temp_dir_.CreateUniqueTempDir()); in ScopedLoopMounter()244 *mnt_path = temp_dir_.GetPath().value(); in ScopedLoopMounter()
129 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
168 base::ScopedTempDir temp_dir_;