Home | History | Annotate | Download | only in fileapi

Lines Matching refs:test_file

60   base::FilePath test_file;
61 if (!PathService::Get(base::DIR_SOURCE_ROOT, &test_file))
63 return test_file.AppendASCII("media").AppendASCII("test").AppendASCII("data");
126 base::FilePath test_file = src_path.AppendASCII(filename);
128 file_util::WriteFile(test_file, content.data(), test_file_size_));
263 base::FilePath test_file = GetMediaTestDir();
264 ASSERT_FALSE(test_file.empty());
265 test_file = test_file.AppendASCII("sfx.ogg");
266 MoveTestFromFile("sfx.ogg", test_file, true);
270 base::FilePath test_file = GetMediaTestDir();
271 ASSERT_FALSE(test_file.empty());
272 test_file = test_file.AppendASCII("no_streams.webm");
273 MoveTestFromFile("no_streams.webm", test_file, false);
277 base::FilePath test_file = GetMediaTestDir();
278 ASSERT_FALSE(test_file.empty());
279 test_file = test_file.AppendASCII("bear-320x240-multitrack.webm");
280 MoveTestFromFile("multitrack.webm", test_file, true);