Searched refs:mkdirs (Results 1 - 6 of 6) sorted by relevance

/system/vold/
H A DVolumeManager.h151 int mkdirs(char* path);
H A DCommandListener.cpp206 } else if (!strcmp(argv[1], "mkdirs")) {
208 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume mkdirs <path>", false);
211 rc = vm->mkdirs(argv[2]);
H A DVolumeManager.cpp1887 int VolumeManager::mkdirs(char* path) { function in class:VolumeManager
/system/core/adb/
H A Dfile_sync_service.c47 static int mkdirs(char *name) function
188 if(mkdirs(path) != 0) {
298 if(mkdirs(path) != 0) {
H A Dfile_sync_client.c405 static int mkdirs(const char *name) function
470 mkdirs(lpath);
H A Dcommandline.c853 static int mkdirs(const char *path) function
899 mkdirs(filename);

Completed in 207 milliseconds