Home
last modified time | relevance | path

Searched refs:get_branch (Results 1 – 9 of 9) sorted by relevance

/openbmc/openbmc/poky/scripts/
H A Dpatchtest-get-branch21 def get_branch(filepath_repo, filepath_mbox, default_branch): function
79 subject, branch = get_branch(args.repo, args.mbox, args.default_branch)
H A Dyocto_testresults_query.py41 def get_branch(tag): function
54 branch = get_branch(rev)
/openbmc/linux/tools/perf/arch/x86/tests/
H A Dinsn-x86.c73 static int get_branch(const char *branch_str) in get_branch() function
120 branch = get_branch(dat->expected_branch_str); in test_data_item()
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dupgrade.py200 get_branch = [x.strip() for x in check_branch.splitlines()]
202 get_branch = [x.split('/', 1)[1] for x in get_branch if not x.startswith('origin/HEAD')]
203 if len(get_branch) == 1:
205 srcbranch = get_branch[0]
206 elif 'main' in get_branch:
209 elif 'master' in get_branch:
214 mbrch = '\n ' + '\n '.join(get_branch)
/openbmc/openbmc/poky/meta/lib/patchtest/
H A Dpatch.py52 self._branch = utils.get_branch(self._path)
H A Dutils.py154 def get_branch(path): function
/openbmc/linux/fs/minix/
H A Ditree_common.c30 static inline Indirect *get_branch(struct inode *inode, in get_branch() function
166 partial = get_branch(inode, depth, offsets, chain, &err); in get_block()
235 partial = get_branch(inode, k, offsets, chain, &err); in find_shared()
/openbmc/linux/fs/sysv/
H A Ditree.c85 static Indirect *get_branch(struct inode *inode, in get_branch() function
221 partial = get_branch(inode, depth, offsets, chain, &err); in get_block()
291 partial = get_branch(inode, k, offsets, chain, &err); in find_shared()
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate.py560 get_branch = [x.strip() for x in check_branch.splitlines()]
562 get_branch = [x.split('/', 1)[1] for x in get_branch if not x.startswith('origin/HEAD')]
563 if 'master' in get_branch:
567 elif len(get_branch) == 1:
569 srcbranch = get_branch[0]
572 mbrch = '\n ' + '\n '.join(get_branch)