OSDN Git Service

Add mkdirs() command.
authorJeff Sharkey <jsharkey@android.com>
Wed, 18 Sep 2013 00:24:38 +0000 (17:24 -0700)
committerJeff Sharkey <jsharkey@android.com>
Fri, 20 Sep 2013 21:29:59 +0000 (14:29 -0700)
commit71ebe154a5fbbb4b394a439ff0b6b9c84fbd04f5
tree7da0d30b76de8c2e51d7de647e108a218a7e1fc1
parente550f78a3ff5985ba21cac263629c957500ef4e4
Add mkdirs() command.

Apps without sdcard_r or sdcard_rw need to have someone create
package-specific directories on their behalf.  If apps have trouble
creating on their own, they now delegate through system to have
vold create the paths.

Requires that the requested path is actually managed by vold.

Bug: 10577808
Change-Id: I6835fc8f52240f9de07f89742a426a153e3ca32a
CommandListener.cpp
VolumeManager.cpp
VolumeManager.h