MCPcopy Create free account
hub / github.com/FongMi/TV / root

Method root

catvod/src/main/java/com/github/catvod/utils/Path.java:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 public static File root() {
38 return Environment.getExternalStorageDirectory();
39 }
40
41 public static File cache() {
42 return Init.context().getCacheDir();

Callers 15

isRootMethod · 0.95
checkPermissionMethod · 0.95
uploadMethod · 0.95
newFolderMethod · 0.95
deleteMethod · 0.95
getFolderMethod · 0.95
isRootMethod · 0.95
checkPermissionMethod · 0.95
rootPathMethod · 0.95
tvMethod · 0.95
localMethod · 0.95
LiFunction · 0.80

Calls 1

mkdirMethod · 0.95

Tested by

no test coverage detected