OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_branch_name
(Results
1 - 2
of
2
) sorted by null
/external/skia/infra/bots/
git_utils.py
51
self.
_branch_name
= branch_name
62
if self.
_branch_name
in subprocess.check_output(['git', 'branch']).split():
63
subprocess.check_call(['git', 'branch', '-D', self.
_branch_name
])
64
subprocess.check_call(['git', 'checkout', '-b', self.
_branch_name
,
96
subprocess.check_call(['git', 'branch', '-D', self.
_branch_name
])
/external/skqp/infra/bots/
git_utils.py
51
self.
_branch_name
= branch_name
62
if self.
_branch_name
in subprocess.check_output(['git', 'branch']).split():
63
subprocess.check_call(['git', 'branch', '-D', self.
_branch_name
])
64
subprocess.check_call(['git', 'checkout', '-b', self.
_branch_name
,
96
subprocess.check_call(['git', 'branch', '-D', self.
_branch_name
])
Completed in 315 milliseconds