Home | History | Annotate | Download | only in util

Lines Matching defs:target_path

1202   // - |target_path| matches |desired_target_compare_|.
1203 bool Match(const base::FilePath& target_path, const string16& args) const;
1217 bool FilterTargetEq::Match(const base::FilePath& target_path,
1219 return desired_target_compare_.EvaluatePath(target_path);
1274 base::FilePath target_path;
1279 if (base::win::ResolveShortcut(shortcut_path, &target_path, &args)) {
1280 if (shortcut_filter.Run(target_path, args) &&