Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DFiles.java28 public static void deleteRecursively(File file) { in deleteRecursively() method in Files
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DFileUtils.java28 public static boolean deleteRecursively(final File path) { in deleteRecursively() method in FileUtils