OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:formatted_command
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/
fake_p2p_manager_configuration.h
50
std::vector<std::string>
formatted_command
= p2p_client_cmd_format_;
variable
53
for (std::string& arg :
formatted_command
) {
58
return
formatted_command
;
/external/autotest/server/cros/
tradefed_test.py
720
formatted_command
= command.format(steps)
721
logging.info('RUN: %s\n',
formatted_command
)
722
output = host.run(
formatted_command
, ignore_status=True)
[
all
...]
Completed in 226 milliseconds