Searched refs:full_path_str (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/files/
H A Dfile_util_win.cc380 const wchar_t* full_path_str = full_path.value().c_str(); local
381 DWORD fileattr = ::GetFileAttributes(full_path_str);
384 DVLOG(1) << "CreateDirectory(" << full_path_str << "), "
388 DLOG(WARNING) << "CreateDirectory(" << full_path_str << "), "
416 if (!::CreateDirectory(full_path_str, NULL)) {
427 DLOG(WARNING) << "Failed to create directory " << full_path_str

Completed in 844 milliseconds