Searched refs:existing_paths (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dchrome_finder_unittest.cc25 const std::vector<base::FilePath>& existing_paths,
30 base::Bind(&PathIn, existing_paths),
42 std::vector<base::FilePath> existing_paths; local
43 existing_paths.push_back(found);
49 AssertFound(found, existing_paths, rel_paths, locations));
56 std::vector<base::FilePath> existing_paths; local
57 existing_paths.push_back(first);
58 existing_paths.push_back(second);
65 AssertFound(first, existing_paths, rel_paths, locations));
73 std::vector<base::FilePath> existing_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
89 std::vector<base::FilePath> existing_paths; local
[all...]
/external/jsoncpp/
H A Dmakerelease.py202 existing_paths = set() variable
215 existing_paths.add( path[0] )
217 paths_to_remove = existing_paths - upload_paths

Completed in 96 milliseconds