Searched refs:mkdirs (Results 1 – 6 of 6) sorted by relevance
147 bool mkdirs(const std::string& path) { in mkdirs() function182 if (!mkdirs(parent)) { in mkdirs()
41 bool mkdirs(const std::string& path);
902 if (!mkdirs(ci.lpath)) { in copy_remote_dir_local()
195 int mkdirs(char* path);
190 return sendGenericOkFail(cli, vm->mkdirs(argv[2])); in runCommand()
1876 int VolumeManager::mkdirs(char* path) { in mkdirs() function in VolumeManager