Home
last modified time | relevance | path

Searched refs:getvar (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/extras/tests/bootloader/
H A Dbootloadertest.py54 val = self.fastboot.getvar(varname)
82 val = self.fastboot.getvar("slot-count")
136 self.assertIsNone(self.fastboot.getvar("fhqwhgads"))
182 self.assertEqual(slot, self.fastboot.getvar("current-slot"))
183 self.assertEqual("no", self.fastboot.getvar("slot-unbootable:"+slot))
184 self.assertEqual("no", self.fastboot.getvar("slot-successful:"+slot))
191 self.assertEqual(slot, self.fastboot.getvar("current-slot"))
192 self.assertEqual("no", self.fastboot.getvar("slot-unbootable:"+slot))
206 self.assertEqual("yes", self.fastboot.getvar("has-slot:system"))
207 self.assertEqual("yes", self.fastboot.getvar("has-slot:boot"))
[all …]
/aosp12/system/core/fastboot/
H A DREADME.md78 Client: "FAILUnknown variable" getvar failure; see getvar details below
410 [fastboot "getvar" commands, S = 0x0001]
413 0x03 0x00 0x00 0x01 getvar:version
417 0x03 0x00 0x00 0x03 getvar:none
463 0x03 0x00 0x00 0x00 getvar:version [lost]
464 0x03 0x00 0x00 0x00 getvar:version [lost]
465 0x03 0x00 0x00 0x00 getvar:version
474 0x03 0x00 0x00 0x00 getvar:version
476 0x03 0x00 0x00 0x00 getvar:version
478 0x03 0x00 0x00 0x00 getvar:version
[all …]
/aosp12/system/core/fastboot/fuzzy_fastboot/
H A DREADME.md57 #### `<getvar>` Element
58 Inside the `<getvar></getvar>` element pairs, one should list all the device's getvar
63 <getvar>
68 </getvar>
208 <!-- All the device getvar variables should be listed here -->
209 <getvar>
212 </getvar>
310 getvar:unlocked response was not 'no' or 'yes': no
323 [WRITE 0ms](15 bytes): "getvar:unlocked"
H A Dextensions.cpp205 Configuration::GetVar getvar{reg, MakeRegex(reg, var->GetLineNum()), var->GetLineNum()}; in ExtractGetVars() local
206 config->getvars[key] = std::move(getvar); in ExtractGetVars()
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmutils.h384 extern char *getvar(char *vars, const char *name);
/aosp12/system/core/fs_mgr/tests/
H A Dadb-remount-test.sh538 local O=`fastboot getvar ${1} 2>&1`