Home | History | Annotate | Download | only in base

Lines Matching full:createdirectory

295       CreateDirectory(to_path);
636 if (::CreateDirectory(path_to_create.value().c_str(), NULL)) {
656 bool CreateDirectory(const FilePath& full_path) {
664 DVLOG(1) << "CreateDirectory(" << full_path_str << "), "
668 LOG(WARNING) << "CreateDirectory(" << full_path_str << "), "
682 if (!CreateDirectory(parent_path)) {
687 if (!::CreateDirectory(full_path_str, NULL)) {