HomeSort by relevance Sort by last modified time
    Searched defs:CreateDirectory (Results 1 - 4 of 4) sorted by null

  /external/webrtc/test/testsupport/
fileutils.cc 77 if (!CreateDirectory(path)) {
93 bool CreateDirectory(std::string directory_name) {
  /external/chromium/base/
file_util_posix.cc 488 bool CreateDirectory(const FilePath& full_path) {
file_util_proxy.cc 413 if (!file_util::CreateDirectory(file_path_))
796 bool FileUtilProxy::CreateDirectory(
file_util_win.cc 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)) {
    [all...]

Completed in 73 milliseconds