Home
last modified time | relevance | path

Searched defs:GetVarAll (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/bootable/libbootloader/gbl/docs/
H A Dgbl_efi_fastboot_protocol.md189 ### Summary
193 ### Prototype
205 ### Parameters
223 ### Related Definitions
251 ### Description
257 ### Status Codes Returned
/aosp_15_r20/system/core/fastboot/device/
H A Dcommands.cpp154 static bool GetVarAll(FastbootDevice* device) { in GetVarAll() function
/aosp_15_r20/system/core/fastboot/
H A Dfastboot_driver.cpp106 RetCode FastBootDriver::GetVarAll(std::vector<std::string>* response) { in GetVarAll() function in fastboot::FastBootDriver
/aosp_15_r20/system/core/fastboot/fuzzy_fastboot/
H A Dmain.cpp385 TEST_F(Conformance, GetVarAll) { in TEST_F() argument