Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A DREADME.md87 Client: "FAILUnknown variable" getvar failure; see getvar details below
419 [fastboot "getvar" commands, S = 0x0001]
422 0x03 0x00 0x00 0x01 getvar:version
426 0x03 0x00 0x00 0x03 getvar:none
472 0x03 0x00 0x00 0x00 getvar:version [lost]
473 0x03 0x00 0x00 0x00 getvar:version [lost]
474 0x03 0x00 0x00 0x00 getvar:version
483 0x03 0x00 0x00 0x00 getvar:version
485 0x03 0x00 0x00 0x00 getvar:version
487 0x03 0x00 0x00 0x00 getvar:version
[all …]
/aosp14/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()
/aosp14/system/core/fs_mgr/tests/
H A Dadb-remount-test.sh562 local O=`fastboot getvar ${1} 2>&1`