Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/AppDataIsolationTestApp/common/src/com/android/cts/appdataisolation/common/
DFileUtils.java133 public static void deleteFile(String path, String name) throws IOException { in deleteFile() method in FileUtils
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsTestActivity.java595 StringBuilder summary, String path, boolean deleteFile) { in appendFileContentToSummary()