Home
last modified time | relevance | path

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

/packages/apps/Browser2/src/org/chromium/webview_shell/
DWebViewLayoutTest.java148 private static void writeFile(final String fileName, final String contents, boolean overwrite) in writeFile() method in WebViewLayoutTest
/packages/apps/Camera2/src/com/android/camera/
DStorage.java303 public static long writeFile(String path, byte[] jpeg, ExifInterface exif) throws IOException { in writeFile() method in Storage
353 private static long writeFile(String path, byte[] data) { in writeFile() method in Storage