Home
last modified time | relevance | path

Searched refs:token (Results 1 – 8 of 8) sorted by relevance

/bootable/libbootloader/gbl/libgbl/src/
Dlib.rs420 let (kernel_image, token) = self.lvb_inner( in load_verify_boot()
429 self.kernel_jump(kernel_image, ramdisk, dtb, token) in load_verify_boot()
532 let token = slot_cursor.ctx.mark_boot_attempt().map_err(|_| Error::OperationProhibited)?; in lvb_inner() localVariable
534 Ok((kernel_image, token)) in lvb_inner()
/bootable/deprecated-ota/edify/
Dparser.yy66 %token AND OR SUBSTR SUPERSTR EQ NE IF THEN ELSE ENDIF
67 %token <str> STRING BAD
/bootable/recovery/tools/image_generator/
DImageGenerator.java411 String token = text.substring(start, end); in wrapText() local
412 int tokenWidth = metrics.stringWidth(token); in wrapText()
414 if (token.contains(ANDROID_STRING) in wrapText()
425 line.append(token); in wrapText()
/bootable/libbootloader/gbl/libgbl/src/slots/
Dandroid.rs341 let token = self.take_boot_token().ok_or(Error::OperationProhibited)?; in mark_boot_attempt() localVariable
342 Ok(token) in mark_boot_attempt()
345 let token = self.take_boot_token().ok_or(Error::OperationProhibited)?; in mark_boot_attempt() localVariable
346 Ok(token) in mark_boot_attempt()
Dfuchsia.rs235 let token = self.take_boot_token().ok_or(Error::OperationProhibited)?; in mark_boot_attempt() localVariable
236 Ok(token) in mark_boot_attempt()
239 let token = self.take_boot_token().ok_or(Error::OperationProhibited)?; in mark_boot_attempt() localVariable
240 Ok(token) in mark_boot_attempt()
/bootable/deprecated-ota/updater/
Dcommands.cpp107 const std::string& token = tokens[pos++]; in ParseTargetInfoAndSourceInfo() local
109 if (!android::base::ParseUint(token, &src_blocks)) { in ParseTargetInfoAndSourceInfo()
110 *err = "invalid src_block_count \""s + token + "\""; in ParseTargetInfoAndSourceInfo()
Dblockimg.cpp999 const std::string& token = params.tokens[params.cpos++]; in LoadSourceBlocks() local
1000 if (!android::base::ParseUint(token, src_blocks)) { in LoadSourceBlocks()
1001 LOG(ERROR) << "invalid src_block_count \"" << token << "\""; in LoadSourceBlocks()
/bootable/recovery/updater_sample/
DREADME.md108 e.g. `Authorization` header to contain valid auth token. While performing