Searched defs:mkdirs (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/storage/
H A DIMountService.java741 public int mkdirs(String callingPkg, String path) throws RemoteException { method in class:IMountService.Stub.Proxy
1179 int result = mkdirs(callingPkg, path);
1414 public int mkdirs(String callingPkg, String path) throws RemoteException; method in interface:IMountService
/frameworks/base/services/java/com/android/server/
H A DMountService.java2161 public int mkdirs(String callingPkg, String appPath) { method in class:MountService
2188 mConnector.execute("volume", "mkdirs", voldPath);
2200 mConnector.execute("volume", "mkdirs", voldPath);
2207 throw new SecurityException("Invalid mkdirs path: " + appPath);

Completed in 4790 milliseconds