Home
last modified time | relevance | path

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

/system/media/brillo/audio/audioservice/test/
Daudio_volume_handler_test.cpp45 EXPECT_TRUE(temp_dir_.CreateUniqueTempDir()); in SetUp()
46 volume_file_path_ = temp_dir_.path().Append("vol_file"); in SetUp()
59 ScopedTempDir temp_dir_; member in brillo::AudioVolumeHandlerTest
Daudio_device_handler_test.cpp43 EXPECT_TRUE(temp_dir_.CreateUniqueTempDir()); in SetUp()
44 h2w_file_path_ = temp_dir_.path().Append("h2wstate"); in SetUp()
61 ScopedTempDir temp_dir_; member in brillo::AudioDeviceHandlerTest
/system/update_engine/common/
Dtest_utils.cc249 EXPECT_TRUE(temp_dir_.CreateUniqueTempDir()); in ScopedLoopMounter()
250 *mnt_path = temp_dir_.path().value(); in ScopedLoopMounter()
Dprefs_unittest.cc46 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); in SetUp()
47 prefs_dir_ = temp_dir_.path(); in SetUp()
56 base::ScopedTempDir temp_dir_; member in chromeos_update_engine::PrefsTest
Dtest_utils.h186 base::ScopedTempDir temp_dir_;