Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path_watcher_unittest.cc597 FilePath source_subdir(source_dir.AppendASCII("subdir")); in TEST_F() local
598 FilePath source_file(source_subdir.AppendASCII("file")); in TEST_F()
604 ASSERT_TRUE(base::CreateDirectory(source_subdir)); in TEST_F()