OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:locale_names
(Results
1 - 2
of
2
) sorted by null
/external/vboot_reference/utility/include/
bmpblk_utility.h
51
string
locale_names
;
member in struct:vboot_reference::BmpBlockConfig
/external/vboot_reference/utility/
bmpblk_utility.cc
81
config_.
locale_names
.clear();
375
config_.
locale_names
.append((char*)event.data.scalar.value);
376
config_.
locale_names
.append(1, (char)'\0'); // '\0' to delimit
380
config_.
locale_names
.append(1, (char)'\0'); // double '\0' to terminate
537
if (config_.
locale_names
.size()) {
539
current_offset += config_.
locale_names
.size();
603
/* Fill in
locale_names
. */
608
printf("
locale_names
: offset 0x%08x (len %ld)\n",
609
current_offset, config_.
locale_names
.size());
610
std::copy(config_.
locale_names
.begin()
[
all
...]
Completed in 36 milliseconds