Home | History | Annotate | Download | only in wallpaper

Lines Matching defs:from_path

122   base::FilePath from_path = base_path.Append(user_id);
123 if (base::PathExists(from_path))
124 return base::Move(from_path, to_path);