Searched refs:GetSuffix (Results 1 – 6 of 6) sorted by relevance
40 const char* GetSuffix(unsigned int slot);
77 return impl.GetSuffix(slot); in BootControl_getSuffix()
372 const char* BootControl::GetSuffix(unsigned int slot) { in GetSuffix() function in android::bootable::BootControl
309 const char* GetSuffix(boot_control_module_t* module, unsigned int slot) { in GetSuffix() function343 .getSuffix = GetSuffix,
100 const char* suffix = impl_.GetSuffix(slot); in getSuffix()
172 TEST_P(BootHidlTest, GetSuffix) { in TEST_P() argument