Searched refs:full_path_str (Results 1 – 1 of 1) sorted by relevance
660 const wchar_t* full_path_str = full_path.value().c_str(); in CreateDirectory() local661 DWORD fileattr = ::GetFileAttributes(full_path_str); in CreateDirectory()664 DVLOG(1) << "CreateDirectory(" << full_path_str << "), " in CreateDirectory()668 LOG(WARNING) << "CreateDirectory(" << full_path_str << "), " in CreateDirectory()687 if (!::CreateDirectory(full_path_str, NULL)) { in CreateDirectory()696 LOG(WARNING) << "Failed to create directory " << full_path_str in CreateDirectory()