Home
last modified time | relevance | path

Searched refs:_commit (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/poky/meta/lib/patchtest/
H A Drepo.py48 self._commit = self._get_commitid(commit) or \
56 self._exec({'cmd': ['git', 'checkout', '-b', self._workingbranch, self._commit]})
70 self._exec({'cmd':['git', 'reset', '--hard', self._commit]})
75 logger.debug("\tTarget Commit : %s" % self._commit)
90 return self._commit
/openbmc/u-boot/tools/
H A Dmingw_support.c21 return _commit(fd); in fsync()
/openbmc/phosphor-logging/
H A Dlog_manager.cpp73 _commit(transactionId, std::move(errMsg), level); in commit()
80 _commit(transactionId, std::move(errMsg), in commitWithLvl()
85 void Manager::_commit(uint64_t transactionId [[maybe_unused]], in _commit() function in phosphor::logging::internal::Manager
H A Dlog_manager.hpp235 void _commit(uint64_t transactionId, std::string&& errMsg,
/openbmc/qemu/include/sysemu/
H A Dos-win32.h136 #define fsync _commit
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_go.py300 _commit = origin['Hash']
302 return (GoImport(_root, _vcs, _root_url.geturl(), None), _commit)