Home | History | Annotate | Download | only in base

Lines Matching refs:full_path

656 bool CreateDirectory(const FilePath& full_path) {
660 const wchar_t* full_path_str = full_path.value().c_str();
678 FilePath parent_path(full_path.DirName());
679 if (parent_path.value() == full_path.value()) {
689 if (error_code == ERROR_ALREADY_EXISTS && DirectoryExists(full_path)) {