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

/external/chromium/base/
H A Dfile_util_win.cc625 FilePath path_to_create; local
635 path_to_create = base_dir.Append(new_dir_name);
636 if (::CreateDirectory(path_to_create.value().c_str(), NULL)) {
637 *new_dir = path_to_create;

Completed in 120 milliseconds