Home
last modified time | relevance | path

Searched defs:writeFile (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DMediaScannerTest.java101 private void writeFile(int resid, String path) throws IOException { in writeFile() method in MediaScannerTest
109 private void writeFile(final String res, String path) throws IOException { in writeFile() method in MediaScannerTest
/cts/tests/filesystem/src/android/filesystem/cts/
DFileUtil.java124 public static void writeFile(File file, byte[] data, boolean append) throws IOException { in writeFile() method in FileUtil
/cts/tests/wearable/src/android/wearable/cts/
DWearableSensingManagerIsolatedServiceTest.java561 private void writeFile(String absolutePath, String content) throws Exception { in writeFile() method in WearableSensingManagerIsolatedServiceTest
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebSettingsTest.java1023 private void writeFile(String filename, String content) throws Exception { in writeFile() method in WebSettingsTest