Home
last modified time | relevance | path

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

/art/runtime/base/unix_file/
Dmapped_file_test.cc130 const std::string bad_path(GetTmpPath("does-not-exist.txt")); in TEST_F() local
132 EXPECT_FALSE(file.Open(bad_path, MappedFile::kReadOnlyMode)); in TEST_F()