OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hwids
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager.cc
117
if (block_it->
hwids
.find(hwid) != block_it->
hwids
.end()) {
134
if (!config_struct_.empty() && config_struct_.back().
hwids
.empty()) {
158
// Check if line contains hwid property. If so, add it to set of
hwids
160
last_block.
hwids
.insert(line[1]);
burn_manager.h
114
// * there are multiple
hwids
defined for each block.
121
HwidsSet
hwids
;
member in struct:chromeos::imageburner::ConfigFile::ConfigFileBlock
Completed in 2303 milliseconds