HomeSort by relevance Sort by last modified time
    Searched refs:os_sp (Results 1 - 3 of 3) sorted by null

  /system/update_engine/
omaha_request_params_unittest.cc 114 EXPECT_EQ(string("0.2.2.3_") + GetMachineType(), out.os_sp());
137 EXPECT_EQ(string("0.2.2.3_") + GetMachineType(), out.os_sp());
157 EXPECT_EQ(string("0.2.2.3_") + GetMachineType(), out.os_sp());
174 EXPECT_EQ(string("0.2.2.3_") + GetMachineType(), out.os_sp());
190 EXPECT_EQ(string("_") + GetMachineType(), out.os_sp());
208 EXPECT_EQ(string("ForcedVersion_") + GetMachineType(), out.os_sp());
227 EXPECT_EQ(string("0.2.2.3_") + GetMachineType(), out.os_sp());
247 EXPECT_EQ(string("0.2.2.3_") + GetMachineType(), out.os_sp());
285 EXPECT_EQ(string("0.2.2.3_") + GetMachineType(), out.os_sp());
439 EXPECT_EQ(string("0.2.2.3_") + GetMachineType(), out.os_sp());
    [all...]
omaha_request_params.h 103 inline std::string os_sp() const { return os_sp_; } function in class:chromeos_update_engine::OmahaRequestParams
omaha_request_action.cc 278 "sp=\"" + XmlEncodeWithDefault(params->os_sp(), "") + "\">"
    [all...]

Completed in 85 milliseconds