Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_enumerator_unittest.cc191 const FilePath subdir_bar = path.AppendASCII("bar"); in TEST() local
193 ASSERT_TRUE(CreateDirectory(subdir_bar)); in TEST()
198 EXPECT_THAT(files, UnorderedElementsAre(subdir_foo, subdir_bar)); in TEST()
280 const FilePath subdir_bar = temp_dir.GetPath().AppendASCII("bar_subdir"); in TEST() local
284 const FilePath bar_test = subdir_bar.AppendASCII("test.txt"); in TEST()
285 const FilePath bar_foo = subdir_bar.AppendASCII("foo.txt"); in TEST()
286 const FilePath bar_bar = subdir_bar.AppendASCII("bar.txt"); in TEST()
289 ASSERT_TRUE(CreateDirectory(subdir_bar)); in TEST()