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

/external/webrtc/test/testsupport/
H A Dfileutils.cc77 if (!CreateDirectory(path)) {
93 bool CreateDirectory(std::string directory_name) { function in namespace:webrtc::test
/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 42 milliseconds