Home
last modified time | relevance | path

Searched refs:file (Results 1 – 11 of 11) sorted by relevance

/webkit/integration-tests/testapp/src/androidTest/java/com/example/androidx/webkit/
DProcessGlobalConfigActivityTestAppTest.java54 File file = new File(ContextCompat.getDataDir(ApplicationProvider.getApplicationContext()), in testSetDataDirectorySuffix() local
58 deleteDirectory(file); in testSetDataDirectorySuffix()
61 if (file.exists()) { in testSetDataDirectorySuffix()
70 assertTrue(file.exists()); in testSetDataDirectorySuffix()
111 for (File file : allContents) { in deleteDirectory()
112 deleteDirectory(file); in deleteDirectory()
/webkit/webkit/src/main/java/androidx/webkit/internal/
DAssetHelper.java126 public static @NonNull InputStream openFile(@NonNull File file) throws FileNotFoundException, in openFile() argument
128 FileInputStream fis = new FileInputStream(file); in openFile()
129 return handleSvgzStream(file.getPath(), fis); in openFile()
162 public static @NonNull String getCanonicalDirPath(@NonNull File file) throws IOException { in getCanonicalDirPath() argument
163 String canonicalPath = file.getCanonicalPath(); in getCanonicalDirPath()
/webkit/integration-tests/common/src/main/java/androidx/webkit/test/common/
DWebkitUtils.java260 public static void writeToFile(@NonNull File file, @NonNull String content) in writeToFile() argument
262 file.getParentFile().mkdirs(); in writeToFile()
263 try (FileOutputStream fos = new FileOutputStream(file)) { in writeToFile()
281 for (File file : files) { in recursivelyDeleteFile()
282 recursivelyDeleteFile(file); in recursivelyDeleteFile()
/webkit/integration-tests/common/
Dbuild.gradle5 * you may not use this file except in compliance with the License.
18 * This file was created using the `create_project.py` script located in the
/webkit/chips-enabled-integration-tests/instrumentation/
Dbuild.gradle5 * you may not use this file except in compliance with the License.
18 * This file was created using the `create_project.py` script located in the
/webkit/webkit/
Dbuild.gradle5 * you may not use this file except in compliance with the License.
18 * This file was created using the `create_project.py` script located in the
Dproguard-rules.pro4 # you may not use this file except in compliance with the License.
/webkit/webkit/src/main/java/androidx/webkit/
DWebViewAssetLoader.java361 File file = AssetHelper.getCanonicalFileIfChild(mDirectory, path); in handle() local
362 if (file != null) { in handle()
363 InputStream is = AssetHelper.openFile(file); in handle()
/webkit/integration-tests/testapp/
Dbuild.gradle5 * you may not use this file except in compliance with the License.
18 * This file was created using the `create_project.py` script located in the
/webkit/
DREADME.md21 Add this to your `build.gradle` file:
43 please [file a
/webkit/integration-tests/instrumentation/
Dbuild.gradle2 * This file was created using the `create_project.py` script located in the