Searched defs:fake_super (Results 1 – 2 of 2) sorted by relevance
75 explicit TestDeviceInfo(const std::string& fake_super) { set_fake_super(fake_super); } in TestDeviceInfo()76 TestDeviceInfo(const std::string& fake_super, const std::string& slot_suffix) in TestDeviceInfo()
80 std::string fake_super; variable