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

/frameworks/base/tools/aapt2/util/
H A DFiles.cpp97 bool mkdirs(const StringPiece& path) { function in namespace:aapt::file
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java844 public int mkdirs(String callingPkg, String path) throws RemoteException { method in class:IMountService.Stub.Proxy
1864 int result = mkdirs(callingPkg, path);
2398 public int mkdirs(String callingPkg, String path) throws RemoteException; method in interface:IMountService
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java2983 public int mkdirs(String callingPkg, String appPath) { method in class:MountService
3011 mConnector.execute("volume", "mkdirs", appPath);
3018 throw new SecurityException("Invalid mkdirs path: " + appFile);

Completed in 3654 milliseconds