OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:forced_omaha_url_
(Results
1 - 3
of
3
) sorted by null
/system/update_engine/
update_attempter.cc
779
forced_omaha_url_
.clear();
786
forced_omaha_url_
= omaha_url;
789
forced_omaha_url_
= constants::kOmahaDefaultAUTestURL;
795
forced_omaha_url_
= constants::kOmahaDefaultAUTestURL;
[
all
...]
update_attempter.h
501
std::string
forced_omaha_url_
;
member in class:chromeos_update_engine::UpdateAttempter
update_attempter_unittest.cc
108
// Need to expose
forced_omaha_url_
so we can test it.
109
const string& forced_omaha_url() const { return
forced_omaha_url_
; }
[
all
...]
Completed in 44 milliseconds