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

/frameworks/base/core/java/android/os/storage/
H A DIMountService.java821 public int mkdirs(String callingPkg, String path) throws RemoteException { method in class:IMountService.Stub.Proxy
1296 int result = mkdirs(callingPkg, path);
1586 public int mkdirs(String callingPkg, String path) throws RemoteException; method in interface:IMountService
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java2402 public int mkdirs(String callingPkg, String appPath) { method in class:MountService
2429 mConnector.execute("volume", "mkdirs", voldPath);
2441 mConnector.execute("volume", "mkdirs", voldPath);
2453 mConnector.execute("volume", "mkdirs", voldPath);
2460 throw new SecurityException("Invalid mkdirs path: " + appPath);

Completed in 267 milliseconds