Home
last modified time | relevance | path

Searched defs:FileRotate (Results 1 – 5 of 5) sorted by relevance

/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/splitio/go-toolkit/v4/logging/
H A Drotate.go18 type FileRotate struct { struct
19 fl *os.File
20 fm *sync.Mutex
21 options *FileRotateOptions
36 func (f *FileRotate) shouldRotate(bytesToAdd int64) bool {
50 func (f *FileRotate) rotate() error {
83 func (f *FileRotate) write(p []byte) (n int, err error) {
101 func (f *FileRotate) Write(p []byte) (n int, err error) {
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/platform/
H A DFileOps.cpp118 bool FileOps::FileRotate(const string &_fileName) in FileRotate() function in OpenZWave::Internal::Platform::FileOps
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/platform/windows/
H A DFileOpsImpl.cpp95 bool FileOpsImpl::FileRotate(const string _filename) in FileRotate() function in OpenZWave::Internal::Platform::FileOpsImpl
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/platform/unix/
H A DFileOpsImpl.cpp100 bool FileOpsImpl::FileRotate(const string _filename) in FileRotate() function in OpenZWave::Internal::Platform::FileOpsImpl
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/platform/winRT/
H A DFileOpsImpl.cpp109 bool FileOpsImpl::FileRotate(const string _filename) in FileRotate() function in OpenZWave::Internal::Platform::FileOpsImpl