Home | History | Annotate | Download | only in profiles

Lines Matching refs:long_path

267     std::vector<wchar_t> long_path(length);
268 if (GetLongPathName(path.value().c_str(), &long_path[0], length) != 0)
269 return base::FilePath(&long_path[0]);