Searched refs:_commit (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc/poky/meta/lib/patchtest/ |
H A D | repo.py | 38 self._commit = self._get_commitid(commit) or \ 47 self.repo.git.execute(['git', 'checkout', '-B', self._workingbranch, self._commit])
|
/openbmc/u-boot/tools/ |
H A D | mingw_support.c | 21 return _commit(fd); in fsync()
|
/openbmc/phosphor-logging/ |
H A D | log_manager.cpp | 74 _commit(transactionId, std::move(errMsg), level); in commit() 81 _commit(transactionId, std::move(errMsg), in commitWithLvl() 86 void Manager::_commit(uint64_t transactionId [[maybe_unused]], in _commit() function in phosphor::logging::internal::Manager
|
H A D | log_manager.hpp | 235 void _commit(uint64_t transactionId, std::string&& errMsg,
|
/openbmc/qemu/include/sysemu/ |
H A D | os-win32.h | 136 #define fsync _commit
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_go.py | 298 _commit = origin['Hash'] 300 return (GoImport(_root, _vcs, _root_url.geturl(), None), _commit)
|