Home | History | Annotate | Download | only in download

Lines Matching refs:target_path

169   base::FilePath target_path(suggested_path.NormalizePathSeparators());
170 base::FilePath target_dir = target_path.DirName();
171 base::FilePath filename = target_path.BaseName();
194 target_path = target_dir.Append(filename);
203 if (limit <= 0 || !TruncateFileName(&target_path, limit))
208 if (!name_too_long && IsPathInUse(target_path)) {
221 base::FilePath path_to_check(target_path);
234 target_path = path_to_check;
243 reservations[key] = target_path;
245 *reserved_path = target_path;
348 const base::FilePath& target_path,
365 target_path,