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

/frameworks/base/tools/aapt2/
H A DFiles.cpp93 bool mkdirs(const StringPiece& path) { function in namespace:aapt
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java826 public int mkdirs(String callingPkg, String path) throws RemoteException { method in class:IMountService.Stub.Proxy
1652 int result = mkdirs(callingPkg, path);
2089 public int mkdirs(String callingPkg, String path) throws RemoteException; method in interface:IMountService
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java2585 public int mkdirs(String callingPkg, String appPath) { method in class:MountService
2613 mConnector.execute("volume", "mkdirs", appPath);
2620 throw new SecurityException("Invalid mkdirs path: " + appFile);

Completed in 306 milliseconds