OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_build
(Results
1 - 3
of
3
) sorted by null
/external/autotest/server/site_tests/moblab_RunSuite/
moblab_RunSuite.py
26
target_build
='', clear_devserver_cache=True,
34
@param
target_build
: Optional build to be use in the run_suite
63
if not
target_build
:
66
target_build
= stable_version_map.get_image_name(board)
71
(moblab_host.AUTOTEST_INSTALL_DIR, board,
target_build
,
/external/autotest/server/hosts/
servo_host.py
541
target_build
= afe_utils.get_stable_cros_image_name(self.get_board())
543
target_build
)[3]
546
# hostname instead of
target_build
as hash.
549
url = ds.get_update_url(
target_build
)
564
ds.stage_artifacts(
target_build
,
[
all
...]
/bootable/recovery/
install.cpp
118
std::string
target_build
= parse_build_number(str);
local
119
if (!
target_build
.empty()) {
120
log_buffer->push_back("
target_build
: " +
target_build
);
Completed in 123 milliseconds