Searched refs:rel_paths (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
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...]
H A Dchrome_finder.h23 const std::vector<base::FilePath>& rel_paths,
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
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Dmain.py68 rel_paths = []
93 rel_paths.append(rel_path)
95 paths = rel_paths
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DDependencies.py331 def normalize_existing(base_path, rel_paths):
332 return normalize_existing0(os.path.dirname(base_path), tuple(set(rel_paths)))
335 def normalize_existing0(base_dir, rel_paths):
337 for rel in rel_paths:

Completed in 151 milliseconds