Searched defs:rel_paths (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dchrome_finder.cc63 const std::vector<base::FilePath>& rel_paths,
66 for (size_t i = 0; i < rel_paths.size(); ++i) {
68 base::FilePath path = locations[j].Append(rel_paths[i]);
61 FindExe( const base::Callback<bool(const base::FilePath&)>& exists_func, const std::vector<base::FilePath>& rel_paths, const std::vector<base::FilePath>& locations, base::FilePath* out_path) argument
H A Dchrome_finder_unittest.cc26 const std::vector<base::FilePath>& rel_paths,
31 rel_paths,
44 std::vector<base::FilePath> rel_paths; local
45 rel_paths.push_back(found.BaseName());
49 AssertFound(found, existing_paths, rel_paths, locations));
59 std::vector<base::FilePath> rel_paths; local
60 rel_paths.push_back(first.BaseName());
61 rel_paths.push_back(second.BaseName());
65 AssertFound(first, existing_paths, rel_paths, locations));
76 std::vector<base::FilePath> rel_paths; local
24 AssertFound(const base::FilePath& found, const std::vector<base::FilePath>& existing_paths, const std::vector<base::FilePath>& rel_paths, const std::vector<base::FilePath>& locations) argument
90 std::vector<base::FilePath> rel_paths; local
[all...]

Completed in 1726 milliseconds