Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_enumerator_unittest.cc285 const FilePath bar_foo = subdir_bar.AppendASCII("foo.txt"); in TEST() local
294 ASSERT_TRUE(CreateDummyFile(bar_foo)); in TEST()
309 EXPECT_THAT(files, UnorderedElementsAre(subdir_foo, foo_foo, bar_foo)); in TEST()