Searched defs:board (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/
H A Dimage_properties.h55 // The board name this image was built for.
56 std::string board; member in struct:chromeos_update_engine::ImageProperties
/system/update_engine/payload_generator/
H A Dgenerate_delta_main.cc77 const string& board,
87 CHECK_EQ(board.empty(), empty);
95 image_info->set_board(board);
347 "The board for the old image. 'x86-mario', 'lumpy', "
365 "The board for the new image. 'x86-mario', 'lumpy', "
76 ParseImageInfo(const string& channel, const string& board, const string& version, const string& key, const string& build_channel, const string& build_version, ImageInfo* image_info) argument

Completed in 156 milliseconds