OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kOmahaDefaultProductionURL
(Results
1 - 8
of
8
) sorted by null
/system/update_engine/common/
platform_constants.h
26
extern const char
kOmahaDefaultProductionURL
[];
platform_constants_android.cc
22
const char
kOmahaDefaultProductionURL
[] =
platform_constants_chromeos.cc
22
const char
kOmahaDefaultProductionURL
[] =
/system/update_engine/
image_properties_android_unittest.cc
65
EXPECT_EQ(constants::
kOmahaDefaultProductionURL
, props.omaha_url);
image_properties_android.cc
124
result.omaha_url = constants::
kOmahaDefaultProductionURL
;
image_properties_chromeos.cc
117
constants::
kOmahaDefaultProductionURL
);
omaha_request_params_unittest.cc
99
EXPECT_EQ(constants::
kOmahaDefaultProductionURL
, params_.update_url());
update_attempter.cc
[
all
...]
Completed in 326 milliseconds