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
1332 int result = mkdirs(callingPkg, path);
1635 public int mkdirs(String callingPkg, String path) throws RemoteException; method in interface:IMountService
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java2448 public int mkdirs(String callingPkg, String appPath) { method in class:MountService
2475 mConnector.execute("volume", "mkdirs", voldPath);
2487 mConnector.execute("volume", "mkdirs", voldPath);
2499 mConnector.execute("volume", "mkdirs", voldPath);
2506 throw new SecurityException("Invalid mkdirs path: " + appPath);

Completed in 2272 milliseconds