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

/external/chromium/base/
H A Dfile_util_proxy.cc413 if (!file_util::CreateDirectory(file_path_))
796 bool FileUtilProxy::CreateDirectory( function in class:base::FileUtilProxy
H A Dfile_util_posix.cc488 bool CreateDirectory(const FilePath& full_path) { function in namespace:file_util
H A Dfile_util_win.cc295 CreateDirectory(to_path);
636 if (::CreateDirectory(path_to_create.value().c_str(), NULL)) {
656 bool CreateDirectory(const FilePath& full_path) { function in namespace:file_util
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)) {

Completed in 566 milliseconds