OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:locale_string_offset
(Results
1 - 3
of
3
) sorted by null
/external/vboot_reference/firmware/include/
bmpblk_header.h
67
uint32_t
locale_string_offset
;
member in struct:BmpBlockHeader
/external/vboot_reference/utility/
bmpblk_util.c
433
if (hdr->
locale_string_offset
) {
434
char *loc_ptr = (char *)ptr + hdr->
locale_string_offset
;
bmpblk_utility.cc
508
config_.header.
locale_string_offset
= 0; // Filled by pack_bmpblock()
538
config_.header.
locale_string_offset
= current_offset;
604
if (config_.header.
locale_string_offset
) {
605
current_offset = config_.header.
locale_string_offset
;
Completed in 583 milliseconds