Searched refs:TestFileUtil (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
H A DScalableTimeout.java19 char[] data = TestFileUtil.readUtf8File(PROPERTY_FILE, 32);
H A DTestFileUtil.java21 public class TestFileUtil { class
/external/chromium_org/content/public/test/
H A Dtest_file_system_backend.cc41 class TestFileUtil : public storage::LocalFileUtil { class in namespace:content::__anon7684
43 explicit TestFileUtil(const base::FilePath& base_path) function in class:content::__anon7684::TestFileUtil
45 virtual ~TestFileUtil() {}
220 new storage::AsyncFileUtilAdapter(new TestFileUtil(base_path))),
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/printing/
H A DPrintingControllerTest.java19 import org.chromium.base.test.util.TestFileUtil;
141 TestFileUtil.deleteFile(tempFile.getAbsolutePath());
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAwContentsClientShouldInterceptRequestTest.java20 import org.chromium.base.test.util.TestFileUtil;
751 TestFileUtil.deleteFile(fileName); // Remove leftover file if any.
752 TestFileUtil.createNewHtmlFile(fileName, title, "");
H A DAwSettingsTest.java34 import org.chromium.base.test.util.TestFileUtil;
889 TestFileUtil.createNewHtmlFile(fileName,
904 TestFileUtil.deleteFile(fileName);
2011 TestFileUtil.deleteFile(fileName); // Remove leftover file if any.
2012 TestFileUtil.createNewHtmlFile(fileName, "unset", pageHtml);
2032 if (fileName != null) TestFileUtil.deleteFile(fileName);

Completed in 7297 milliseconds