Home | History | Annotate | Download | only in profiles

Lines Matching refs:long_path

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