Home
last modified time | relevance | path

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

/art/runtime/base/unix_file/
Dmapped_file_test.cc126 const std::string new_path(GetTmpPath("new-file.txt")); in TEST_F() local
127 ASSERT_EQ(-1, unlink(new_path.c_str())); in TEST_F()
131 ASSERT_TRUE(file.Open(new_path, MappedFile::kReadWriteMode)); in TEST_F()
141 FdFile new_file(TEMP_FAILURE_RETRY(open(new_path.c_str(), O_RDONLY)), false); in TEST_F()
145 EXPECT_EQ(0, unlink(new_path.c_str())); in TEST_F()