Searched refs:file_1_path (Results 1 – 1 of 1) sorted by relevance
155 std::string file_1_path = scratch_dir_->GetPath() + "/file_1"; in TEST_F() local158 std::unique_ptr<NewFile> new_file_1 = OR_FATAL(NewFile::Create(file_1_path, fs_permission_)); in TEST_F()167 CheckContent(file_1_path, "new_file_1"); in TEST_F()176 std::string file_1_path = scratch_dir_->GetPath() + "/file_1"; in TEST_F() local179 ASSERT_TRUE(WriteStringToFile("old_file_1", file_1_path)); in TEST_F()182 std::unique_ptr<NewFile> new_file_1 = OR_FATAL(NewFile::Create(file_1_path, fs_permission_)); in TEST_F()191 CheckContent(file_1_path, "new_file_1"); in TEST_F()200 std::string file_1_path = scratch_dir_->GetPath() + "/file_1"; in TEST_F() local203 ASSERT_TRUE(WriteStringToFile("old_file_1", file_1_path)); // No old_file_2. in TEST_F()205 std::unique_ptr<NewFile> new_file_1 = OR_FATAL(NewFile::Create(file_1_path, fs_permission_)); in TEST_F()[all …]