Searched refs:base_cmd (Results 1 – 4 of 4) sorted by relevance
57 base_cmd = ['git', '--git-dir=%s/.git' % repodir, '--work-tree=%s' % repodir]58 cmd = base_cmd + ['branch']65 cmd = base_cmd + ['status', '--short']69 cmd = base_cmd + ['checkout', branch]
110 base_cmd = ['ls-remote', '--refs', '--tags', '-q']111 cmd = base_cmd.copy()124 cmd = base_cmd.copy()
56 base_cmd = os.path.basename(full_cmd)65 if line.startswith(base_cmd):66 line = line[len(base_cmd):]
4043 unsigned base_cmd = cmd & FUTEX_CMD_MASK; in print_futex_op() local4045 if (base_cmd < ARRAY_SIZE(futex_names)) { in print_futex_op()4049 futex_names[base_cmd]); in print_futex_op()