OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APPEND_CMD_FMT
(Results
1 - 2
of
2
) sorted by null
/external/autotest/site_utils/lxc/
constants.py
58
APPEND_CMD_FMT
= ('echo \'%(content)s\' | sudo tee --append %(file)s'
container.py
511
self.attach_run(constants.
APPEND_CMD_FMT
% {
632
constants.
APPEND_CMD_FMT
% {'content': config, 'file': config_file})
Completed in 142 milliseconds