Home
last modified time | relevance | path

Searched refs:APPEND_CMD_FMT (Results 1 – 2 of 2) sorted by relevance

/external/autotest/site_utils/lxc/
Dconstants.py58 APPEND_CMD_FMT = ('echo \'%(content)s\' | sudo tee --append %(file)s' variable
Dcontainer.py493 self.attach_run(constants.APPEND_CMD_FMT % {
585 constants.APPEND_CMD_FMT % {'content': config, 'file': config_file})