OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:images_map
(Results
1 - 2
of
2
) sorted by null
/external/vboot_reference/utility/
bmpblk_utility.cc
47
config_.
images_map
.clear();
78
config_.
images_map
.clear();
108
printf("%ld
images_map
\n", config_.
images_map
.size());
109
for (StrImageConfigMap::iterator it = config_.
images_map
.begin();
110
it != config_.
images_map
.end();
235
config_.
images_map
[image_name] = ImageConfig();
236
config_.
images_map
[image_name].filename = image_filename;
282
config_.
images_map
[RENDER_HWID].data.tag = TAG_HWID;
287
config_.
images_map
[RENDER_HWID_RTOL].data.tag = TAG_HWID_RTOL
[
all
...]
/external/vboot_reference/utility/include/
bmpblk_utility.h
48
StrImageConfigMap
images_map
;
member in struct:vboot_reference::BmpBlockConfig
Completed in 1012 milliseconds