OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:installation_locations
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/test/chromedriver/chrome/
chrome_finder.cc
27
std::vector<base::FilePath>
installation_locations
;
local
30
installation_locations
.push_back(local_app_data);
32
installation_locations
.push_back(program_files);
34
installation_locations
.push_back(program_files_x86);
36
for (size_t i = 0; i <
installation_locations
.size(); ++i) {
38
installation_locations
[i].Append(L"Google\\Chrome\\Application"));
40
for (size_t i = 0; i <
installation_locations
.size(); ++i) {
42
installation_locations
[i].Append(L"Chromium\\Application"));
Completed in 441 milliseconds