Home | History | Annotate | Download | only in fileapi

Lines Matching refs:test_path

71     base::WriteFile(test_path(), kTestData, kTestDataSize);
73 ASSERT_TRUE(base::GetFileInfo(test_path(), &info));
99 ASSERT_TRUE(base::TouchFile(test_path(),
109 base::FilePath test_path() const { return dir_.path().AppendASCII("test"); }
161 CreateFileReader(test_path(), 0, test_file_modification_time()));
175 CreateFileReader(test_path(), 0, test_file_modification_time()));
183 reader.reset(CreateFileReader(test_path(), 0, base::Time()));
192 CreateFileReader(test_path(), 3, base::Time()));
203 CreateFileReader(test_path(), 0, test_file_modification_time()));
217 CreateFileReader(test_path(), 0, test_file_modification_time()));
226 reader.reset(CreateFileReader(test_path(), 0, base::Time()));
234 CreateFileReader(test_path(), 3, base::Time()));
244 CreateFileReader(test_path(), 0, base::Time()));