Home
last modified time | relevance | path

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

/external/libbrillo/brillo/
Dkey_value_store_unittest.cc44 base::FilePath saved_temp_file_ = temp_dir_.path().Append("saved_temp.conf"); in TEST_F() local
54 ASSERT_TRUE(store_.Save(saved_temp_file_)); in TEST_F()
56 ASSERT_TRUE(ReadFileToString(FilePath(saved_temp_file_), &read_blob)); in TEST_F()