Home
last modified time | relevance | path

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

/art/artd/
Dfile_utils_test.cc156 std::string file_2_path = scratch_dir_->GetPath() + "/file_2"; in TEST_F() local
159 std::unique_ptr<NewFile> new_file_2 = OR_FATAL(NewFile::Create(file_2_path, fs_permission_)); in TEST_F()
168 CheckContent(file_2_path, "new_file_2"); in TEST_F()
177 std::string file_2_path = scratch_dir_->GetPath() + "/file_2"; in TEST_F() local
180 ASSERT_TRUE(WriteStringToFile("old_file_2", file_2_path)); in TEST_F()
183 std::unique_ptr<NewFile> new_file_2 = OR_FATAL(NewFile::Create(file_2_path, fs_permission_)); in TEST_F()
192 CheckContent(file_2_path, "new_file_2"); in TEST_F()
201 std::string file_2_path = scratch_dir_->GetPath() + "/file_2"; in TEST_F() local
206 std::unique_ptr<NewFile> new_file_2 = OR_FATAL(NewFile::Create(file_2_path, fs_permission_)); in TEST_F()
215 CheckContent(file_2_path, "new_file_2"); in TEST_F()
[all …]