Home
last modified time | relevance | path

Searched refs:find_cmd (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/tipc/
Dcmdl.c20 const struct cmd *find_cmd(const struct cmd *cmds, char *str) in find_cmd() function
114 cmd = find_cmd(cmds, name); in run_cmd()
Dcmdl.h44 const struct cmd *find_cmd(const struct cmd *cmds, char *str);
/external/lisa/libs/utils/
Denergy_model.py51 find_cmd = 'find ' + ' '.join(glob_patterns)
53 paths = target.execute(find_cmd).split()
57 cmd = '{} | {} xargs cat'.format(find_cmd, target.busybox)