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

/system/core/adb/
H A Dadb_utils.cpp104 bool mkdirs(const std::string& path) { function
105 // TODO: all the callers do unlink && mkdirs && adb_creat ---
139 if (!mkdirs(parent)) {
/system/vold/
H A DVolumeManager.cpp642 int VolumeManager::mkdirs(const std::string& path) { function in class:VolumeManager
H A DVoldNativeService.cpp443 binder::Status VoldNativeService::mkdirs(const std::string& path) { function in class:android::vold::VoldNativeService
448 return translate(VolumeManager::Instance()->mkdirs(path));

Completed in 5516 milliseconds