Home
last modified time | relevance | path

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

/art/runtime/base/unix_file/
Dfd_file_test.cc51 std::string good_path(GetTmpPath("some-file.txt")); in TEST_F() local
53 ASSERT_TRUE(file.Open(good_path, O_CREAT | O_WRONLY)); in TEST_F()
60 EXPECT_TRUE(file.Open(good_path, O_RDONLY)); in TEST_F()
65 ASSERT_EQ(unlink(good_path.c_str()), 0); in TEST_F()