Searched refs:saved_temp_file_ (Results 1 – 1 of 1) sorted by relevance
44 base::FilePath saved_temp_file_ = temp_dir_.path().Append("saved_temp.conf"); in TEST_F() local54 ASSERT_TRUE(store_.Save(saved_temp_file_)); in TEST_F()56 ASSERT_TRUE(ReadFileToString(FilePath(saved_temp_file_), &read_blob)); in TEST_F()