Home
last modified time | relevance | path

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

/art/libartbase/base/unix_file/
Dfd_file_test.cc55 std::string good_path(GetTmpPath("some-file.txt")); in TEST_F() local
56 FdFile file(good_path, O_CREAT | O_WRONLY, true); in TEST_F()
65 FdFile file2(good_path, O_RDONLY, true); in TEST_F()
71 ASSERT_EQ(unlink(good_path.c_str()), 0); in TEST_F()