OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cmd_tag
(Results
1 - 2
of
2
) sorted by null
/external/autotest/site_utils/
deploy_production_local.py
145
def update_command(
cmd_tag
, dryrun=False):
151
@param
cmd_tag
: Which command to restart.
154
@raises UnknownCommandException If
cmd_tag
can't be looked up.
162
if
cmd_tag
not in cmds:
163
raise UnknownCommandException(
cmd_tag
, cmds)
165
expanded_command = cmds[
cmd_tag
].replace('AUTOTEST_REPO',
168
print('Running: %s: %s' % (
cmd_tag
, expanded_command))
/external/ipsec-tools/src/racoon/
racoonctl.c
105
struct
cmd_tag
{
struct
372
struct
cmd_tag
*cp;
[
all
...]
Completed in 61 milliseconds