Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeSyscall
- func (fake *FakeSyscall) Accept(arg1 int) (int, syscall.Sockaddr, error)
- func (fake *FakeSyscall) AcceptArgsForCall(i int) int
- func (fake *FakeSyscall) AcceptCallCount() int
- func (fake *FakeSyscall) AcceptCalls(stub func(int) (int, syscall.Sockaddr, error))
- func (fake *FakeSyscall) AcceptReturns(result1 int, result2 syscall.Sockaddr, result3 error)
- func (fake *FakeSyscall) AcceptReturnsOnCall(i int, result1 int, result2 syscall.Sockaddr, result3 error)
- func (fake *FakeSyscall) Access(arg1 string, arg2 uint32) error
- func (fake *FakeSyscall) AccessArgsForCall(i int) (string, uint32)
- func (fake *FakeSyscall) AccessCallCount() int
- func (fake *FakeSyscall) AccessCalls(stub func(string, uint32) error)
- func (fake *FakeSyscall) AccessReturns(result1 error)
- func (fake *FakeSyscall) AccessReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Bind(arg1 int, arg2 syscall.Sockaddr) error
- func (fake *FakeSyscall) BindArgsForCall(i int) (int, syscall.Sockaddr)
- func (fake *FakeSyscall) BindCallCount() int
- func (fake *FakeSyscall) BindCalls(stub func(int, syscall.Sockaddr) error)
- func (fake *FakeSyscall) BindReturns(result1 error)
- func (fake *FakeSyscall) BindReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) BytePtrFromString(arg1 string) (*byte, error)
- func (fake *FakeSyscall) BytePtrFromStringArgsForCall(i int) string
- func (fake *FakeSyscall) BytePtrFromStringCallCount() int
- func (fake *FakeSyscall) BytePtrFromStringCalls(stub func(string) (*byte, error))
- func (fake *FakeSyscall) BytePtrFromStringReturns(result1 *byte, result2 error)
- func (fake *FakeSyscall) BytePtrFromStringReturnsOnCall(i int, result1 *byte, result2 error)
- func (fake *FakeSyscall) ByteSliceFromString(arg1 string) ([]byte, error)
- func (fake *FakeSyscall) ByteSliceFromStringArgsForCall(i int) string
- func (fake *FakeSyscall) ByteSliceFromStringCallCount() int
- func (fake *FakeSyscall) ByteSliceFromStringCalls(stub func(string) ([]byte, error))
- func (fake *FakeSyscall) ByteSliceFromStringReturns(result1 []byte, result2 error)
- func (fake *FakeSyscall) ByteSliceFromStringReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeSyscall) Chdir(arg1 string) error
- func (fake *FakeSyscall) ChdirArgsForCall(i int) string
- func (fake *FakeSyscall) ChdirCallCount() int
- func (fake *FakeSyscall) ChdirCalls(stub func(string) error)
- func (fake *FakeSyscall) ChdirReturns(result1 error)
- func (fake *FakeSyscall) ChdirReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Chmod(arg1 string, arg2 uint32) error
- func (fake *FakeSyscall) ChmodArgsForCall(i int) (string, uint32)
- func (fake *FakeSyscall) ChmodCallCount() int
- func (fake *FakeSyscall) ChmodCalls(stub func(string, uint32) error)
- func (fake *FakeSyscall) ChmodReturns(result1 error)
- func (fake *FakeSyscall) ChmodReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Chown(arg1 string, arg2 int, arg3 int) error
- func (fake *FakeSyscall) ChownArgsForCall(i int) (string, int, int)
- func (fake *FakeSyscall) ChownCallCount() int
- func (fake *FakeSyscall) ChownCalls(stub func(string, int, int) error)
- func (fake *FakeSyscall) ChownReturns(result1 error)
- func (fake *FakeSyscall) ChownReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Chroot(arg1 string) error
- func (fake *FakeSyscall) ChrootArgsForCall(i int) string
- func (fake *FakeSyscall) ChrootCallCount() int
- func (fake *FakeSyscall) ChrootCalls(stub func(string) error)
- func (fake *FakeSyscall) ChrootReturns(result1 error)
- func (fake *FakeSyscall) ChrootReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Clearenv()
- func (fake *FakeSyscall) ClearenvCallCount() int
- func (fake *FakeSyscall) ClearenvCalls(stub func())
- func (fake *FakeSyscall) Close(arg1 int) error
- func (fake *FakeSyscall) CloseArgsForCall(i int) int
- func (fake *FakeSyscall) CloseCallCount() int
- func (fake *FakeSyscall) CloseCalls(stub func(int) error)
- func (fake *FakeSyscall) CloseOnExec(arg1 int)
- func (fake *FakeSyscall) CloseOnExecArgsForCall(i int) int
- func (fake *FakeSyscall) CloseOnExecCallCount() int
- func (fake *FakeSyscall) CloseOnExecCalls(stub func(int))
- func (fake *FakeSyscall) CloseReturns(result1 error)
- func (fake *FakeSyscall) CloseReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) CmsgLen(arg1 int) int
- func (fake *FakeSyscall) CmsgLenArgsForCall(i int) int
- func (fake *FakeSyscall) CmsgLenCallCount() int
- func (fake *FakeSyscall) CmsgLenCalls(stub func(int) int)
- func (fake *FakeSyscall) CmsgLenReturns(result1 int)
- func (fake *FakeSyscall) CmsgLenReturnsOnCall(i int, result1 int)
- func (fake *FakeSyscall) CmsgSpace(arg1 int) int
- func (fake *FakeSyscall) CmsgSpaceArgsForCall(i int) int
- func (fake *FakeSyscall) CmsgSpaceCallCount() int
- func (fake *FakeSyscall) CmsgSpaceCalls(stub func(int) int)
- func (fake *FakeSyscall) CmsgSpaceReturns(result1 int)
- func (fake *FakeSyscall) CmsgSpaceReturnsOnCall(i int, result1 int)
- func (fake *FakeSyscall) Connect(arg1 int, arg2 syscall.Sockaddr) error
- func (fake *FakeSyscall) ConnectArgsForCall(i int) (int, syscall.Sockaddr)
- func (fake *FakeSyscall) ConnectCallCount() int
- func (fake *FakeSyscall) ConnectCalls(stub func(int, syscall.Sockaddr) error)
- func (fake *FakeSyscall) ConnectReturns(result1 error)
- func (fake *FakeSyscall) ConnectReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Dup(arg1 int) (int, error)
- func (fake *FakeSyscall) Dup2(arg1 int, arg2 int) error
- func (fake *FakeSyscall) Dup2ArgsForCall(i int) (int, int)
- func (fake *FakeSyscall) Dup2CallCount() int
- func (fake *FakeSyscall) Dup2Calls(stub func(int, int) error)
- func (fake *FakeSyscall) Dup2Returns(result1 error)
- func (fake *FakeSyscall) Dup2ReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) DupArgsForCall(i int) int
- func (fake *FakeSyscall) DupCallCount() int
- func (fake *FakeSyscall) DupCalls(stub func(int) (int, error))
- func (fake *FakeSyscall) DupReturns(result1 int, result2 error)
- func (fake *FakeSyscall) DupReturnsOnCall(i int, result1 int, result2 error)
- func (fake *FakeSyscall) Environ() []string
- func (fake *FakeSyscall) EnvironCallCount() int
- func (fake *FakeSyscall) EnvironCalls(stub func() []string)
- func (fake *FakeSyscall) EnvironReturns(result1 []string)
- func (fake *FakeSyscall) EnvironReturnsOnCall(i int, result1 []string)
- func (fake *FakeSyscall) Exec(arg1 string, arg2 []string, arg3 []string) error
- func (fake *FakeSyscall) ExecArgsForCall(i int) (string, []string, []string)
- func (fake *FakeSyscall) ExecCallCount() int
- func (fake *FakeSyscall) ExecCalls(stub func(string, []string, []string) error)
- func (fake *FakeSyscall) ExecReturns(result1 error)
- func (fake *FakeSyscall) ExecReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Exit(arg1 int)
- func (fake *FakeSyscall) ExitArgsForCall(i int) int
- func (fake *FakeSyscall) ExitCallCount() int
- func (fake *FakeSyscall) ExitCalls(stub func(int))
- func (fake *FakeSyscall) Faccessat(arg1 int, arg2 string, arg3 uint32, arg4 int) error
- func (fake *FakeSyscall) FaccessatArgsForCall(i int) (int, string, uint32, int)
- func (fake *FakeSyscall) FaccessatCallCount() int
- func (fake *FakeSyscall) FaccessatCalls(stub func(int, string, uint32, int) error)
- func (fake *FakeSyscall) FaccessatReturns(result1 error)
- func (fake *FakeSyscall) FaccessatReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Fchdir(arg1 int) error
- func (fake *FakeSyscall) FchdirArgsForCall(i int) int
- func (fake *FakeSyscall) FchdirCallCount() int
- func (fake *FakeSyscall) FchdirCalls(stub func(int) error)
- func (fake *FakeSyscall) FchdirReturns(result1 error)
- func (fake *FakeSyscall) FchdirReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Fchmod(arg1 int, arg2 uint32) error
- func (fake *FakeSyscall) FchmodArgsForCall(i int) (int, uint32)
- func (fake *FakeSyscall) FchmodCallCount() int
- func (fake *FakeSyscall) FchmodCalls(stub func(int, uint32) error)
- func (fake *FakeSyscall) FchmodReturns(result1 error)
- func (fake *FakeSyscall) FchmodReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Fchown(arg1 int, arg2 int, arg3 int) error
- func (fake *FakeSyscall) FchownArgsForCall(i int) (int, int, int)
- func (fake *FakeSyscall) FchownCallCount() int
- func (fake *FakeSyscall) FchownCalls(stub func(int, int, int) error)
- func (fake *FakeSyscall) FchownReturns(result1 error)
- func (fake *FakeSyscall) FchownReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) FcntlFlock(arg1 uintptr, arg2 int, arg3 *syscall.Flock_t) error
- func (fake *FakeSyscall) FcntlFlockArgsForCall(i int) (uintptr, int, *syscall.Flock_t)
- func (fake *FakeSyscall) FcntlFlockCallCount() int
- func (fake *FakeSyscall) FcntlFlockCalls(stub func(uintptr, int, *syscall.Flock_t) error)
- func (fake *FakeSyscall) FcntlFlockReturns(result1 error)
- func (fake *FakeSyscall) FcntlFlockReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Flock(arg1 int, arg2 int) error
- func (fake *FakeSyscall) FlockArgsForCall(i int) (int, int)
- func (fake *FakeSyscall) FlockCallCount() int
- func (fake *FakeSyscall) FlockCalls(stub func(int, int) error)
- func (fake *FakeSyscall) FlockReturns(result1 error)
- func (fake *FakeSyscall) FlockReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) ForkExec(arg1 string, arg2 []string, arg3 *syscall.ProcAttr) (int, error)
- func (fake *FakeSyscall) ForkExecArgsForCall(i int) (string, []string, *syscall.ProcAttr)
- func (fake *FakeSyscall) ForkExecCallCount() int
- func (fake *FakeSyscall) ForkExecCalls(stub func(string, []string, *syscall.ProcAttr) (int, error))
- func (fake *FakeSyscall) ForkExecReturns(result1 int, result2 error)
- func (fake *FakeSyscall) ForkExecReturnsOnCall(i int, result1 int, result2 error)
- func (fake *FakeSyscall) Fstat(arg1 int, arg2 *syscall.Stat_t) error
- func (fake *FakeSyscall) FstatArgsForCall(i int) (int, *syscall.Stat_t)
- func (fake *FakeSyscall) FstatCallCount() int
- func (fake *FakeSyscall) FstatCalls(stub func(int, *syscall.Stat_t) error)
- func (fake *FakeSyscall) FstatReturns(result1 error)
- func (fake *FakeSyscall) FstatReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Fstatfs(arg1 int, arg2 *syscall.Statfs_t) error
- func (fake *FakeSyscall) FstatfsArgsForCall(i int) (int, *syscall.Statfs_t)
- func (fake *FakeSyscall) FstatfsCallCount() int
- func (fake *FakeSyscall) FstatfsCalls(stub func(int, *syscall.Statfs_t) error)
- func (fake *FakeSyscall) FstatfsReturns(result1 error)
- func (fake *FakeSyscall) FstatfsReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Fsync(arg1 int) error
- func (fake *FakeSyscall) FsyncArgsForCall(i int) int
- func (fake *FakeSyscall) FsyncCallCount() int
- func (fake *FakeSyscall) FsyncCalls(stub func(int) error)
- func (fake *FakeSyscall) FsyncReturns(result1 error)
- func (fake *FakeSyscall) FsyncReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Ftruncate(arg1 int, arg2 int64) error
- func (fake *FakeSyscall) FtruncateArgsForCall(i int) (int, int64)
- func (fake *FakeSyscall) FtruncateCallCount() int
- func (fake *FakeSyscall) FtruncateCalls(stub func(int, int64) error)
- func (fake *FakeSyscall) FtruncateReturns(result1 error)
- func (fake *FakeSyscall) FtruncateReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Futimes(arg1 int, arg2 []syscall.Timeval) error
- func (fake *FakeSyscall) FutimesArgsForCall(i int) (int, []syscall.Timeval)
- func (fake *FakeSyscall) FutimesCallCount() int
- func (fake *FakeSyscall) FutimesCalls(stub func(int, []syscall.Timeval) error)
- func (fake *FakeSyscall) FutimesReturns(result1 error)
- func (fake *FakeSyscall) FutimesReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Getegid() int
- func (fake *FakeSyscall) GetegidCallCount() int
- func (fake *FakeSyscall) GetegidCalls(stub func() int)
- func (fake *FakeSyscall) GetegidReturns(result1 int)
- func (fake *FakeSyscall) GetegidReturnsOnCall(i int, result1 int)
- func (fake *FakeSyscall) Getenv(arg1 string) (string, bool)
- func (fake *FakeSyscall) GetenvArgsForCall(i int) string
- func (fake *FakeSyscall) GetenvCallCount() int
- func (fake *FakeSyscall) GetenvCalls(stub func(string) (string, bool))
- func (fake *FakeSyscall) GetenvReturns(result1 string, result2 bool)
- func (fake *FakeSyscall) GetenvReturnsOnCall(i int, result1 string, result2 bool)
- func (fake *FakeSyscall) Geteuid() int
- func (fake *FakeSyscall) GeteuidCallCount() int
- func (fake *FakeSyscall) GeteuidCalls(stub func() int)
- func (fake *FakeSyscall) GeteuidReturns(result1 int)
- func (fake *FakeSyscall) GeteuidReturnsOnCall(i int, result1 int)
- func (fake *FakeSyscall) Getgid() int
- func (fake *FakeSyscall) GetgidCallCount() int
- func (fake *FakeSyscall) GetgidCalls(stub func() int)
- func (fake *FakeSyscall) GetgidReturns(result1 int)
- func (fake *FakeSyscall) GetgidReturnsOnCall(i int, result1 int)
- func (fake *FakeSyscall) Getgroups() ([]int, error)
- func (fake *FakeSyscall) GetgroupsCallCount() int
- func (fake *FakeSyscall) GetgroupsCalls(stub func() ([]int, error))
- func (fake *FakeSyscall) GetgroupsReturns(result1 []int, result2 error)
- func (fake *FakeSyscall) GetgroupsReturnsOnCall(i int, result1 []int, result2 error)
- func (fake *FakeSyscall) Getpagesize() int
- func (fake *FakeSyscall) GetpagesizeCallCount() int
- func (fake *FakeSyscall) GetpagesizeCalls(stub func() int)
- func (fake *FakeSyscall) GetpagesizeReturns(result1 int)
- func (fake *FakeSyscall) GetpagesizeReturnsOnCall(i int, result1 int)
- func (fake *FakeSyscall) Getpeername(arg1 int) (syscall.Sockaddr, error)
- func (fake *FakeSyscall) GetpeernameArgsForCall(i int) int
- func (fake *FakeSyscall) GetpeernameCallCount() int
- func (fake *FakeSyscall) GetpeernameCalls(stub func(int) (syscall.Sockaddr, error))
- func (fake *FakeSyscall) GetpeernameReturns(result1 syscall.Sockaddr, result2 error)
- func (fake *FakeSyscall) GetpeernameReturnsOnCall(i int, result1 syscall.Sockaddr, result2 error)
- func (fake *FakeSyscall) Getpgid(arg1 int) (int, error)
- func (fake *FakeSyscall) GetpgidArgsForCall(i int) int
- func (fake *FakeSyscall) GetpgidCallCount() int
- func (fake *FakeSyscall) GetpgidCalls(stub func(int) (int, error))
- func (fake *FakeSyscall) GetpgidReturns(result1 int, result2 error)
- func (fake *FakeSyscall) GetpgidReturnsOnCall(i int, result1 int, result2 error)
- func (fake *FakeSyscall) Getpgrp() int
- func (fake *FakeSyscall) GetpgrpCallCount() int
- func (fake *FakeSyscall) GetpgrpCalls(stub func() int)
- func (fake *FakeSyscall) GetpgrpReturns(result1 int)
- func (fake *FakeSyscall) GetpgrpReturnsOnCall(i int, result1 int)
- func (fake *FakeSyscall) Getpid() int
- func (fake *FakeSyscall) GetpidCallCount() int
- func (fake *FakeSyscall) GetpidCalls(stub func() int)
- func (fake *FakeSyscall) GetpidReturns(result1 int)
- func (fake *FakeSyscall) GetpidReturnsOnCall(i int, result1 int)
- func (fake *FakeSyscall) Getppid() int
- func (fake *FakeSyscall) GetppidCallCount() int
- func (fake *FakeSyscall) GetppidCalls(stub func() int)
- func (fake *FakeSyscall) GetppidReturns(result1 int)
- func (fake *FakeSyscall) GetppidReturnsOnCall(i int, result1 int)
- func (fake *FakeSyscall) Getpriority(arg1 int, arg2 int) (int, error)
- func (fake *FakeSyscall) GetpriorityArgsForCall(i int) (int, int)
- func (fake *FakeSyscall) GetpriorityCallCount() int
- func (fake *FakeSyscall) GetpriorityCalls(stub func(int, int) (int, error))
- func (fake *FakeSyscall) GetpriorityReturns(result1 int, result2 error)
- func (fake *FakeSyscall) GetpriorityReturnsOnCall(i int, result1 int, result2 error)
- func (fake *FakeSyscall) Getrlimit(arg1 int, arg2 *syscall.Rlimit) error
- func (fake *FakeSyscall) GetrlimitArgsForCall(i int) (int, *syscall.Rlimit)
- func (fake *FakeSyscall) GetrlimitCallCount() int
- func (fake *FakeSyscall) GetrlimitCalls(stub func(int, *syscall.Rlimit) error)
- func (fake *FakeSyscall) GetrlimitReturns(result1 error)
- func (fake *FakeSyscall) GetrlimitReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Getrusage(arg1 int, arg2 *syscall.Rusage) error
- func (fake *FakeSyscall) GetrusageArgsForCall(i int) (int, *syscall.Rusage)
- func (fake *FakeSyscall) GetrusageCallCount() int
- func (fake *FakeSyscall) GetrusageCalls(stub func(int, *syscall.Rusage) error)
- func (fake *FakeSyscall) GetrusageReturns(result1 error)
- func (fake *FakeSyscall) GetrusageReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Getsockname(arg1 int) (syscall.Sockaddr, error)
- func (fake *FakeSyscall) GetsocknameArgsForCall(i int) int
- func (fake *FakeSyscall) GetsocknameCallCount() int
- func (fake *FakeSyscall) GetsocknameCalls(stub func(int) (syscall.Sockaddr, error))
- func (fake *FakeSyscall) GetsocknameReturns(result1 syscall.Sockaddr, result2 error)
- func (fake *FakeSyscall) GetsocknameReturnsOnCall(i int, result1 syscall.Sockaddr, result2 error)
- func (fake *FakeSyscall) GetsockoptICMPv6Filter(arg1 int, arg2 int, arg3 int) (*syscall.ICMPv6Filter, error)
- func (fake *FakeSyscall) GetsockoptICMPv6FilterArgsForCall(i int) (int, int, int)
- func (fake *FakeSyscall) GetsockoptICMPv6FilterCallCount() int
- func (fake *FakeSyscall) GetsockoptICMPv6FilterCalls(stub func(int, int, int) (*syscall.ICMPv6Filter, error))
- func (fake *FakeSyscall) GetsockoptICMPv6FilterReturns(result1 *syscall.ICMPv6Filter, result2 error)
- func (fake *FakeSyscall) GetsockoptICMPv6FilterReturnsOnCall(i int, result1 *syscall.ICMPv6Filter, result2 error)
- func (fake *FakeSyscall) GetsockoptIPMreq(arg1 int, arg2 int, arg3 int) (*syscall.IPMreq, error)
- func (fake *FakeSyscall) GetsockoptIPMreqArgsForCall(i int) (int, int, int)
- func (fake *FakeSyscall) GetsockoptIPMreqCallCount() int
- func (fake *FakeSyscall) GetsockoptIPMreqCalls(stub func(int, int, int) (*syscall.IPMreq, error))
- func (fake *FakeSyscall) GetsockoptIPMreqReturns(result1 *syscall.IPMreq, result2 error)
- func (fake *FakeSyscall) GetsockoptIPMreqReturnsOnCall(i int, result1 *syscall.IPMreq, result2 error)
- func (fake *FakeSyscall) GetsockoptIPv6MTUInfo(arg1 int, arg2 int, arg3 int) (*syscall.IPv6MTUInfo, error)
- func (fake *FakeSyscall) GetsockoptIPv6MTUInfoArgsForCall(i int) (int, int, int)
- func (fake *FakeSyscall) GetsockoptIPv6MTUInfoCallCount() int
- func (fake *FakeSyscall) GetsockoptIPv6MTUInfoCalls(stub func(int, int, int) (*syscall.IPv6MTUInfo, error))
- func (fake *FakeSyscall) GetsockoptIPv6MTUInfoReturns(result1 *syscall.IPv6MTUInfo, result2 error)
- func (fake *FakeSyscall) GetsockoptIPv6MTUInfoReturnsOnCall(i int, result1 *syscall.IPv6MTUInfo, result2 error)
- func (fake *FakeSyscall) GetsockoptIPv6Mreq(arg1 int, arg2 int, arg3 int) (*syscall.IPv6Mreq, error)
- func (fake *FakeSyscall) GetsockoptIPv6MreqArgsForCall(i int) (int, int, int)
- func (fake *FakeSyscall) GetsockoptIPv6MreqCallCount() int
- func (fake *FakeSyscall) GetsockoptIPv6MreqCalls(stub func(int, int, int) (*syscall.IPv6Mreq, error))
- func (fake *FakeSyscall) GetsockoptIPv6MreqReturns(result1 *syscall.IPv6Mreq, result2 error)
- func (fake *FakeSyscall) GetsockoptIPv6MreqReturnsOnCall(i int, result1 *syscall.IPv6Mreq, result2 error)
- func (fake *FakeSyscall) GetsockoptInet4Addr(arg1 int, arg2 int, arg3 int) ([4]byte, error)
- func (fake *FakeSyscall) GetsockoptInet4AddrArgsForCall(i int) (int, int, int)
- func (fake *FakeSyscall) GetsockoptInet4AddrCallCount() int
- func (fake *FakeSyscall) GetsockoptInet4AddrCalls(stub func(int, int, int) ([4]byte, error))
- func (fake *FakeSyscall) GetsockoptInet4AddrReturns(result1 [4]byte, result2 error)
- func (fake *FakeSyscall) GetsockoptInet4AddrReturnsOnCall(i int, result1 [4]byte, result2 error)
- func (fake *FakeSyscall) GetsockoptInt(arg1 int, arg2 int, arg3 int) (int, error)
- func (fake *FakeSyscall) GetsockoptIntArgsForCall(i int) (int, int, int)
- func (fake *FakeSyscall) GetsockoptIntCallCount() int
- func (fake *FakeSyscall) GetsockoptIntCalls(stub func(int, int, int) (int, error))
- func (fake *FakeSyscall) GetsockoptIntReturns(result1 int, result2 error)
- func (fake *FakeSyscall) GetsockoptIntReturnsOnCall(i int, result1 int, result2 error)
- func (fake *FakeSyscall) Gettimeofday(arg1 *syscall.Timeval) error
- func (fake *FakeSyscall) GettimeofdayArgsForCall(i int) *syscall.Timeval
- func (fake *FakeSyscall) GettimeofdayCallCount() int
- func (fake *FakeSyscall) GettimeofdayCalls(stub func(*syscall.Timeval) error)
- func (fake *FakeSyscall) GettimeofdayReturns(result1 error)
- func (fake *FakeSyscall) GettimeofdayReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Getuid() int
- func (fake *FakeSyscall) GetuidCallCount() int
- func (fake *FakeSyscall) GetuidCalls(stub func() int)
- func (fake *FakeSyscall) GetuidReturns(result1 int)
- func (fake *FakeSyscall) GetuidReturnsOnCall(i int, result1 int)
- func (fake *FakeSyscall) Getwd() (string, error)
- func (fake *FakeSyscall) GetwdCallCount() int
- func (fake *FakeSyscall) GetwdCalls(stub func() (string, error))
- func (fake *FakeSyscall) GetwdReturns(result1 string, result2 error)
- func (fake *FakeSyscall) GetwdReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeSyscall) Invocations() map[string][][]interface{}
- func (fake *FakeSyscall) Kill(arg1 int, arg2 syscall.Signal) error
- func (fake *FakeSyscall) KillArgsForCall(i int) (int, syscall.Signal)
- func (fake *FakeSyscall) KillCallCount() int
- func (fake *FakeSyscall) KillCalls(stub func(int, syscall.Signal) error)
- func (fake *FakeSyscall) KillReturns(result1 error)
- func (fake *FakeSyscall) KillReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Lchown(arg1 string, arg2 int, arg3 int) error
- func (fake *FakeSyscall) LchownArgsForCall(i int) (string, int, int)
- func (fake *FakeSyscall) LchownCallCount() int
- func (fake *FakeSyscall) LchownCalls(stub func(string, int, int) error)
- func (fake *FakeSyscall) LchownReturns(result1 error)
- func (fake *FakeSyscall) LchownReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Link(arg1 string, arg2 string) error
- func (fake *FakeSyscall) LinkArgsForCall(i int) (string, string)
- func (fake *FakeSyscall) LinkCallCount() int
- func (fake *FakeSyscall) LinkCalls(stub func(string, string) error)
- func (fake *FakeSyscall) LinkReturns(result1 error)
- func (fake *FakeSyscall) LinkReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Listen(arg1 int, arg2 int) error
- func (fake *FakeSyscall) ListenArgsForCall(i int) (int, int)
- func (fake *FakeSyscall) ListenCallCount() int
- func (fake *FakeSyscall) ListenCalls(stub func(int, int) error)
- func (fake *FakeSyscall) ListenReturns(result1 error)
- func (fake *FakeSyscall) ListenReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Lstat(arg1 string, arg2 *syscall.Stat_t) error
- func (fake *FakeSyscall) LstatArgsForCall(i int) (string, *syscall.Stat_t)
- func (fake *FakeSyscall) LstatCallCount() int
- func (fake *FakeSyscall) LstatCalls(stub func(string, *syscall.Stat_t) error)
- func (fake *FakeSyscall) LstatReturns(result1 error)
- func (fake *FakeSyscall) LstatReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Mkdir(arg1 string, arg2 uint32) error
- func (fake *FakeSyscall) MkdirArgsForCall(i int) (string, uint32)
- func (fake *FakeSyscall) MkdirCallCount() int
- func (fake *FakeSyscall) MkdirCalls(stub func(string, uint32) error)
- func (fake *FakeSyscall) MkdirReturns(result1 error)
- func (fake *FakeSyscall) MkdirReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Mkfifo(arg1 string, arg2 uint32) error
- func (fake *FakeSyscall) MkfifoArgsForCall(i int) (string, uint32)
- func (fake *FakeSyscall) MkfifoCallCount() int
- func (fake *FakeSyscall) MkfifoCalls(stub func(string, uint32) error)
- func (fake *FakeSyscall) MkfifoReturns(result1 error)
- func (fake *FakeSyscall) MkfifoReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Mknod(arg1 string, arg2 uint32, arg3 int) error
- func (fake *FakeSyscall) MknodArgsForCall(i int) (string, uint32, int)
- func (fake *FakeSyscall) MknodCallCount() int
- func (fake *FakeSyscall) MknodCalls(stub func(string, uint32, int) error)
- func (fake *FakeSyscall) MknodReturns(result1 error)
- func (fake *FakeSyscall) MknodReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Mlock(arg1 []byte) error
- func (fake *FakeSyscall) MlockArgsForCall(i int) []byte
- func (fake *FakeSyscall) MlockCallCount() int
- func (fake *FakeSyscall) MlockCalls(stub func([]byte) error)
- func (fake *FakeSyscall) MlockReturns(result1 error)
- func (fake *FakeSyscall) MlockReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Mlockall(arg1 int) error
- func (fake *FakeSyscall) MlockallArgsForCall(i int) int
- func (fake *FakeSyscall) MlockallCallCount() int
- func (fake *FakeSyscall) MlockallCalls(stub func(int) error)
- func (fake *FakeSyscall) MlockallReturns(result1 error)
- func (fake *FakeSyscall) MlockallReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Mmap(arg1 int, arg2 int64, arg3 int, arg4 int, arg5 int) ([]byte, error)
- func (fake *FakeSyscall) MmapArgsForCall(i int) (int, int64, int, int, int)
- func (fake *FakeSyscall) MmapCallCount() int
- func (fake *FakeSyscall) MmapCalls(stub func(int, int64, int, int, int) ([]byte, error))
- func (fake *FakeSyscall) MmapReturns(result1 []byte, result2 error)
- func (fake *FakeSyscall) MmapReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeSyscall) Mprotect(arg1 []byte, arg2 int) error
- func (fake *FakeSyscall) MprotectArgsForCall(i int) ([]byte, int)
- func (fake *FakeSyscall) MprotectCallCount() int
- func (fake *FakeSyscall) MprotectCalls(stub func([]byte, int) error)
- func (fake *FakeSyscall) MprotectReturns(result1 error)
- func (fake *FakeSyscall) MprotectReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Munlock(arg1 []byte) error
- func (fake *FakeSyscall) MunlockArgsForCall(i int) []byte
- func (fake *FakeSyscall) MunlockCallCount() int
- func (fake *FakeSyscall) MunlockCalls(stub func([]byte) error)
- func (fake *FakeSyscall) MunlockReturns(result1 error)
- func (fake *FakeSyscall) MunlockReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Munlockall() error
- func (fake *FakeSyscall) MunlockallCallCount() int
- func (fake *FakeSyscall) MunlockallCalls(stub func() error)
- func (fake *FakeSyscall) MunlockallReturns(result1 error)
- func (fake *FakeSyscall) MunlockallReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Munmap(arg1 []byte) error
- func (fake *FakeSyscall) MunmapArgsForCall(i int) []byte
- func (fake *FakeSyscall) MunmapCallCount() int
- func (fake *FakeSyscall) MunmapCalls(stub func([]byte) error)
- func (fake *FakeSyscall) MunmapReturns(result1 error)
- func (fake *FakeSyscall) MunmapReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) NsecToTimespec(arg1 int64) syscall.Timespec
- func (fake *FakeSyscall) NsecToTimespecArgsForCall(i int) int64
- func (fake *FakeSyscall) NsecToTimespecCallCount() int
- func (fake *FakeSyscall) NsecToTimespecCalls(stub func(int64) syscall.Timespec)
- func (fake *FakeSyscall) NsecToTimespecReturns(result1 syscall.Timespec)
- func (fake *FakeSyscall) NsecToTimespecReturnsOnCall(i int, result1 syscall.Timespec)
- func (fake *FakeSyscall) NsecToTimeval(arg1 int64) syscall.Timeval
- func (fake *FakeSyscall) NsecToTimevalArgsForCall(i int) int64
- func (fake *FakeSyscall) NsecToTimevalCallCount() int
- func (fake *FakeSyscall) NsecToTimevalCalls(stub func(int64) syscall.Timeval)
- func (fake *FakeSyscall) NsecToTimevalReturns(result1 syscall.Timeval)
- func (fake *FakeSyscall) NsecToTimevalReturnsOnCall(i int, result1 syscall.Timeval)
- func (fake *FakeSyscall) Open(arg1 string, arg2 int, arg3 uint32) (int, error)
- func (fake *FakeSyscall) OpenArgsForCall(i int) (string, int, uint32)
- func (fake *FakeSyscall) OpenCallCount() int
- func (fake *FakeSyscall) OpenCalls(stub func(string, int, uint32) (int, error))
- func (fake *FakeSyscall) OpenReturns(result1 int, result2 error)
- func (fake *FakeSyscall) OpenReturnsOnCall(i int, result1 int, result2 error)
- func (fake *FakeSyscall) ParseDirent(arg1 []byte, arg2 int, arg3 []string) (int, int, []string)
- func (fake *FakeSyscall) ParseDirentArgsForCall(i int) ([]byte, int, []string)
- func (fake *FakeSyscall) ParseDirentCallCount() int
- func (fake *FakeSyscall) ParseDirentCalls(stub func([]byte, int, []string) (int, int, []string))
- func (fake *FakeSyscall) ParseDirentReturns(result1 int, result2 int, result3 []string)
- func (fake *FakeSyscall) ParseDirentReturnsOnCall(i int, result1 int, result2 int, result3 []string)
- func (fake *FakeSyscall) ParseSocketControlMessage(arg1 []byte) ([]syscall.SocketControlMessage, error)
- func (fake *FakeSyscall) ParseSocketControlMessageArgsForCall(i int) []byte
- func (fake *FakeSyscall) ParseSocketControlMessageCallCount() int
- func (fake *FakeSyscall) ParseSocketControlMessageCalls(stub func([]byte) ([]syscall.SocketControlMessage, error))
- func (fake *FakeSyscall) ParseSocketControlMessageReturns(result1 []syscall.SocketControlMessage, result2 error)
- func (fake *FakeSyscall) ParseSocketControlMessageReturnsOnCall(i int, result1 []syscall.SocketControlMessage, result2 error)
- func (fake *FakeSyscall) ParseUnixRights(arg1 *syscall.SocketControlMessage) ([]int, error)
- func (fake *FakeSyscall) ParseUnixRightsArgsForCall(i int) *syscall.SocketControlMessage
- func (fake *FakeSyscall) ParseUnixRightsCallCount() int
- func (fake *FakeSyscall) ParseUnixRightsCalls(stub func(*syscall.SocketControlMessage) ([]int, error))
- func (fake *FakeSyscall) ParseUnixRightsReturns(result1 []int, result2 error)
- func (fake *FakeSyscall) ParseUnixRightsReturnsOnCall(i int, result1 []int, result2 error)
- func (fake *FakeSyscall) Pipe(arg1 []int) error
- func (fake *FakeSyscall) PipeArgsForCall(i int) []int
- func (fake *FakeSyscall) PipeCallCount() int
- func (fake *FakeSyscall) PipeCalls(stub func([]int) error)
- func (fake *FakeSyscall) PipeReturns(result1 error)
- func (fake *FakeSyscall) PipeReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Pread(arg1 int, arg2 []byte, arg3 int64) (int, error)
- func (fake *FakeSyscall) PreadArgsForCall(i int) (int, []byte, int64)
- func (fake *FakeSyscall) PreadCallCount() int
- func (fake *FakeSyscall) PreadCalls(stub func(int, []byte, int64) (int, error))
- func (fake *FakeSyscall) PreadReturns(result1 int, result2 error)
- func (fake *FakeSyscall) PreadReturnsOnCall(i int, result1 int, result2 error)
- func (fake *FakeSyscall) PtraceAttach(arg1 int) error
- func (fake *FakeSyscall) PtraceAttachArgsForCall(i int) int
- func (fake *FakeSyscall) PtraceAttachCallCount() int
- func (fake *FakeSyscall) PtraceAttachCalls(stub func(int) error)
- func (fake *FakeSyscall) PtraceAttachReturns(result1 error)
- func (fake *FakeSyscall) PtraceAttachReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) PtraceDetach(arg1 int) error
- func (fake *FakeSyscall) PtraceDetachArgsForCall(i int) int
- func (fake *FakeSyscall) PtraceDetachCallCount() int
- func (fake *FakeSyscall) PtraceDetachCalls(stub func(int) error)
- func (fake *FakeSyscall) PtraceDetachReturns(result1 error)
- func (fake *FakeSyscall) PtraceDetachReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Pwrite(arg1 int, arg2 []byte, arg3 int64) (int, error)
- func (fake *FakeSyscall) PwriteArgsForCall(i int) (int, []byte, int64)
- func (fake *FakeSyscall) PwriteCallCount() int
- func (fake *FakeSyscall) PwriteCalls(stub func(int, []byte, int64) (int, error))
- func (fake *FakeSyscall) PwriteReturns(result1 int, result2 error)
- func (fake *FakeSyscall) PwriteReturnsOnCall(i int, result1 int, result2 error)
- func (fake *FakeSyscall) RawSyscall(arg1 uintptr, arg2 uintptr, arg3 uintptr, arg4 uintptr) (uintptr, uintptr, syscall.Errno)
- func (fake *FakeSyscall) RawSyscall6(arg1 uintptr, arg2 uintptr, arg3 uintptr, arg4 uintptr, arg5 uintptr, ...) (uintptr, uintptr, syscall.Errno)
- func (fake *FakeSyscall) RawSyscall6ArgsForCall(i int) (uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr)
- func (fake *FakeSyscall) RawSyscall6CallCount() int
- func (fake *FakeSyscall) RawSyscall6Calls(...)
- func (fake *FakeSyscall) RawSyscall6Returns(result1 uintptr, result2 uintptr, result3 syscall.Errno)
- func (fake *FakeSyscall) RawSyscall6ReturnsOnCall(i int, result1 uintptr, result2 uintptr, result3 syscall.Errno)
- func (fake *FakeSyscall) RawSyscallArgsForCall(i int) (uintptr, uintptr, uintptr, uintptr)
- func (fake *FakeSyscall) RawSyscallCallCount() int
- func (fake *FakeSyscall) RawSyscallCalls(...)
- func (fake *FakeSyscall) RawSyscallReturns(result1 uintptr, result2 uintptr, result3 syscall.Errno)
- func (fake *FakeSyscall) RawSyscallReturnsOnCall(i int, result1 uintptr, result2 uintptr, result3 syscall.Errno)
- func (fake *FakeSyscall) Read(arg1 int, arg2 []byte) (int, error)
- func (fake *FakeSyscall) ReadArgsForCall(i int) (int, []byte)
- func (fake *FakeSyscall) ReadCallCount() int
- func (fake *FakeSyscall) ReadCalls(stub func(int, []byte) (int, error))
- func (fake *FakeSyscall) ReadDirent(arg1 int, arg2 []byte) (int, error)
- func (fake *FakeSyscall) ReadDirentArgsForCall(i int) (int, []byte)
- func (fake *FakeSyscall) ReadDirentCallCount() int
- func (fake *FakeSyscall) ReadDirentCalls(stub func(int, []byte) (int, error))
- func (fake *FakeSyscall) ReadDirentReturns(result1 int, result2 error)
- func (fake *FakeSyscall) ReadDirentReturnsOnCall(i int, result1 int, result2 error)
- func (fake *FakeSyscall) ReadReturns(result1 int, result2 error)
- func (fake *FakeSyscall) ReadReturnsOnCall(i int, result1 int, result2 error)
- func (fake *FakeSyscall) Readlink(arg1 string, arg2 []byte) (int, error)
- func (fake *FakeSyscall) ReadlinkArgsForCall(i int) (string, []byte)
- func (fake *FakeSyscall) ReadlinkCallCount() int
- func (fake *FakeSyscall) ReadlinkCalls(stub func(string, []byte) (int, error))
- func (fake *FakeSyscall) ReadlinkReturns(result1 int, result2 error)
- func (fake *FakeSyscall) ReadlinkReturnsOnCall(i int, result1 int, result2 error)
- func (fake *FakeSyscall) Recvfrom(arg1 int, arg2 []byte, arg3 int) (int, syscall.Sockaddr, error)
- func (fake *FakeSyscall) RecvfromArgsForCall(i int) (int, []byte, int)
- func (fake *FakeSyscall) RecvfromCallCount() int
- func (fake *FakeSyscall) RecvfromCalls(stub func(int, []byte, int) (int, syscall.Sockaddr, error))
- func (fake *FakeSyscall) RecvfromReturns(result1 int, result2 syscall.Sockaddr, result3 error)
- func (fake *FakeSyscall) RecvfromReturnsOnCall(i int, result1 int, result2 syscall.Sockaddr, result3 error)
- func (fake *FakeSyscall) Recvmsg(arg1 int, arg2 []byte, arg3 []byte, arg4 int) (int, int, int, syscall.Sockaddr, error)
- func (fake *FakeSyscall) RecvmsgArgsForCall(i int) (int, []byte, []byte, int)
- func (fake *FakeSyscall) RecvmsgCallCount() int
- func (fake *FakeSyscall) RecvmsgCalls(stub func(int, []byte, []byte, int) (int, int, int, syscall.Sockaddr, error))
- func (fake *FakeSyscall) RecvmsgReturns(result1 int, result2 int, result3 int, result4 syscall.Sockaddr, result5 error)
- func (fake *FakeSyscall) RecvmsgReturnsOnCall(i int, result1 int, result2 int, result3 int, result4 syscall.Sockaddr, ...)
- func (fake *FakeSyscall) Rename(arg1 string, arg2 string) error
- func (fake *FakeSyscall) RenameArgsForCall(i int) (string, string)
- func (fake *FakeSyscall) RenameCallCount() int
- func (fake *FakeSyscall) RenameCalls(stub func(string, string) error)
- func (fake *FakeSyscall) RenameReturns(result1 error)
- func (fake *FakeSyscall) RenameReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Rmdir(arg1 string) error
- func (fake *FakeSyscall) RmdirArgsForCall(i int) string
- func (fake *FakeSyscall) RmdirCallCount() int
- func (fake *FakeSyscall) RmdirCalls(stub func(string) error)
- func (fake *FakeSyscall) RmdirReturns(result1 error)
- func (fake *FakeSyscall) RmdirReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Seek(arg1 int, arg2 int64, arg3 int) (int64, error)
- func (fake *FakeSyscall) SeekArgsForCall(i int) (int, int64, int)
- func (fake *FakeSyscall) SeekCallCount() int
- func (fake *FakeSyscall) SeekCalls(stub func(int, int64, int) (int64, error))
- func (fake *FakeSyscall) SeekReturns(result1 int64, result2 error)
- func (fake *FakeSyscall) SeekReturnsOnCall(i int, result1 int64, result2 error)
- func (fake *FakeSyscall) Sendfile(arg1 int, arg2 int, arg3 *int64, arg4 int) (int, error)
- func (fake *FakeSyscall) SendfileArgsForCall(i int) (int, int, *int64, int)
- func (fake *FakeSyscall) SendfileCallCount() int
- func (fake *FakeSyscall) SendfileCalls(stub func(int, int, *int64, int) (int, error))
- func (fake *FakeSyscall) SendfileReturns(result1 int, result2 error)
- func (fake *FakeSyscall) SendfileReturnsOnCall(i int, result1 int, result2 error)
- func (fake *FakeSyscall) Sendmsg(arg1 int, arg2 []byte, arg3 []byte, arg4 syscall.Sockaddr, arg5 int) error
- func (fake *FakeSyscall) SendmsgArgsForCall(i int) (int, []byte, []byte, syscall.Sockaddr, int)
- func (fake *FakeSyscall) SendmsgCallCount() int
- func (fake *FakeSyscall) SendmsgCalls(stub func(int, []byte, []byte, syscall.Sockaddr, int) error)
- func (fake *FakeSyscall) SendmsgN(arg1 int, arg2 []byte, arg3 []byte, arg4 syscall.Sockaddr, arg5 int) (int, error)
- func (fake *FakeSyscall) SendmsgNArgsForCall(i int) (int, []byte, []byte, syscall.Sockaddr, int)
- func (fake *FakeSyscall) SendmsgNCallCount() int
- func (fake *FakeSyscall) SendmsgNCalls(stub func(int, []byte, []byte, syscall.Sockaddr, int) (int, error))
- func (fake *FakeSyscall) SendmsgNReturns(result1 int, result2 error)
- func (fake *FakeSyscall) SendmsgNReturnsOnCall(i int, result1 int, result2 error)
- func (fake *FakeSyscall) SendmsgReturns(result1 error)
- func (fake *FakeSyscall) SendmsgReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Sendto(arg1 int, arg2 []byte, arg3 int, arg4 syscall.Sockaddr) error
- func (fake *FakeSyscall) SendtoArgsForCall(i int) (int, []byte, int, syscall.Sockaddr)
- func (fake *FakeSyscall) SendtoCallCount() int
- func (fake *FakeSyscall) SendtoCalls(stub func(int, []byte, int, syscall.Sockaddr) error)
- func (fake *FakeSyscall) SendtoReturns(result1 error)
- func (fake *FakeSyscall) SendtoReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) SetNonblock(arg1 int, arg2 bool) error
- func (fake *FakeSyscall) SetNonblockArgsForCall(i int) (int, bool)
- func (fake *FakeSyscall) SetNonblockCallCount() int
- func (fake *FakeSyscall) SetNonblockCalls(stub func(int, bool) error)
- func (fake *FakeSyscall) SetNonblockReturns(result1 error)
- func (fake *FakeSyscall) SetNonblockReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Setenv(arg1 string, arg2 string) error
- func (fake *FakeSyscall) SetenvArgsForCall(i int) (string, string)
- func (fake *FakeSyscall) SetenvCallCount() int
- func (fake *FakeSyscall) SetenvCalls(stub func(string, string) error)
- func (fake *FakeSyscall) SetenvReturns(result1 error)
- func (fake *FakeSyscall) SetenvReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Setgid(arg1 int) error
- func (fake *FakeSyscall) SetgidArgsForCall(i int) int
- func (fake *FakeSyscall) SetgidCallCount() int
- func (fake *FakeSyscall) SetgidCalls(stub func(int) error)
- func (fake *FakeSyscall) SetgidReturns(result1 error)
- func (fake *FakeSyscall) SetgidReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Setgroups(arg1 []int) error
- func (fake *FakeSyscall) SetgroupsArgsForCall(i int) []int
- func (fake *FakeSyscall) SetgroupsCallCount() int
- func (fake *FakeSyscall) SetgroupsCalls(stub func([]int) error)
- func (fake *FakeSyscall) SetgroupsReturns(result1 error)
- func (fake *FakeSyscall) SetgroupsReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Setpgid(arg1 int, arg2 int) error
- func (fake *FakeSyscall) SetpgidArgsForCall(i int) (int, int)
- func (fake *FakeSyscall) SetpgidCallCount() int
- func (fake *FakeSyscall) SetpgidCalls(stub func(int, int) error)
- func (fake *FakeSyscall) SetpgidReturns(result1 error)
- func (fake *FakeSyscall) SetpgidReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Setpriority(arg1 int, arg2 int, arg3 int) error
- func (fake *FakeSyscall) SetpriorityArgsForCall(i int) (int, int, int)
- func (fake *FakeSyscall) SetpriorityCallCount() int
- func (fake *FakeSyscall) SetpriorityCalls(stub func(int, int, int) error)
- func (fake *FakeSyscall) SetpriorityReturns(result1 error)
- func (fake *FakeSyscall) SetpriorityReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Setregid(arg1 int, arg2 int) error
- func (fake *FakeSyscall) SetregidArgsForCall(i int) (int, int)
- func (fake *FakeSyscall) SetregidCallCount() int
- func (fake *FakeSyscall) SetregidCalls(stub func(int, int) error)
- func (fake *FakeSyscall) SetregidReturns(result1 error)
- func (fake *FakeSyscall) SetregidReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Setreuid(arg1 int, arg2 int) error
- func (fake *FakeSyscall) SetreuidArgsForCall(i int) (int, int)
- func (fake *FakeSyscall) SetreuidCallCount() int
- func (fake *FakeSyscall) SetreuidCalls(stub func(int, int) error)
- func (fake *FakeSyscall) SetreuidReturns(result1 error)
- func (fake *FakeSyscall) SetreuidReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Setrlimit(arg1 int, arg2 *syscall.Rlimit) error
- func (fake *FakeSyscall) SetrlimitArgsForCall(i int) (int, *syscall.Rlimit)
- func (fake *FakeSyscall) SetrlimitCallCount() int
- func (fake *FakeSyscall) SetrlimitCalls(stub func(int, *syscall.Rlimit) error)
- func (fake *FakeSyscall) SetrlimitReturns(result1 error)
- func (fake *FakeSyscall) SetrlimitReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Setsid() (int, error)
- func (fake *FakeSyscall) SetsidCallCount() int
- func (fake *FakeSyscall) SetsidCalls(stub func() (int, error))
- func (fake *FakeSyscall) SetsidReturns(result1 int, result2 error)
- func (fake *FakeSyscall) SetsidReturnsOnCall(i int, result1 int, result2 error)
- func (fake *FakeSyscall) SetsockoptByte(arg1 int, arg2 int, arg3 int, arg4 byte) error
- func (fake *FakeSyscall) SetsockoptByteArgsForCall(i int) (int, int, int, byte)
- func (fake *FakeSyscall) SetsockoptByteCallCount() int
- func (fake *FakeSyscall) SetsockoptByteCalls(stub func(int, int, int, byte) error)
- func (fake *FakeSyscall) SetsockoptByteReturns(result1 error)
- func (fake *FakeSyscall) SetsockoptByteReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) SetsockoptICMPv6Filter(arg1 int, arg2 int, arg3 int, arg4 *syscall.ICMPv6Filter) error
- func (fake *FakeSyscall) SetsockoptICMPv6FilterArgsForCall(i int) (int, int, int, *syscall.ICMPv6Filter)
- func (fake *FakeSyscall) SetsockoptICMPv6FilterCallCount() int
- func (fake *FakeSyscall) SetsockoptICMPv6FilterCalls(stub func(int, int, int, *syscall.ICMPv6Filter) error)
- func (fake *FakeSyscall) SetsockoptICMPv6FilterReturns(result1 error)
- func (fake *FakeSyscall) SetsockoptICMPv6FilterReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) SetsockoptIPMreq(arg1 int, arg2 int, arg3 int, arg4 *syscall.IPMreq) error
- func (fake *FakeSyscall) SetsockoptIPMreqArgsForCall(i int) (int, int, int, *syscall.IPMreq)
- func (fake *FakeSyscall) SetsockoptIPMreqCallCount() int
- func (fake *FakeSyscall) SetsockoptIPMreqCalls(stub func(int, int, int, *syscall.IPMreq) error)
- func (fake *FakeSyscall) SetsockoptIPMreqReturns(result1 error)
- func (fake *FakeSyscall) SetsockoptIPMreqReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) SetsockoptIPv6Mreq(arg1 int, arg2 int, arg3 int, arg4 *syscall.IPv6Mreq) error
- func (fake *FakeSyscall) SetsockoptIPv6MreqArgsForCall(i int) (int, int, int, *syscall.IPv6Mreq)
- func (fake *FakeSyscall) SetsockoptIPv6MreqCallCount() int
- func (fake *FakeSyscall) SetsockoptIPv6MreqCalls(stub func(int, int, int, *syscall.IPv6Mreq) error)
- func (fake *FakeSyscall) SetsockoptIPv6MreqReturns(result1 error)
- func (fake *FakeSyscall) SetsockoptIPv6MreqReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) SetsockoptInet4Addr(arg1 int, arg2 int, arg3 int, arg4 [4]byte) error
- func (fake *FakeSyscall) SetsockoptInet4AddrArgsForCall(i int) (int, int, int, [4]byte)
- func (fake *FakeSyscall) SetsockoptInet4AddrCallCount() int
- func (fake *FakeSyscall) SetsockoptInet4AddrCalls(stub func(int, int, int, [4]byte) error)
- func (fake *FakeSyscall) SetsockoptInet4AddrReturns(result1 error)
- func (fake *FakeSyscall) SetsockoptInet4AddrReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) SetsockoptInt(arg1 int, arg2 int, arg3 int, arg4 int) error
- func (fake *FakeSyscall) SetsockoptIntArgsForCall(i int) (int, int, int, int)
- func (fake *FakeSyscall) SetsockoptIntCallCount() int
- func (fake *FakeSyscall) SetsockoptIntCalls(stub func(int, int, int, int) error)
- func (fake *FakeSyscall) SetsockoptIntReturns(result1 error)
- func (fake *FakeSyscall) SetsockoptIntReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) SetsockoptLinger(arg1 int, arg2 int, arg3 int, arg4 *syscall.Linger) error
- func (fake *FakeSyscall) SetsockoptLingerArgsForCall(i int) (int, int, int, *syscall.Linger)
- func (fake *FakeSyscall) SetsockoptLingerCallCount() int
- func (fake *FakeSyscall) SetsockoptLingerCalls(stub func(int, int, int, *syscall.Linger) error)
- func (fake *FakeSyscall) SetsockoptLingerReturns(result1 error)
- func (fake *FakeSyscall) SetsockoptLingerReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) SetsockoptString(arg1 int, arg2 int, arg3 int, arg4 string) error
- func (fake *FakeSyscall) SetsockoptStringArgsForCall(i int) (int, int, int, string)
- func (fake *FakeSyscall) SetsockoptStringCallCount() int
- func (fake *FakeSyscall) SetsockoptStringCalls(stub func(int, int, int, string) error)
- func (fake *FakeSyscall) SetsockoptStringReturns(result1 error)
- func (fake *FakeSyscall) SetsockoptStringReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) SetsockoptTimeval(arg1 int, arg2 int, arg3 int, arg4 *syscall.Timeval) error
- func (fake *FakeSyscall) SetsockoptTimevalArgsForCall(i int) (int, int, int, *syscall.Timeval)
- func (fake *FakeSyscall) SetsockoptTimevalCallCount() int
- func (fake *FakeSyscall) SetsockoptTimevalCalls(stub func(int, int, int, *syscall.Timeval) error)
- func (fake *FakeSyscall) SetsockoptTimevalReturns(result1 error)
- func (fake *FakeSyscall) SetsockoptTimevalReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Settimeofday(arg1 *syscall.Timeval) error
- func (fake *FakeSyscall) SettimeofdayArgsForCall(i int) *syscall.Timeval
- func (fake *FakeSyscall) SettimeofdayCallCount() int
- func (fake *FakeSyscall) SettimeofdayCalls(stub func(*syscall.Timeval) error)
- func (fake *FakeSyscall) SettimeofdayReturns(result1 error)
- func (fake *FakeSyscall) SettimeofdayReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Setuid(arg1 int) error
- func (fake *FakeSyscall) SetuidArgsForCall(i int) int
- func (fake *FakeSyscall) SetuidCallCount() int
- func (fake *FakeSyscall) SetuidCalls(stub func(int) error)
- func (fake *FakeSyscall) SetuidReturns(result1 error)
- func (fake *FakeSyscall) SetuidReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Shutdown(arg1 int, arg2 int) error
- func (fake *FakeSyscall) ShutdownArgsForCall(i int) (int, int)
- func (fake *FakeSyscall) ShutdownCallCount() int
- func (fake *FakeSyscall) ShutdownCalls(stub func(int, int) error)
- func (fake *FakeSyscall) ShutdownReturns(result1 error)
- func (fake *FakeSyscall) ShutdownReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) SlicePtrFromStrings(arg1 []string) ([]*byte, error)
- func (fake *FakeSyscall) SlicePtrFromStringsArgsForCall(i int) []string
- func (fake *FakeSyscall) SlicePtrFromStringsCallCount() int
- func (fake *FakeSyscall) SlicePtrFromStringsCalls(stub func([]string) ([]*byte, error))
- func (fake *FakeSyscall) SlicePtrFromStringsReturns(result1 []*byte, result2 error)
- func (fake *FakeSyscall) SlicePtrFromStringsReturnsOnCall(i int, result1 []*byte, result2 error)
- func (fake *FakeSyscall) Socket(arg1 int, arg2 int, arg3 int) (int, error)
- func (fake *FakeSyscall) SocketArgsForCall(i int) (int, int, int)
- func (fake *FakeSyscall) SocketCallCount() int
- func (fake *FakeSyscall) SocketCalls(stub func(int, int, int) (int, error))
- func (fake *FakeSyscall) SocketReturns(result1 int, result2 error)
- func (fake *FakeSyscall) SocketReturnsOnCall(i int, result1 int, result2 error)
- func (fake *FakeSyscall) Socketpair(arg1 int, arg2 int, arg3 int) ([2]int, error)
- func (fake *FakeSyscall) SocketpairArgsForCall(i int) (int, int, int)
- func (fake *FakeSyscall) SocketpairCallCount() int
- func (fake *FakeSyscall) SocketpairCalls(stub func(int, int, int) ([2]int, error))
- func (fake *FakeSyscall) SocketpairReturns(result1 [2]int, result2 error)
- func (fake *FakeSyscall) SocketpairReturnsOnCall(i int, result1 [2]int, result2 error)
- func (fake *FakeSyscall) StartProcess(arg1 string, arg2 []string, arg3 *syscall.ProcAttr) (int, uintptr, error)
- func (fake *FakeSyscall) StartProcessArgsForCall(i int) (string, []string, *syscall.ProcAttr)
- func (fake *FakeSyscall) StartProcessCallCount() int
- func (fake *FakeSyscall) StartProcessCalls(stub func(string, []string, *syscall.ProcAttr) (int, uintptr, error))
- func (fake *FakeSyscall) StartProcessReturns(result1 int, result2 uintptr, result3 error)
- func (fake *FakeSyscall) StartProcessReturnsOnCall(i int, result1 int, result2 uintptr, result3 error)
- func (fake *FakeSyscall) Stat(arg1 string, arg2 *syscall.Stat_t) error
- func (fake *FakeSyscall) StatArgsForCall(i int) (string, *syscall.Stat_t)
- func (fake *FakeSyscall) StatCallCount() int
- func (fake *FakeSyscall) StatCalls(stub func(string, *syscall.Stat_t) error)
- func (fake *FakeSyscall) StatReturns(result1 error)
- func (fake *FakeSyscall) StatReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Statfs(arg1 string, arg2 *syscall.Statfs_t) error
- func (fake *FakeSyscall) StatfsArgsForCall(i int) (string, *syscall.Statfs_t)
- func (fake *FakeSyscall) StatfsCallCount() int
- func (fake *FakeSyscall) StatfsCalls(stub func(string, *syscall.Statfs_t) error)
- func (fake *FakeSyscall) StatfsReturns(result1 error)
- func (fake *FakeSyscall) StatfsReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) StringBytePtr(arg1 string) *byte
- func (fake *FakeSyscall) StringBytePtrArgsForCall(i int) string
- func (fake *FakeSyscall) StringBytePtrCallCount() int
- func (fake *FakeSyscall) StringBytePtrCalls(stub func(string) *byte)
- func (fake *FakeSyscall) StringBytePtrReturns(result1 *byte)
- func (fake *FakeSyscall) StringBytePtrReturnsOnCall(i int, result1 *byte)
- func (fake *FakeSyscall) StringByteSlice(arg1 string) []byte
- func (fake *FakeSyscall) StringByteSliceArgsForCall(i int) string
- func (fake *FakeSyscall) StringByteSliceCallCount() int
- func (fake *FakeSyscall) StringByteSliceCalls(stub func(string) []byte)
- func (fake *FakeSyscall) StringByteSliceReturns(result1 []byte)
- func (fake *FakeSyscall) StringByteSliceReturnsOnCall(i int, result1 []byte)
- func (fake *FakeSyscall) StringSlicePtr(arg1 []string) []*byte
- func (fake *FakeSyscall) StringSlicePtrArgsForCall(i int) []string
- func (fake *FakeSyscall) StringSlicePtrCallCount() int
- func (fake *FakeSyscall) StringSlicePtrCalls(stub func([]string) []*byte)
- func (fake *FakeSyscall) StringSlicePtrReturns(result1 []*byte)
- func (fake *FakeSyscall) StringSlicePtrReturnsOnCall(i int, result1 []*byte)
- func (fake *FakeSyscall) Symlink(arg1 string, arg2 string) error
- func (fake *FakeSyscall) SymlinkArgsForCall(i int) (string, string)
- func (fake *FakeSyscall) SymlinkCallCount() int
- func (fake *FakeSyscall) SymlinkCalls(stub func(string, string) error)
- func (fake *FakeSyscall) SymlinkReturns(result1 error)
- func (fake *FakeSyscall) SymlinkReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) TimespecToNsec(arg1 syscall.Timespec) int64
- func (fake *FakeSyscall) TimespecToNsecArgsForCall(i int) syscall.Timespec
- func (fake *FakeSyscall) TimespecToNsecCallCount() int
- func (fake *FakeSyscall) TimespecToNsecCalls(stub func(syscall.Timespec) int64)
- func (fake *FakeSyscall) TimespecToNsecReturns(result1 int64)
- func (fake *FakeSyscall) TimespecToNsecReturnsOnCall(i int, result1 int64)
- func (fake *FakeSyscall) TimevalToNsec(arg1 syscall.Timeval) int64
- func (fake *FakeSyscall) TimevalToNsecArgsForCall(i int) syscall.Timeval
- func (fake *FakeSyscall) TimevalToNsecCallCount() int
- func (fake *FakeSyscall) TimevalToNsecCalls(stub func(syscall.Timeval) int64)
- func (fake *FakeSyscall) TimevalToNsecReturns(result1 int64)
- func (fake *FakeSyscall) TimevalToNsecReturnsOnCall(i int, result1 int64)
- func (fake *FakeSyscall) Truncate(arg1 string, arg2 int64) error
- func (fake *FakeSyscall) TruncateArgsForCall(i int) (string, int64)
- func (fake *FakeSyscall) TruncateCallCount() int
- func (fake *FakeSyscall) TruncateCalls(stub func(string, int64) error)
- func (fake *FakeSyscall) TruncateReturns(result1 error)
- func (fake *FakeSyscall) TruncateReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Umask(arg1 int) int
- func (fake *FakeSyscall) UmaskArgsForCall(i int) int
- func (fake *FakeSyscall) UmaskCallCount() int
- func (fake *FakeSyscall) UmaskCalls(stub func(int) int)
- func (fake *FakeSyscall) UmaskReturns(result1 int)
- func (fake *FakeSyscall) UmaskReturnsOnCall(i int, result1 int)
- func (fake *FakeSyscall) UnixRights(arg1 ...int) []byte
- func (fake *FakeSyscall) UnixRightsArgsForCall(i int) []int
- func (fake *FakeSyscall) UnixRightsCallCount() int
- func (fake *FakeSyscall) UnixRightsCalls(stub func(...int) []byte)
- func (fake *FakeSyscall) UnixRightsReturns(result1 []byte)
- func (fake *FakeSyscall) UnixRightsReturnsOnCall(i int, result1 []byte)
- func (fake *FakeSyscall) Unlink(arg1 string) error
- func (fake *FakeSyscall) UnlinkArgsForCall(i int) string
- func (fake *FakeSyscall) UnlinkCallCount() int
- func (fake *FakeSyscall) UnlinkCalls(stub func(string) error)
- func (fake *FakeSyscall) UnlinkReturns(result1 error)
- func (fake *FakeSyscall) UnlinkReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Unsetenv(arg1 string) error
- func (fake *FakeSyscall) UnsetenvArgsForCall(i int) string
- func (fake *FakeSyscall) UnsetenvCallCount() int
- func (fake *FakeSyscall) UnsetenvCalls(stub func(string) error)
- func (fake *FakeSyscall) UnsetenvReturns(result1 error)
- func (fake *FakeSyscall) UnsetenvReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Utimes(arg1 string, arg2 []syscall.Timeval) error
- func (fake *FakeSyscall) UtimesArgsForCall(i int) (string, []syscall.Timeval)
- func (fake *FakeSyscall) UtimesCallCount() int
- func (fake *FakeSyscall) UtimesCalls(stub func(string, []syscall.Timeval) error)
- func (fake *FakeSyscall) UtimesNano(arg1 string, arg2 []syscall.Timespec) error
- func (fake *FakeSyscall) UtimesNanoArgsForCall(i int) (string, []syscall.Timespec)
- func (fake *FakeSyscall) UtimesNanoCallCount() int
- func (fake *FakeSyscall) UtimesNanoCalls(stub func(string, []syscall.Timespec) error)
- func (fake *FakeSyscall) UtimesNanoReturns(result1 error)
- func (fake *FakeSyscall) UtimesNanoReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) UtimesReturns(result1 error)
- func (fake *FakeSyscall) UtimesReturnsOnCall(i int, result1 error)
- func (fake *FakeSyscall) Wait4(arg1 int, arg2 *syscall.WaitStatus, arg3 int, arg4 *syscall.Rusage) (int, error)
- func (fake *FakeSyscall) Wait4ArgsForCall(i int) (int, *syscall.WaitStatus, int, *syscall.Rusage)
- func (fake *FakeSyscall) Wait4CallCount() int
- func (fake *FakeSyscall) Wait4Calls(stub func(int, *syscall.WaitStatus, int, *syscall.Rusage) (int, error))
- func (fake *FakeSyscall) Wait4Returns(result1 int, result2 error)
- func (fake *FakeSyscall) Wait4ReturnsOnCall(i int, result1 int, result2 error)
- func (fake *FakeSyscall) Write(arg1 int, arg2 []byte) (int, error)
- func (fake *FakeSyscall) WriteArgsForCall(i int) (int, []byte)
- func (fake *FakeSyscall) WriteCallCount() int
- func (fake *FakeSyscall) WriteCalls(stub func(int, []byte) (int, error))
- func (fake *FakeSyscall) WriteReturns(result1 int, result2 error)
- func (fake *FakeSyscall) WriteReturnsOnCall(i int, result1 int, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeSyscall ¶
type FakeSyscall struct {
AcceptStub func(int) (int, syscall.Sockaddr, error)
AccessStub func(string, uint32) error
BindStub func(int, syscall.Sockaddr) error
BytePtrFromStringStub func(string) (*byte, error)
ByteSliceFromStringStub func(string) ([]byte, error)
ChdirStub func(string) error
ChmodStub func(string, uint32) error
ChownStub func(string, int, int) error
ChrootStub func(string) error
ClearenvStub func()
CloseStub func(int) error
CloseOnExecStub func(int)
CmsgLenStub func(int) int
CmsgSpaceStub func(int) int
ConnectStub func(int, syscall.Sockaddr) error
DupStub func(int) (int, error)
Dup2Stub func(int, int) error
EnvironStub func() []string
ExecStub func(string, []string, []string) error
ExitStub func(int)
FaccessatStub func(int, string, uint32, int) error
FchdirStub func(int) error
FchmodStub func(int, uint32) error
FchownStub func(int, int, int) error
FcntlFlockStub func(uintptr, int, *syscall.Flock_t) error
FlockStub func(int, int) error
ForkExecStub func(string, []string, *syscall.ProcAttr) (int, error)
FstatStub func(int, *syscall.Stat_t) error
FstatfsStub func(int, *syscall.Statfs_t) error
FsyncStub func(int) error
FtruncateStub func(int, int64) error
FutimesStub func(int, []syscall.Timeval) error
GetegidStub func() int
GetenvStub func(string) (string, bool)
GeteuidStub func() int
GetgidStub func() int
GetgroupsStub func() ([]int, error)
GetpagesizeStub func() int
GetpeernameStub func(int) (syscall.Sockaddr, error)
GetpgidStub func(int) (int, error)
GetpgrpStub func() int
GetpidStub func() int
GetppidStub func() int
GetpriorityStub func(int, int) (int, error)
GetrlimitStub func(int, *syscall.Rlimit) error
GetrusageStub func(int, *syscall.Rusage) error
GetsocknameStub func(int) (syscall.Sockaddr, error)
GetsockoptICMPv6FilterStub func(int, int, int) (*syscall.ICMPv6Filter, error)
GetsockoptIPMreqStub func(int, int, int) (*syscall.IPMreq, error)
GetsockoptIPv6MTUInfoStub func(int, int, int) (*syscall.IPv6MTUInfo, error)
GetsockoptIPv6MreqStub func(int, int, int) (*syscall.IPv6Mreq, error)
GetsockoptInet4AddrStub func(int, int, int) ([4]byte, error)
GetsockoptIntStub func(int, int, int) (int, error)
GettimeofdayStub func(*syscall.Timeval) error
GetuidStub func() int
GetwdStub func() (string, error)
KillStub func(int, syscall.Signal) error
LchownStub func(string, int, int) error
LinkStub func(string, string) error
ListenStub func(int, int) error
LstatStub func(string, *syscall.Stat_t) error
MkdirStub func(string, uint32) error
MkfifoStub func(string, uint32) error
MknodStub func(string, uint32, int) error
MlockStub func([]byte) error
MlockallStub func(int) error
MmapStub func(int, int64, int, int, int) ([]byte, error)
MprotectStub func([]byte, int) error
MunlockStub func([]byte) error
MunlockallStub func() error
MunmapStub func([]byte) error
NsecToTimespecStub func(int64) syscall.Timespec
NsecToTimevalStub func(int64) syscall.Timeval
OpenStub func(string, int, uint32) (int, error)
ParseDirentStub func([]byte, int, []string) (int, int, []string)
ParseSocketControlMessageStub func([]byte) ([]syscall.SocketControlMessage, error)
ParseUnixRightsStub func(*syscall.SocketControlMessage) ([]int, error)
PipeStub func([]int) error
PreadStub func(int, []byte, int64) (int, error)
PtraceAttachStub func(int) error
PtraceDetachStub func(int) error
PwriteStub func(int, []byte, int64) (int, error)
RawSyscallStub func(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, syscall.Errno)
RawSyscall6Stub func(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, syscall.Errno)
ReadStub func(int, []byte) (int, error)
ReadDirentStub func(int, []byte) (int, error)
ReadlinkStub func(string, []byte) (int, error)
RecvfromStub func(int, []byte, int) (int, syscall.Sockaddr, error)
RecvmsgStub func(int, []byte, []byte, int) (int, int, int, syscall.Sockaddr, error)
RenameStub func(string, string) error
RmdirStub func(string) error
SeekStub func(int, int64, int) (int64, error)
SendfileStub func(int, int, *int64, int) (int, error)
SendmsgStub func(int, []byte, []byte, syscall.Sockaddr, int) error
SendmsgNStub func(int, []byte, []byte, syscall.Sockaddr, int) (int, error)
SendtoStub func(int, []byte, int, syscall.Sockaddr) error
SetNonblockStub func(int, bool) error
SetenvStub func(string, string) error
SetgidStub func(int) error
SetgroupsStub func([]int) error
SetpgidStub func(int, int) error
SetpriorityStub func(int, int, int) error
SetregidStub func(int, int) error
SetreuidStub func(int, int) error
SetrlimitStub func(int, *syscall.Rlimit) error
SetsidStub func() (int, error)
SetsockoptByteStub func(int, int, int, byte) error
SetsockoptICMPv6FilterStub func(int, int, int, *syscall.ICMPv6Filter) error
SetsockoptIPMreqStub func(int, int, int, *syscall.IPMreq) error
SetsockoptIPv6MreqStub func(int, int, int, *syscall.IPv6Mreq) error
SetsockoptInet4AddrStub func(int, int, int, [4]byte) error
SetsockoptIntStub func(int, int, int, int) error
SetsockoptLingerStub func(int, int, int, *syscall.Linger) error
SetsockoptStringStub func(int, int, int, string) error
SetsockoptTimevalStub func(int, int, int, *syscall.Timeval) error
SettimeofdayStub func(*syscall.Timeval) error
SetuidStub func(int) error
ShutdownStub func(int, int) error
SlicePtrFromStringsStub func([]string) ([]*byte, error)
SocketStub func(int, int, int) (int, error)
SocketpairStub func(int, int, int) ([2]int, error)
StartProcessStub func(string, []string, *syscall.ProcAttr) (int, uintptr, error)
StatStub func(string, *syscall.Stat_t) error
StatfsStub func(string, *syscall.Statfs_t) error
StringBytePtrStub func(string) *byte
StringByteSliceStub func(string) []byte
StringSlicePtrStub func([]string) []*byte
SymlinkStub func(string, string) error
TimespecToNsecStub func(syscall.Timespec) int64
TimevalToNsecStub func(syscall.Timeval) int64
TruncateStub func(string, int64) error
UmaskStub func(int) int
UnixRightsStub func(...int) []byte
UnlinkStub func(string) error
UnsetenvStub func(string) error
UtimesStub func(string, []syscall.Timeval) error
UtimesNanoStub func(string, []syscall.Timespec) error
Wait4Stub func(int, *syscall.WaitStatus, int, *syscall.Rusage) (int, error)
WriteStub func(int, []byte) (int, error)
// contains filtered or unexported fields
}
func (*FakeSyscall) AcceptArgsForCall ¶
func (fake *FakeSyscall) AcceptArgsForCall(i int) int
func (*FakeSyscall) AcceptCallCount ¶
func (fake *FakeSyscall) AcceptCallCount() int
func (*FakeSyscall) AcceptCalls ¶
func (*FakeSyscall) AcceptReturns ¶
func (fake *FakeSyscall) AcceptReturns(result1 int, result2 syscall.Sockaddr, result3 error)
func (*FakeSyscall) AcceptReturnsOnCall ¶
func (*FakeSyscall) AccessArgsForCall ¶
func (fake *FakeSyscall) AccessArgsForCall(i int) (string, uint32)
func (*FakeSyscall) AccessCallCount ¶
func (fake *FakeSyscall) AccessCallCount() int
func (*FakeSyscall) AccessCalls ¶
func (fake *FakeSyscall) AccessCalls(stub func(string, uint32) error)
func (*FakeSyscall) AccessReturns ¶
func (fake *FakeSyscall) AccessReturns(result1 error)
func (*FakeSyscall) AccessReturnsOnCall ¶
func (fake *FakeSyscall) AccessReturnsOnCall(i int, result1 error)
func (*FakeSyscall) BindArgsForCall ¶
func (fake *FakeSyscall) BindArgsForCall(i int) (int, syscall.Sockaddr)
func (*FakeSyscall) BindCallCount ¶
func (fake *FakeSyscall) BindCallCount() int
func (*FakeSyscall) BindCalls ¶
func (fake *FakeSyscall) BindCalls(stub func(int, syscall.Sockaddr) error)
func (*FakeSyscall) BindReturns ¶
func (fake *FakeSyscall) BindReturns(result1 error)
func (*FakeSyscall) BindReturnsOnCall ¶
func (fake *FakeSyscall) BindReturnsOnCall(i int, result1 error)
func (*FakeSyscall) BytePtrFromString ¶
func (fake *FakeSyscall) BytePtrFromString(arg1 string) (*byte, error)
func (*FakeSyscall) BytePtrFromStringArgsForCall ¶
func (fake *FakeSyscall) BytePtrFromStringArgsForCall(i int) string
func (*FakeSyscall) BytePtrFromStringCallCount ¶
func (fake *FakeSyscall) BytePtrFromStringCallCount() int
func (*FakeSyscall) BytePtrFromStringCalls ¶
func (fake *FakeSyscall) BytePtrFromStringCalls(stub func(string) (*byte, error))
func (*FakeSyscall) BytePtrFromStringReturns ¶
func (fake *FakeSyscall) BytePtrFromStringReturns(result1 *byte, result2 error)
func (*FakeSyscall) BytePtrFromStringReturnsOnCall ¶
func (fake *FakeSyscall) BytePtrFromStringReturnsOnCall(i int, result1 *byte, result2 error)
func (*FakeSyscall) ByteSliceFromString ¶
func (fake *FakeSyscall) ByteSliceFromString(arg1 string) ([]byte, error)
func (*FakeSyscall) ByteSliceFromStringArgsForCall ¶
func (fake *FakeSyscall) ByteSliceFromStringArgsForCall(i int) string
func (*FakeSyscall) ByteSliceFromStringCallCount ¶
func (fake *FakeSyscall) ByteSliceFromStringCallCount() int
func (*FakeSyscall) ByteSliceFromStringCalls ¶
func (fake *FakeSyscall) ByteSliceFromStringCalls(stub func(string) ([]byte, error))
func (*FakeSyscall) ByteSliceFromStringReturns ¶
func (fake *FakeSyscall) ByteSliceFromStringReturns(result1 []byte, result2 error)
func (*FakeSyscall) ByteSliceFromStringReturnsOnCall ¶
func (fake *FakeSyscall) ByteSliceFromStringReturnsOnCall(i int, result1 []byte, result2 error)
func (*FakeSyscall) Chdir ¶
func (fake *FakeSyscall) Chdir(arg1 string) error
func (*FakeSyscall) ChdirArgsForCall ¶
func (fake *FakeSyscall) ChdirArgsForCall(i int) string
func (*FakeSyscall) ChdirCallCount ¶
func (fake *FakeSyscall) ChdirCallCount() int
func (*FakeSyscall) ChdirCalls ¶
func (fake *FakeSyscall) ChdirCalls(stub func(string) error)
func (*FakeSyscall) ChdirReturns ¶
func (fake *FakeSyscall) ChdirReturns(result1 error)
func (*FakeSyscall) ChdirReturnsOnCall ¶
func (fake *FakeSyscall) ChdirReturnsOnCall(i int, result1 error)
func (*FakeSyscall) ChmodArgsForCall ¶
func (fake *FakeSyscall) ChmodArgsForCall(i int) (string, uint32)
func (*FakeSyscall) ChmodCallCount ¶
func (fake *FakeSyscall) ChmodCallCount() int
func (*FakeSyscall) ChmodCalls ¶
func (fake *FakeSyscall) ChmodCalls(stub func(string, uint32) error)
func (*FakeSyscall) ChmodReturns ¶
func (fake *FakeSyscall) ChmodReturns(result1 error)
func (*FakeSyscall) ChmodReturnsOnCall ¶
func (fake *FakeSyscall) ChmodReturnsOnCall(i int, result1 error)
func (*FakeSyscall) ChownArgsForCall ¶
func (fake *FakeSyscall) ChownArgsForCall(i int) (string, int, int)
func (*FakeSyscall) ChownCallCount ¶
func (fake *FakeSyscall) ChownCallCount() int
func (*FakeSyscall) ChownCalls ¶
func (fake *FakeSyscall) ChownCalls(stub func(string, int, int) error)
func (*FakeSyscall) ChownReturns ¶
func (fake *FakeSyscall) ChownReturns(result1 error)
func (*FakeSyscall) ChownReturnsOnCall ¶
func (fake *FakeSyscall) ChownReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Chroot ¶
func (fake *FakeSyscall) Chroot(arg1 string) error
func (*FakeSyscall) ChrootArgsForCall ¶
func (fake *FakeSyscall) ChrootArgsForCall(i int) string
func (*FakeSyscall) ChrootCallCount ¶
func (fake *FakeSyscall) ChrootCallCount() int
func (*FakeSyscall) ChrootCalls ¶
func (fake *FakeSyscall) ChrootCalls(stub func(string) error)
func (*FakeSyscall) ChrootReturns ¶
func (fake *FakeSyscall) ChrootReturns(result1 error)
func (*FakeSyscall) ChrootReturnsOnCall ¶
func (fake *FakeSyscall) ChrootReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Clearenv ¶
func (fake *FakeSyscall) Clearenv()
func (*FakeSyscall) ClearenvCallCount ¶
func (fake *FakeSyscall) ClearenvCallCount() int
func (*FakeSyscall) ClearenvCalls ¶
func (fake *FakeSyscall) ClearenvCalls(stub func())
func (*FakeSyscall) Close ¶
func (fake *FakeSyscall) Close(arg1 int) error
func (*FakeSyscall) CloseArgsForCall ¶
func (fake *FakeSyscall) CloseArgsForCall(i int) int
func (*FakeSyscall) CloseCallCount ¶
func (fake *FakeSyscall) CloseCallCount() int
func (*FakeSyscall) CloseCalls ¶
func (fake *FakeSyscall) CloseCalls(stub func(int) error)
func (*FakeSyscall) CloseOnExec ¶
func (fake *FakeSyscall) CloseOnExec(arg1 int)
func (*FakeSyscall) CloseOnExecArgsForCall ¶
func (fake *FakeSyscall) CloseOnExecArgsForCall(i int) int
func (*FakeSyscall) CloseOnExecCallCount ¶
func (fake *FakeSyscall) CloseOnExecCallCount() int
func (*FakeSyscall) CloseOnExecCalls ¶
func (fake *FakeSyscall) CloseOnExecCalls(stub func(int))
func (*FakeSyscall) CloseReturns ¶
func (fake *FakeSyscall) CloseReturns(result1 error)
func (*FakeSyscall) CloseReturnsOnCall ¶
func (fake *FakeSyscall) CloseReturnsOnCall(i int, result1 error)
func (*FakeSyscall) CmsgLen ¶
func (fake *FakeSyscall) CmsgLen(arg1 int) int
func (*FakeSyscall) CmsgLenArgsForCall ¶
func (fake *FakeSyscall) CmsgLenArgsForCall(i int) int
func (*FakeSyscall) CmsgLenCallCount ¶
func (fake *FakeSyscall) CmsgLenCallCount() int
func (*FakeSyscall) CmsgLenCalls ¶
func (fake *FakeSyscall) CmsgLenCalls(stub func(int) int)
func (*FakeSyscall) CmsgLenReturns ¶
func (fake *FakeSyscall) CmsgLenReturns(result1 int)
func (*FakeSyscall) CmsgLenReturnsOnCall ¶
func (fake *FakeSyscall) CmsgLenReturnsOnCall(i int, result1 int)
func (*FakeSyscall) CmsgSpace ¶
func (fake *FakeSyscall) CmsgSpace(arg1 int) int
func (*FakeSyscall) CmsgSpaceArgsForCall ¶
func (fake *FakeSyscall) CmsgSpaceArgsForCall(i int) int
func (*FakeSyscall) CmsgSpaceCallCount ¶
func (fake *FakeSyscall) CmsgSpaceCallCount() int
func (*FakeSyscall) CmsgSpaceCalls ¶
func (fake *FakeSyscall) CmsgSpaceCalls(stub func(int) int)
func (*FakeSyscall) CmsgSpaceReturns ¶
func (fake *FakeSyscall) CmsgSpaceReturns(result1 int)
func (*FakeSyscall) CmsgSpaceReturnsOnCall ¶
func (fake *FakeSyscall) CmsgSpaceReturnsOnCall(i int, result1 int)
func (*FakeSyscall) Connect ¶
func (fake *FakeSyscall) Connect(arg1 int, arg2 syscall.Sockaddr) error
func (*FakeSyscall) ConnectArgsForCall ¶
func (fake *FakeSyscall) ConnectArgsForCall(i int) (int, syscall.Sockaddr)
func (*FakeSyscall) ConnectCallCount ¶
func (fake *FakeSyscall) ConnectCallCount() int
func (*FakeSyscall) ConnectCalls ¶
func (fake *FakeSyscall) ConnectCalls(stub func(int, syscall.Sockaddr) error)
func (*FakeSyscall) ConnectReturns ¶
func (fake *FakeSyscall) ConnectReturns(result1 error)
func (*FakeSyscall) ConnectReturnsOnCall ¶
func (fake *FakeSyscall) ConnectReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Dup2ArgsForCall ¶
func (fake *FakeSyscall) Dup2ArgsForCall(i int) (int, int)
func (*FakeSyscall) Dup2CallCount ¶
func (fake *FakeSyscall) Dup2CallCount() int
func (*FakeSyscall) Dup2Returns ¶
func (fake *FakeSyscall) Dup2Returns(result1 error)
func (*FakeSyscall) Dup2ReturnsOnCall ¶
func (fake *FakeSyscall) Dup2ReturnsOnCall(i int, result1 error)
func (*FakeSyscall) DupArgsForCall ¶
func (fake *FakeSyscall) DupArgsForCall(i int) int
func (*FakeSyscall) DupCallCount ¶
func (fake *FakeSyscall) DupCallCount() int
func (*FakeSyscall) DupReturns ¶
func (fake *FakeSyscall) DupReturns(result1 int, result2 error)
func (*FakeSyscall) DupReturnsOnCall ¶
func (fake *FakeSyscall) DupReturnsOnCall(i int, result1 int, result2 error)
func (*FakeSyscall) Environ ¶
func (fake *FakeSyscall) Environ() []string
func (*FakeSyscall) EnvironCallCount ¶
func (fake *FakeSyscall) EnvironCallCount() int
func (*FakeSyscall) EnvironCalls ¶
func (fake *FakeSyscall) EnvironCalls(stub func() []string)
func (*FakeSyscall) EnvironReturns ¶
func (fake *FakeSyscall) EnvironReturns(result1 []string)
func (*FakeSyscall) EnvironReturnsOnCall ¶
func (fake *FakeSyscall) EnvironReturnsOnCall(i int, result1 []string)
func (*FakeSyscall) Exec ¶
func (fake *FakeSyscall) Exec(arg1 string, arg2 []string, arg3 []string) error
func (*FakeSyscall) ExecArgsForCall ¶
func (fake *FakeSyscall) ExecArgsForCall(i int) (string, []string, []string)
func (*FakeSyscall) ExecCallCount ¶
func (fake *FakeSyscall) ExecCallCount() int
func (*FakeSyscall) ExecCalls ¶
func (fake *FakeSyscall) ExecCalls(stub func(string, []string, []string) error)
func (*FakeSyscall) ExecReturns ¶
func (fake *FakeSyscall) ExecReturns(result1 error)
func (*FakeSyscall) ExecReturnsOnCall ¶
func (fake *FakeSyscall) ExecReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Exit ¶
func (fake *FakeSyscall) Exit(arg1 int)
func (*FakeSyscall) ExitArgsForCall ¶
func (fake *FakeSyscall) ExitArgsForCall(i int) int
func (*FakeSyscall) ExitCallCount ¶
func (fake *FakeSyscall) ExitCallCount() int
func (*FakeSyscall) ExitCalls ¶
func (fake *FakeSyscall) ExitCalls(stub func(int))
func (*FakeSyscall) FaccessatArgsForCall ¶
func (*FakeSyscall) FaccessatCallCount ¶
func (fake *FakeSyscall) FaccessatCallCount() int
func (*FakeSyscall) FaccessatCalls ¶
func (*FakeSyscall) FaccessatReturns ¶
func (fake *FakeSyscall) FaccessatReturns(result1 error)
func (*FakeSyscall) FaccessatReturnsOnCall ¶
func (fake *FakeSyscall) FaccessatReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Fchdir ¶
func (fake *FakeSyscall) Fchdir(arg1 int) error
func (*FakeSyscall) FchdirArgsForCall ¶
func (fake *FakeSyscall) FchdirArgsForCall(i int) int
func (*FakeSyscall) FchdirCallCount ¶
func (fake *FakeSyscall) FchdirCallCount() int
func (*FakeSyscall) FchdirCalls ¶
func (fake *FakeSyscall) FchdirCalls(stub func(int) error)
func (*FakeSyscall) FchdirReturns ¶
func (fake *FakeSyscall) FchdirReturns(result1 error)
func (*FakeSyscall) FchdirReturnsOnCall ¶
func (fake *FakeSyscall) FchdirReturnsOnCall(i int, result1 error)
func (*FakeSyscall) FchmodArgsForCall ¶
func (fake *FakeSyscall) FchmodArgsForCall(i int) (int, uint32)
func (*FakeSyscall) FchmodCallCount ¶
func (fake *FakeSyscall) FchmodCallCount() int
func (*FakeSyscall) FchmodCalls ¶
func (fake *FakeSyscall) FchmodCalls(stub func(int, uint32) error)
func (*FakeSyscall) FchmodReturns ¶
func (fake *FakeSyscall) FchmodReturns(result1 error)
func (*FakeSyscall) FchmodReturnsOnCall ¶
func (fake *FakeSyscall) FchmodReturnsOnCall(i int, result1 error)
func (*FakeSyscall) FchownArgsForCall ¶
func (fake *FakeSyscall) FchownArgsForCall(i int) (int, int, int)
func (*FakeSyscall) FchownCallCount ¶
func (fake *FakeSyscall) FchownCallCount() int
func (*FakeSyscall) FchownCalls ¶
func (fake *FakeSyscall) FchownCalls(stub func(int, int, int) error)
func (*FakeSyscall) FchownReturns ¶
func (fake *FakeSyscall) FchownReturns(result1 error)
func (*FakeSyscall) FchownReturnsOnCall ¶
func (fake *FakeSyscall) FchownReturnsOnCall(i int, result1 error)
func (*FakeSyscall) FcntlFlock ¶
func (*FakeSyscall) FcntlFlockArgsForCall ¶
func (*FakeSyscall) FcntlFlockCallCount ¶
func (fake *FakeSyscall) FcntlFlockCallCount() int
func (*FakeSyscall) FcntlFlockCalls ¶
func (*FakeSyscall) FcntlFlockReturns ¶
func (fake *FakeSyscall) FcntlFlockReturns(result1 error)
func (*FakeSyscall) FcntlFlockReturnsOnCall ¶
func (fake *FakeSyscall) FcntlFlockReturnsOnCall(i int, result1 error)
func (*FakeSyscall) FlockArgsForCall ¶
func (fake *FakeSyscall) FlockArgsForCall(i int) (int, int)
func (*FakeSyscall) FlockCallCount ¶
func (fake *FakeSyscall) FlockCallCount() int
func (*FakeSyscall) FlockCalls ¶
func (fake *FakeSyscall) FlockCalls(stub func(int, int) error)
func (*FakeSyscall) FlockReturns ¶
func (fake *FakeSyscall) FlockReturns(result1 error)
func (*FakeSyscall) FlockReturnsOnCall ¶
func (fake *FakeSyscall) FlockReturnsOnCall(i int, result1 error)
func (*FakeSyscall) ForkExecArgsForCall ¶
func (*FakeSyscall) ForkExecCallCount ¶
func (fake *FakeSyscall) ForkExecCallCount() int
func (*FakeSyscall) ForkExecCalls ¶
func (*FakeSyscall) ForkExecReturns ¶
func (fake *FakeSyscall) ForkExecReturns(result1 int, result2 error)
func (*FakeSyscall) ForkExecReturnsOnCall ¶
func (fake *FakeSyscall) ForkExecReturnsOnCall(i int, result1 int, result2 error)
func (*FakeSyscall) FstatArgsForCall ¶
func (fake *FakeSyscall) FstatArgsForCall(i int) (int, *syscall.Stat_t)
func (*FakeSyscall) FstatCallCount ¶
func (fake *FakeSyscall) FstatCallCount() int
func (*FakeSyscall) FstatCalls ¶
func (fake *FakeSyscall) FstatCalls(stub func(int, *syscall.Stat_t) error)
func (*FakeSyscall) FstatReturns ¶
func (fake *FakeSyscall) FstatReturns(result1 error)
func (*FakeSyscall) FstatReturnsOnCall ¶
func (fake *FakeSyscall) FstatReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Fstatfs ¶
func (fake *FakeSyscall) Fstatfs(arg1 int, arg2 *syscall.Statfs_t) error
func (*FakeSyscall) FstatfsArgsForCall ¶
func (fake *FakeSyscall) FstatfsArgsForCall(i int) (int, *syscall.Statfs_t)
func (*FakeSyscall) FstatfsCallCount ¶
func (fake *FakeSyscall) FstatfsCallCount() int
func (*FakeSyscall) FstatfsCalls ¶
func (fake *FakeSyscall) FstatfsCalls(stub func(int, *syscall.Statfs_t) error)
func (*FakeSyscall) FstatfsReturns ¶
func (fake *FakeSyscall) FstatfsReturns(result1 error)
func (*FakeSyscall) FstatfsReturnsOnCall ¶
func (fake *FakeSyscall) FstatfsReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Fsync ¶
func (fake *FakeSyscall) Fsync(arg1 int) error
func (*FakeSyscall) FsyncArgsForCall ¶
func (fake *FakeSyscall) FsyncArgsForCall(i int) int
func (*FakeSyscall) FsyncCallCount ¶
func (fake *FakeSyscall) FsyncCallCount() int
func (*FakeSyscall) FsyncCalls ¶
func (fake *FakeSyscall) FsyncCalls(stub func(int) error)
func (*FakeSyscall) FsyncReturns ¶
func (fake *FakeSyscall) FsyncReturns(result1 error)
func (*FakeSyscall) FsyncReturnsOnCall ¶
func (fake *FakeSyscall) FsyncReturnsOnCall(i int, result1 error)
func (*FakeSyscall) FtruncateArgsForCall ¶
func (fake *FakeSyscall) FtruncateArgsForCall(i int) (int, int64)
func (*FakeSyscall) FtruncateCallCount ¶
func (fake *FakeSyscall) FtruncateCallCount() int
func (*FakeSyscall) FtruncateCalls ¶
func (fake *FakeSyscall) FtruncateCalls(stub func(int, int64) error)
func (*FakeSyscall) FtruncateReturns ¶
func (fake *FakeSyscall) FtruncateReturns(result1 error)
func (*FakeSyscall) FtruncateReturnsOnCall ¶
func (fake *FakeSyscall) FtruncateReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Futimes ¶
func (fake *FakeSyscall) Futimes(arg1 int, arg2 []syscall.Timeval) error
func (*FakeSyscall) FutimesArgsForCall ¶
func (fake *FakeSyscall) FutimesArgsForCall(i int) (int, []syscall.Timeval)
func (*FakeSyscall) FutimesCallCount ¶
func (fake *FakeSyscall) FutimesCallCount() int
func (*FakeSyscall) FutimesCalls ¶
func (fake *FakeSyscall) FutimesCalls(stub func(int, []syscall.Timeval) error)
func (*FakeSyscall) FutimesReturns ¶
func (fake *FakeSyscall) FutimesReturns(result1 error)
func (*FakeSyscall) FutimesReturnsOnCall ¶
func (fake *FakeSyscall) FutimesReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Getegid ¶
func (fake *FakeSyscall) Getegid() int
func (*FakeSyscall) GetegidCallCount ¶
func (fake *FakeSyscall) GetegidCallCount() int
func (*FakeSyscall) GetegidCalls ¶
func (fake *FakeSyscall) GetegidCalls(stub func() int)
func (*FakeSyscall) GetegidReturns ¶
func (fake *FakeSyscall) GetegidReturns(result1 int)
func (*FakeSyscall) GetegidReturnsOnCall ¶
func (fake *FakeSyscall) GetegidReturnsOnCall(i int, result1 int)
func (*FakeSyscall) GetenvArgsForCall ¶
func (fake *FakeSyscall) GetenvArgsForCall(i int) string
func (*FakeSyscall) GetenvCallCount ¶
func (fake *FakeSyscall) GetenvCallCount() int
func (*FakeSyscall) GetenvCalls ¶
func (fake *FakeSyscall) GetenvCalls(stub func(string) (string, bool))
func (*FakeSyscall) GetenvReturns ¶
func (fake *FakeSyscall) GetenvReturns(result1 string, result2 bool)
func (*FakeSyscall) GetenvReturnsOnCall ¶
func (fake *FakeSyscall) GetenvReturnsOnCall(i int, result1 string, result2 bool)
func (*FakeSyscall) Geteuid ¶
func (fake *FakeSyscall) Geteuid() int
func (*FakeSyscall) GeteuidCallCount ¶
func (fake *FakeSyscall) GeteuidCallCount() int
func (*FakeSyscall) GeteuidCalls ¶
func (fake *FakeSyscall) GeteuidCalls(stub func() int)
func (*FakeSyscall) GeteuidReturns ¶
func (fake *FakeSyscall) GeteuidReturns(result1 int)
func (*FakeSyscall) GeteuidReturnsOnCall ¶
func (fake *FakeSyscall) GeteuidReturnsOnCall(i int, result1 int)
func (*FakeSyscall) Getgid ¶
func (fake *FakeSyscall) Getgid() int
func (*FakeSyscall) GetgidCallCount ¶
func (fake *FakeSyscall) GetgidCallCount() int
func (*FakeSyscall) GetgidCalls ¶
func (fake *FakeSyscall) GetgidCalls(stub func() int)
func (*FakeSyscall) GetgidReturns ¶
func (fake *FakeSyscall) GetgidReturns(result1 int)
func (*FakeSyscall) GetgidReturnsOnCall ¶
func (fake *FakeSyscall) GetgidReturnsOnCall(i int, result1 int)
func (*FakeSyscall) Getgroups ¶
func (fake *FakeSyscall) Getgroups() ([]int, error)
func (*FakeSyscall) GetgroupsCallCount ¶
func (fake *FakeSyscall) GetgroupsCallCount() int
func (*FakeSyscall) GetgroupsCalls ¶
func (fake *FakeSyscall) GetgroupsCalls(stub func() ([]int, error))
func (*FakeSyscall) GetgroupsReturns ¶
func (fake *FakeSyscall) GetgroupsReturns(result1 []int, result2 error)
func (*FakeSyscall) GetgroupsReturnsOnCall ¶
func (fake *FakeSyscall) GetgroupsReturnsOnCall(i int, result1 []int, result2 error)
func (*FakeSyscall) Getpagesize ¶
func (fake *FakeSyscall) Getpagesize() int
func (*FakeSyscall) GetpagesizeCallCount ¶
func (fake *FakeSyscall) GetpagesizeCallCount() int
func (*FakeSyscall) GetpagesizeCalls ¶
func (fake *FakeSyscall) GetpagesizeCalls(stub func() int)
func (*FakeSyscall) GetpagesizeReturns ¶
func (fake *FakeSyscall) GetpagesizeReturns(result1 int)
func (*FakeSyscall) GetpagesizeReturnsOnCall ¶
func (fake *FakeSyscall) GetpagesizeReturnsOnCall(i int, result1 int)
func (*FakeSyscall) Getpeername ¶
func (fake *FakeSyscall) Getpeername(arg1 int) (syscall.Sockaddr, error)
func (*FakeSyscall) GetpeernameArgsForCall ¶
func (fake *FakeSyscall) GetpeernameArgsForCall(i int) int
func (*FakeSyscall) GetpeernameCallCount ¶
func (fake *FakeSyscall) GetpeernameCallCount() int
func (*FakeSyscall) GetpeernameCalls ¶
func (fake *FakeSyscall) GetpeernameCalls(stub func(int) (syscall.Sockaddr, error))
func (*FakeSyscall) GetpeernameReturns ¶
func (fake *FakeSyscall) GetpeernameReturns(result1 syscall.Sockaddr, result2 error)
func (*FakeSyscall) GetpeernameReturnsOnCall ¶
func (fake *FakeSyscall) GetpeernameReturnsOnCall(i int, result1 syscall.Sockaddr, result2 error)
func (*FakeSyscall) GetpgidArgsForCall ¶
func (fake *FakeSyscall) GetpgidArgsForCall(i int) int
func (*FakeSyscall) GetpgidCallCount ¶
func (fake *FakeSyscall) GetpgidCallCount() int
func (*FakeSyscall) GetpgidCalls ¶
func (fake *FakeSyscall) GetpgidCalls(stub func(int) (int, error))
func (*FakeSyscall) GetpgidReturns ¶
func (fake *FakeSyscall) GetpgidReturns(result1 int, result2 error)
func (*FakeSyscall) GetpgidReturnsOnCall ¶
func (fake *FakeSyscall) GetpgidReturnsOnCall(i int, result1 int, result2 error)
func (*FakeSyscall) Getpgrp ¶
func (fake *FakeSyscall) Getpgrp() int
func (*FakeSyscall) GetpgrpCallCount ¶
func (fake *FakeSyscall) GetpgrpCallCount() int
func (*FakeSyscall) GetpgrpCalls ¶
func (fake *FakeSyscall) GetpgrpCalls(stub func() int)
func (*FakeSyscall) GetpgrpReturns ¶
func (fake *FakeSyscall) GetpgrpReturns(result1 int)
func (*FakeSyscall) GetpgrpReturnsOnCall ¶
func (fake *FakeSyscall) GetpgrpReturnsOnCall(i int, result1 int)
func (*FakeSyscall) Getpid ¶
func (fake *FakeSyscall) Getpid() int
func (*FakeSyscall) GetpidCallCount ¶
func (fake *FakeSyscall) GetpidCallCount() int
func (*FakeSyscall) GetpidCalls ¶
func (fake *FakeSyscall) GetpidCalls(stub func() int)
func (*FakeSyscall) GetpidReturns ¶
func (fake *FakeSyscall) GetpidReturns(result1 int)
func (*FakeSyscall) GetpidReturnsOnCall ¶
func (fake *FakeSyscall) GetpidReturnsOnCall(i int, result1 int)
func (*FakeSyscall) Getppid ¶
func (fake *FakeSyscall) Getppid() int
func (*FakeSyscall) GetppidCallCount ¶
func (fake *FakeSyscall) GetppidCallCount() int
func (*FakeSyscall) GetppidCalls ¶
func (fake *FakeSyscall) GetppidCalls(stub func() int)
func (*FakeSyscall) GetppidReturns ¶
func (fake *FakeSyscall) GetppidReturns(result1 int)
func (*FakeSyscall) GetppidReturnsOnCall ¶
func (fake *FakeSyscall) GetppidReturnsOnCall(i int, result1 int)
func (*FakeSyscall) Getpriority ¶
func (fake *FakeSyscall) Getpriority(arg1 int, arg2 int) (int, error)
func (*FakeSyscall) GetpriorityArgsForCall ¶
func (fake *FakeSyscall) GetpriorityArgsForCall(i int) (int, int)
func (*FakeSyscall) GetpriorityCallCount ¶
func (fake *FakeSyscall) GetpriorityCallCount() int
func (*FakeSyscall) GetpriorityCalls ¶
func (fake *FakeSyscall) GetpriorityCalls(stub func(int, int) (int, error))
func (*FakeSyscall) GetpriorityReturns ¶
func (fake *FakeSyscall) GetpriorityReturns(result1 int, result2 error)
func (*FakeSyscall) GetpriorityReturnsOnCall ¶
func (fake *FakeSyscall) GetpriorityReturnsOnCall(i int, result1 int, result2 error)
func (*FakeSyscall) Getrlimit ¶
func (fake *FakeSyscall) Getrlimit(arg1 int, arg2 *syscall.Rlimit) error
func (*FakeSyscall) GetrlimitArgsForCall ¶
func (fake *FakeSyscall) GetrlimitArgsForCall(i int) (int, *syscall.Rlimit)
func (*FakeSyscall) GetrlimitCallCount ¶
func (fake *FakeSyscall) GetrlimitCallCount() int
func (*FakeSyscall) GetrlimitCalls ¶
func (fake *FakeSyscall) GetrlimitCalls(stub func(int, *syscall.Rlimit) error)
func (*FakeSyscall) GetrlimitReturns ¶
func (fake *FakeSyscall) GetrlimitReturns(result1 error)
func (*FakeSyscall) GetrlimitReturnsOnCall ¶
func (fake *FakeSyscall) GetrlimitReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Getrusage ¶
func (fake *FakeSyscall) Getrusage(arg1 int, arg2 *syscall.Rusage) error
func (*FakeSyscall) GetrusageArgsForCall ¶
func (fake *FakeSyscall) GetrusageArgsForCall(i int) (int, *syscall.Rusage)
func (*FakeSyscall) GetrusageCallCount ¶
func (fake *FakeSyscall) GetrusageCallCount() int
func (*FakeSyscall) GetrusageCalls ¶
func (fake *FakeSyscall) GetrusageCalls(stub func(int, *syscall.Rusage) error)
func (*FakeSyscall) GetrusageReturns ¶
func (fake *FakeSyscall) GetrusageReturns(result1 error)
func (*FakeSyscall) GetrusageReturnsOnCall ¶
func (fake *FakeSyscall) GetrusageReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Getsockname ¶
func (fake *FakeSyscall) Getsockname(arg1 int) (syscall.Sockaddr, error)
func (*FakeSyscall) GetsocknameArgsForCall ¶
func (fake *FakeSyscall) GetsocknameArgsForCall(i int) int
func (*FakeSyscall) GetsocknameCallCount ¶
func (fake *FakeSyscall) GetsocknameCallCount() int
func (*FakeSyscall) GetsocknameCalls ¶
func (fake *FakeSyscall) GetsocknameCalls(stub func(int) (syscall.Sockaddr, error))
func (*FakeSyscall) GetsocknameReturns ¶
func (fake *FakeSyscall) GetsocknameReturns(result1 syscall.Sockaddr, result2 error)
func (*FakeSyscall) GetsocknameReturnsOnCall ¶
func (fake *FakeSyscall) GetsocknameReturnsOnCall(i int, result1 syscall.Sockaddr, result2 error)
func (*FakeSyscall) GetsockoptICMPv6Filter ¶
func (fake *FakeSyscall) GetsockoptICMPv6Filter(arg1 int, arg2 int, arg3 int) (*syscall.ICMPv6Filter, error)
func (*FakeSyscall) GetsockoptICMPv6FilterArgsForCall ¶
func (fake *FakeSyscall) GetsockoptICMPv6FilterArgsForCall(i int) (int, int, int)
func (*FakeSyscall) GetsockoptICMPv6FilterCallCount ¶
func (fake *FakeSyscall) GetsockoptICMPv6FilterCallCount() int
func (*FakeSyscall) GetsockoptICMPv6FilterCalls ¶
func (fake *FakeSyscall) GetsockoptICMPv6FilterCalls(stub func(int, int, int) (*syscall.ICMPv6Filter, error))
func (*FakeSyscall) GetsockoptICMPv6FilterReturns ¶
func (fake *FakeSyscall) GetsockoptICMPv6FilterReturns(result1 *syscall.ICMPv6Filter, result2 error)
func (*FakeSyscall) GetsockoptICMPv6FilterReturnsOnCall ¶
func (fake *FakeSyscall) GetsockoptICMPv6FilterReturnsOnCall(i int, result1 *syscall.ICMPv6Filter, result2 error)
func (*FakeSyscall) GetsockoptIPMreq ¶
func (*FakeSyscall) GetsockoptIPMreqArgsForCall ¶
func (fake *FakeSyscall) GetsockoptIPMreqArgsForCall(i int) (int, int, int)
func (*FakeSyscall) GetsockoptIPMreqCallCount ¶
func (fake *FakeSyscall) GetsockoptIPMreqCallCount() int
func (*FakeSyscall) GetsockoptIPMreqCalls ¶
func (*FakeSyscall) GetsockoptIPMreqReturns ¶
func (fake *FakeSyscall) GetsockoptIPMreqReturns(result1 *syscall.IPMreq, result2 error)
func (*FakeSyscall) GetsockoptIPMreqReturnsOnCall ¶
func (fake *FakeSyscall) GetsockoptIPMreqReturnsOnCall(i int, result1 *syscall.IPMreq, result2 error)
func (*FakeSyscall) GetsockoptIPv6MTUInfo ¶
func (fake *FakeSyscall) GetsockoptIPv6MTUInfo(arg1 int, arg2 int, arg3 int) (*syscall.IPv6MTUInfo, error)
func (*FakeSyscall) GetsockoptIPv6MTUInfoArgsForCall ¶
func (fake *FakeSyscall) GetsockoptIPv6MTUInfoArgsForCall(i int) (int, int, int)
func (*FakeSyscall) GetsockoptIPv6MTUInfoCallCount ¶
func (fake *FakeSyscall) GetsockoptIPv6MTUInfoCallCount() int
func (*FakeSyscall) GetsockoptIPv6MTUInfoCalls ¶
func (fake *FakeSyscall) GetsockoptIPv6MTUInfoCalls(stub func(int, int, int) (*syscall.IPv6MTUInfo, error))
func (*FakeSyscall) GetsockoptIPv6MTUInfoReturns ¶
func (fake *FakeSyscall) GetsockoptIPv6MTUInfoReturns(result1 *syscall.IPv6MTUInfo, result2 error)
func (*FakeSyscall) GetsockoptIPv6MTUInfoReturnsOnCall ¶
func (fake *FakeSyscall) GetsockoptIPv6MTUInfoReturnsOnCall(i int, result1 *syscall.IPv6MTUInfo, result2 error)
func (*FakeSyscall) GetsockoptIPv6Mreq ¶
func (*FakeSyscall) GetsockoptIPv6MreqArgsForCall ¶
func (fake *FakeSyscall) GetsockoptIPv6MreqArgsForCall(i int) (int, int, int)
func (*FakeSyscall) GetsockoptIPv6MreqCallCount ¶
func (fake *FakeSyscall) GetsockoptIPv6MreqCallCount() int
func (*FakeSyscall) GetsockoptIPv6MreqCalls ¶
func (*FakeSyscall) GetsockoptIPv6MreqReturns ¶
func (fake *FakeSyscall) GetsockoptIPv6MreqReturns(result1 *syscall.IPv6Mreq, result2 error)
func (*FakeSyscall) GetsockoptIPv6MreqReturnsOnCall ¶
func (fake *FakeSyscall) GetsockoptIPv6MreqReturnsOnCall(i int, result1 *syscall.IPv6Mreq, result2 error)
func (*FakeSyscall) GetsockoptInet4Addr ¶
func (*FakeSyscall) GetsockoptInet4AddrArgsForCall ¶
func (fake *FakeSyscall) GetsockoptInet4AddrArgsForCall(i int) (int, int, int)
func (*FakeSyscall) GetsockoptInet4AddrCallCount ¶
func (fake *FakeSyscall) GetsockoptInet4AddrCallCount() int
func (*FakeSyscall) GetsockoptInet4AddrCalls ¶
func (*FakeSyscall) GetsockoptInet4AddrReturns ¶
func (fake *FakeSyscall) GetsockoptInet4AddrReturns(result1 [4]byte, result2 error)
func (*FakeSyscall) GetsockoptInet4AddrReturnsOnCall ¶
func (fake *FakeSyscall) GetsockoptInet4AddrReturnsOnCall(i int, result1 [4]byte, result2 error)
func (*FakeSyscall) GetsockoptInt ¶
func (*FakeSyscall) GetsockoptIntArgsForCall ¶
func (fake *FakeSyscall) GetsockoptIntArgsForCall(i int) (int, int, int)
func (*FakeSyscall) GetsockoptIntCallCount ¶
func (fake *FakeSyscall) GetsockoptIntCallCount() int
func (*FakeSyscall) GetsockoptIntCalls ¶
func (*FakeSyscall) GetsockoptIntReturns ¶
func (fake *FakeSyscall) GetsockoptIntReturns(result1 int, result2 error)
func (*FakeSyscall) GetsockoptIntReturnsOnCall ¶
func (fake *FakeSyscall) GetsockoptIntReturnsOnCall(i int, result1 int, result2 error)
func (*FakeSyscall) Gettimeofday ¶
func (fake *FakeSyscall) Gettimeofday(arg1 *syscall.Timeval) error
func (*FakeSyscall) GettimeofdayArgsForCall ¶
func (fake *FakeSyscall) GettimeofdayArgsForCall(i int) *syscall.Timeval
func (*FakeSyscall) GettimeofdayCallCount ¶
func (fake *FakeSyscall) GettimeofdayCallCount() int
func (*FakeSyscall) GettimeofdayCalls ¶
func (fake *FakeSyscall) GettimeofdayCalls(stub func(*syscall.Timeval) error)
func (*FakeSyscall) GettimeofdayReturns ¶
func (fake *FakeSyscall) GettimeofdayReturns(result1 error)
func (*FakeSyscall) GettimeofdayReturnsOnCall ¶
func (fake *FakeSyscall) GettimeofdayReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Getuid ¶
func (fake *FakeSyscall) Getuid() int
func (*FakeSyscall) GetuidCallCount ¶
func (fake *FakeSyscall) GetuidCallCount() int
func (*FakeSyscall) GetuidCalls ¶
func (fake *FakeSyscall) GetuidCalls(stub func() int)
func (*FakeSyscall) GetuidReturns ¶
func (fake *FakeSyscall) GetuidReturns(result1 int)
func (*FakeSyscall) GetuidReturnsOnCall ¶
func (fake *FakeSyscall) GetuidReturnsOnCall(i int, result1 int)
func (*FakeSyscall) Getwd ¶
func (fake *FakeSyscall) Getwd() (string, error)
func (*FakeSyscall) GetwdCallCount ¶
func (fake *FakeSyscall) GetwdCallCount() int
func (*FakeSyscall) GetwdCalls ¶
func (fake *FakeSyscall) GetwdCalls(stub func() (string, error))
func (*FakeSyscall) GetwdReturns ¶
func (fake *FakeSyscall) GetwdReturns(result1 string, result2 error)
func (*FakeSyscall) GetwdReturnsOnCall ¶
func (fake *FakeSyscall) GetwdReturnsOnCall(i int, result1 string, result2 error)
func (*FakeSyscall) Invocations ¶
func (fake *FakeSyscall) Invocations() map[string][][]interface{}
func (*FakeSyscall) KillArgsForCall ¶
func (fake *FakeSyscall) KillArgsForCall(i int) (int, syscall.Signal)
func (*FakeSyscall) KillCallCount ¶
func (fake *FakeSyscall) KillCallCount() int
func (*FakeSyscall) KillCalls ¶
func (fake *FakeSyscall) KillCalls(stub func(int, syscall.Signal) error)
func (*FakeSyscall) KillReturns ¶
func (fake *FakeSyscall) KillReturns(result1 error)
func (*FakeSyscall) KillReturnsOnCall ¶
func (fake *FakeSyscall) KillReturnsOnCall(i int, result1 error)
func (*FakeSyscall) LchownArgsForCall ¶
func (fake *FakeSyscall) LchownArgsForCall(i int) (string, int, int)
func (*FakeSyscall) LchownCallCount ¶
func (fake *FakeSyscall) LchownCallCount() int
func (*FakeSyscall) LchownCalls ¶
func (fake *FakeSyscall) LchownCalls(stub func(string, int, int) error)
func (*FakeSyscall) LchownReturns ¶
func (fake *FakeSyscall) LchownReturns(result1 error)
func (*FakeSyscall) LchownReturnsOnCall ¶
func (fake *FakeSyscall) LchownReturnsOnCall(i int, result1 error)
func (*FakeSyscall) LinkArgsForCall ¶
func (fake *FakeSyscall) LinkArgsForCall(i int) (string, string)
func (*FakeSyscall) LinkCallCount ¶
func (fake *FakeSyscall) LinkCallCount() int
func (*FakeSyscall) LinkReturns ¶
func (fake *FakeSyscall) LinkReturns(result1 error)
func (*FakeSyscall) LinkReturnsOnCall ¶
func (fake *FakeSyscall) LinkReturnsOnCall(i int, result1 error)
func (*FakeSyscall) ListenArgsForCall ¶
func (fake *FakeSyscall) ListenArgsForCall(i int) (int, int)
func (*FakeSyscall) ListenCallCount ¶
func (fake *FakeSyscall) ListenCallCount() int
func (*FakeSyscall) ListenCalls ¶
func (fake *FakeSyscall) ListenCalls(stub func(int, int) error)
func (*FakeSyscall) ListenReturns ¶
func (fake *FakeSyscall) ListenReturns(result1 error)
func (*FakeSyscall) ListenReturnsOnCall ¶
func (fake *FakeSyscall) ListenReturnsOnCall(i int, result1 error)
func (*FakeSyscall) LstatArgsForCall ¶
func (fake *FakeSyscall) LstatArgsForCall(i int) (string, *syscall.Stat_t)
func (*FakeSyscall) LstatCallCount ¶
func (fake *FakeSyscall) LstatCallCount() int
func (*FakeSyscall) LstatCalls ¶
func (fake *FakeSyscall) LstatCalls(stub func(string, *syscall.Stat_t) error)
func (*FakeSyscall) LstatReturns ¶
func (fake *FakeSyscall) LstatReturns(result1 error)
func (*FakeSyscall) LstatReturnsOnCall ¶
func (fake *FakeSyscall) LstatReturnsOnCall(i int, result1 error)
func (*FakeSyscall) MkdirArgsForCall ¶
func (fake *FakeSyscall) MkdirArgsForCall(i int) (string, uint32)
func (*FakeSyscall) MkdirCallCount ¶
func (fake *FakeSyscall) MkdirCallCount() int
func (*FakeSyscall) MkdirCalls ¶
func (fake *FakeSyscall) MkdirCalls(stub func(string, uint32) error)
func (*FakeSyscall) MkdirReturns ¶
func (fake *FakeSyscall) MkdirReturns(result1 error)
func (*FakeSyscall) MkdirReturnsOnCall ¶
func (fake *FakeSyscall) MkdirReturnsOnCall(i int, result1 error)
func (*FakeSyscall) MkfifoArgsForCall ¶
func (fake *FakeSyscall) MkfifoArgsForCall(i int) (string, uint32)
func (*FakeSyscall) MkfifoCallCount ¶
func (fake *FakeSyscall) MkfifoCallCount() int
func (*FakeSyscall) MkfifoCalls ¶
func (fake *FakeSyscall) MkfifoCalls(stub func(string, uint32) error)
func (*FakeSyscall) MkfifoReturns ¶
func (fake *FakeSyscall) MkfifoReturns(result1 error)
func (*FakeSyscall) MkfifoReturnsOnCall ¶
func (fake *FakeSyscall) MkfifoReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Mknod ¶
func (fake *FakeSyscall) Mknod(arg1 string, arg2 uint32, arg3 int) error
func (*FakeSyscall) MknodArgsForCall ¶
func (fake *FakeSyscall) MknodArgsForCall(i int) (string, uint32, int)
func (*FakeSyscall) MknodCallCount ¶
func (fake *FakeSyscall) MknodCallCount() int
func (*FakeSyscall) MknodCalls ¶
func (fake *FakeSyscall) MknodCalls(stub func(string, uint32, int) error)
func (*FakeSyscall) MknodReturns ¶
func (fake *FakeSyscall) MknodReturns(result1 error)
func (*FakeSyscall) MknodReturnsOnCall ¶
func (fake *FakeSyscall) MknodReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Mlock ¶
func (fake *FakeSyscall) Mlock(arg1 []byte) error
func (*FakeSyscall) MlockArgsForCall ¶
func (fake *FakeSyscall) MlockArgsForCall(i int) []byte
func (*FakeSyscall) MlockCallCount ¶
func (fake *FakeSyscall) MlockCallCount() int
func (*FakeSyscall) MlockCalls ¶
func (fake *FakeSyscall) MlockCalls(stub func([]byte) error)
func (*FakeSyscall) MlockReturns ¶
func (fake *FakeSyscall) MlockReturns(result1 error)
func (*FakeSyscall) MlockReturnsOnCall ¶
func (fake *FakeSyscall) MlockReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Mlockall ¶
func (fake *FakeSyscall) Mlockall(arg1 int) error
func (*FakeSyscall) MlockallArgsForCall ¶
func (fake *FakeSyscall) MlockallArgsForCall(i int) int
func (*FakeSyscall) MlockallCallCount ¶
func (fake *FakeSyscall) MlockallCallCount() int
func (*FakeSyscall) MlockallCalls ¶
func (fake *FakeSyscall) MlockallCalls(stub func(int) error)
func (*FakeSyscall) MlockallReturns ¶
func (fake *FakeSyscall) MlockallReturns(result1 error)
func (*FakeSyscall) MlockallReturnsOnCall ¶
func (fake *FakeSyscall) MlockallReturnsOnCall(i int, result1 error)
func (*FakeSyscall) MmapArgsForCall ¶
func (*FakeSyscall) MmapCallCount ¶
func (fake *FakeSyscall) MmapCallCount() int
func (*FakeSyscall) MmapReturns ¶
func (fake *FakeSyscall) MmapReturns(result1 []byte, result2 error)
func (*FakeSyscall) MmapReturnsOnCall ¶
func (fake *FakeSyscall) MmapReturnsOnCall(i int, result1 []byte, result2 error)
func (*FakeSyscall) MprotectArgsForCall ¶
func (fake *FakeSyscall) MprotectArgsForCall(i int) ([]byte, int)
func (*FakeSyscall) MprotectCallCount ¶
func (fake *FakeSyscall) MprotectCallCount() int
func (*FakeSyscall) MprotectCalls ¶
func (fake *FakeSyscall) MprotectCalls(stub func([]byte, int) error)
func (*FakeSyscall) MprotectReturns ¶
func (fake *FakeSyscall) MprotectReturns(result1 error)
func (*FakeSyscall) MprotectReturnsOnCall ¶
func (fake *FakeSyscall) MprotectReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Munlock ¶
func (fake *FakeSyscall) Munlock(arg1 []byte) error
func (*FakeSyscall) MunlockArgsForCall ¶
func (fake *FakeSyscall) MunlockArgsForCall(i int) []byte
func (*FakeSyscall) MunlockCallCount ¶
func (fake *FakeSyscall) MunlockCallCount() int
func (*FakeSyscall) MunlockCalls ¶
func (fake *FakeSyscall) MunlockCalls(stub func([]byte) error)
func (*FakeSyscall) MunlockReturns ¶
func (fake *FakeSyscall) MunlockReturns(result1 error)
func (*FakeSyscall) MunlockReturnsOnCall ¶
func (fake *FakeSyscall) MunlockReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Munlockall ¶
func (fake *FakeSyscall) Munlockall() error
func (*FakeSyscall) MunlockallCallCount ¶
func (fake *FakeSyscall) MunlockallCallCount() int
func (*FakeSyscall) MunlockallCalls ¶
func (fake *FakeSyscall) MunlockallCalls(stub func() error)
func (*FakeSyscall) MunlockallReturns ¶
func (fake *FakeSyscall) MunlockallReturns(result1 error)
func (*FakeSyscall) MunlockallReturnsOnCall ¶
func (fake *FakeSyscall) MunlockallReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Munmap ¶
func (fake *FakeSyscall) Munmap(arg1 []byte) error
func (*FakeSyscall) MunmapArgsForCall ¶
func (fake *FakeSyscall) MunmapArgsForCall(i int) []byte
func (*FakeSyscall) MunmapCallCount ¶
func (fake *FakeSyscall) MunmapCallCount() int
func (*FakeSyscall) MunmapCalls ¶
func (fake *FakeSyscall) MunmapCalls(stub func([]byte) error)
func (*FakeSyscall) MunmapReturns ¶
func (fake *FakeSyscall) MunmapReturns(result1 error)
func (*FakeSyscall) MunmapReturnsOnCall ¶
func (fake *FakeSyscall) MunmapReturnsOnCall(i int, result1 error)
func (*FakeSyscall) NsecToTimespec ¶
func (fake *FakeSyscall) NsecToTimespec(arg1 int64) syscall.Timespec
func (*FakeSyscall) NsecToTimespecArgsForCall ¶
func (fake *FakeSyscall) NsecToTimespecArgsForCall(i int) int64
func (*FakeSyscall) NsecToTimespecCallCount ¶
func (fake *FakeSyscall) NsecToTimespecCallCount() int
func (*FakeSyscall) NsecToTimespecCalls ¶
func (fake *FakeSyscall) NsecToTimespecCalls(stub func(int64) syscall.Timespec)
func (*FakeSyscall) NsecToTimespecReturns ¶
func (fake *FakeSyscall) NsecToTimespecReturns(result1 syscall.Timespec)
func (*FakeSyscall) NsecToTimespecReturnsOnCall ¶
func (fake *FakeSyscall) NsecToTimespecReturnsOnCall(i int, result1 syscall.Timespec)
func (*FakeSyscall) NsecToTimeval ¶
func (fake *FakeSyscall) NsecToTimeval(arg1 int64) syscall.Timeval
func (*FakeSyscall) NsecToTimevalArgsForCall ¶
func (fake *FakeSyscall) NsecToTimevalArgsForCall(i int) int64
func (*FakeSyscall) NsecToTimevalCallCount ¶
func (fake *FakeSyscall) NsecToTimevalCallCount() int
func (*FakeSyscall) NsecToTimevalCalls ¶
func (fake *FakeSyscall) NsecToTimevalCalls(stub func(int64) syscall.Timeval)
func (*FakeSyscall) NsecToTimevalReturns ¶
func (fake *FakeSyscall) NsecToTimevalReturns(result1 syscall.Timeval)
func (*FakeSyscall) NsecToTimevalReturnsOnCall ¶
func (fake *FakeSyscall) NsecToTimevalReturnsOnCall(i int, result1 syscall.Timeval)
func (*FakeSyscall) OpenArgsForCall ¶
func (fake *FakeSyscall) OpenArgsForCall(i int) (string, int, uint32)
func (*FakeSyscall) OpenCallCount ¶
func (fake *FakeSyscall) OpenCallCount() int
func (*FakeSyscall) OpenReturns ¶
func (fake *FakeSyscall) OpenReturns(result1 int, result2 error)
func (*FakeSyscall) OpenReturnsOnCall ¶
func (fake *FakeSyscall) OpenReturnsOnCall(i int, result1 int, result2 error)
func (*FakeSyscall) ParseDirent ¶
func (*FakeSyscall) ParseDirentArgsForCall ¶
func (fake *FakeSyscall) ParseDirentArgsForCall(i int) ([]byte, int, []string)
func (*FakeSyscall) ParseDirentCallCount ¶
func (fake *FakeSyscall) ParseDirentCallCount() int
func (*FakeSyscall) ParseDirentCalls ¶
func (*FakeSyscall) ParseDirentReturns ¶
func (fake *FakeSyscall) ParseDirentReturns(result1 int, result2 int, result3 []string)
func (*FakeSyscall) ParseDirentReturnsOnCall ¶
func (fake *FakeSyscall) ParseDirentReturnsOnCall(i int, result1 int, result2 int, result3 []string)
func (*FakeSyscall) ParseSocketControlMessage ¶
func (fake *FakeSyscall) ParseSocketControlMessage(arg1 []byte) ([]syscall.SocketControlMessage, error)
func (*FakeSyscall) ParseSocketControlMessageArgsForCall ¶
func (fake *FakeSyscall) ParseSocketControlMessageArgsForCall(i int) []byte
func (*FakeSyscall) ParseSocketControlMessageCallCount ¶
func (fake *FakeSyscall) ParseSocketControlMessageCallCount() int
func (*FakeSyscall) ParseSocketControlMessageCalls ¶
func (fake *FakeSyscall) ParseSocketControlMessageCalls(stub func([]byte) ([]syscall.SocketControlMessage, error))
func (*FakeSyscall) ParseSocketControlMessageReturns ¶
func (fake *FakeSyscall) ParseSocketControlMessageReturns(result1 []syscall.SocketControlMessage, result2 error)
func (*FakeSyscall) ParseSocketControlMessageReturnsOnCall ¶
func (fake *FakeSyscall) ParseSocketControlMessageReturnsOnCall(i int, result1 []syscall.SocketControlMessage, result2 error)
func (*FakeSyscall) ParseUnixRights ¶
func (fake *FakeSyscall) ParseUnixRights(arg1 *syscall.SocketControlMessage) ([]int, error)
func (*FakeSyscall) ParseUnixRightsArgsForCall ¶
func (fake *FakeSyscall) ParseUnixRightsArgsForCall(i int) *syscall.SocketControlMessage
func (*FakeSyscall) ParseUnixRightsCallCount ¶
func (fake *FakeSyscall) ParseUnixRightsCallCount() int
func (*FakeSyscall) ParseUnixRightsCalls ¶
func (fake *FakeSyscall) ParseUnixRightsCalls(stub func(*syscall.SocketControlMessage) ([]int, error))
func (*FakeSyscall) ParseUnixRightsReturns ¶
func (fake *FakeSyscall) ParseUnixRightsReturns(result1 []int, result2 error)
func (*FakeSyscall) ParseUnixRightsReturnsOnCall ¶
func (fake *FakeSyscall) ParseUnixRightsReturnsOnCall(i int, result1 []int, result2 error)
func (*FakeSyscall) Pipe ¶
func (fake *FakeSyscall) Pipe(arg1 []int) error
func (*FakeSyscall) PipeArgsForCall ¶
func (fake *FakeSyscall) PipeArgsForCall(i int) []int
func (*FakeSyscall) PipeCallCount ¶
func (fake *FakeSyscall) PipeCallCount() int
func (*FakeSyscall) PipeCalls ¶
func (fake *FakeSyscall) PipeCalls(stub func([]int) error)
func (*FakeSyscall) PipeReturns ¶
func (fake *FakeSyscall) PipeReturns(result1 error)
func (*FakeSyscall) PipeReturnsOnCall ¶
func (fake *FakeSyscall) PipeReturnsOnCall(i int, result1 error)
func (*FakeSyscall) PreadArgsForCall ¶
func (fake *FakeSyscall) PreadArgsForCall(i int) (int, []byte, int64)
func (*FakeSyscall) PreadCallCount ¶
func (fake *FakeSyscall) PreadCallCount() int
func (*FakeSyscall) PreadCalls ¶
func (*FakeSyscall) PreadReturns ¶
func (fake *FakeSyscall) PreadReturns(result1 int, result2 error)
func (*FakeSyscall) PreadReturnsOnCall ¶
func (fake *FakeSyscall) PreadReturnsOnCall(i int, result1 int, result2 error)
func (*FakeSyscall) PtraceAttach ¶
func (fake *FakeSyscall) PtraceAttach(arg1 int) error
func (*FakeSyscall) PtraceAttachArgsForCall ¶
func (fake *FakeSyscall) PtraceAttachArgsForCall(i int) int
func (*FakeSyscall) PtraceAttachCallCount ¶
func (fake *FakeSyscall) PtraceAttachCallCount() int
func (*FakeSyscall) PtraceAttachCalls ¶
func (fake *FakeSyscall) PtraceAttachCalls(stub func(int) error)
func (*FakeSyscall) PtraceAttachReturns ¶
func (fake *FakeSyscall) PtraceAttachReturns(result1 error)
func (*FakeSyscall) PtraceAttachReturnsOnCall ¶
func (fake *FakeSyscall) PtraceAttachReturnsOnCall(i int, result1 error)
func (*FakeSyscall) PtraceDetach ¶
func (fake *FakeSyscall) PtraceDetach(arg1 int) error
func (*FakeSyscall) PtraceDetachArgsForCall ¶
func (fake *FakeSyscall) PtraceDetachArgsForCall(i int) int
func (*FakeSyscall) PtraceDetachCallCount ¶
func (fake *FakeSyscall) PtraceDetachCallCount() int
func (*FakeSyscall) PtraceDetachCalls ¶
func (fake *FakeSyscall) PtraceDetachCalls(stub func(int) error)
func (*FakeSyscall) PtraceDetachReturns ¶
func (fake *FakeSyscall) PtraceDetachReturns(result1 error)
func (*FakeSyscall) PtraceDetachReturnsOnCall ¶
func (fake *FakeSyscall) PtraceDetachReturnsOnCall(i int, result1 error)
func (*FakeSyscall) PwriteArgsForCall ¶
func (fake *FakeSyscall) PwriteArgsForCall(i int) (int, []byte, int64)
func (*FakeSyscall) PwriteCallCount ¶
func (fake *FakeSyscall) PwriteCallCount() int
func (*FakeSyscall) PwriteCalls ¶
func (*FakeSyscall) PwriteReturns ¶
func (fake *FakeSyscall) PwriteReturns(result1 int, result2 error)
func (*FakeSyscall) PwriteReturnsOnCall ¶
func (fake *FakeSyscall) PwriteReturnsOnCall(i int, result1 int, result2 error)
func (*FakeSyscall) RawSyscall ¶
func (*FakeSyscall) RawSyscall6 ¶
func (*FakeSyscall) RawSyscall6ArgsForCall ¶
func (*FakeSyscall) RawSyscall6CallCount ¶
func (fake *FakeSyscall) RawSyscall6CallCount() int
func (*FakeSyscall) RawSyscall6Calls ¶
func (*FakeSyscall) RawSyscall6Returns ¶
func (fake *FakeSyscall) RawSyscall6Returns(result1 uintptr, result2 uintptr, result3 syscall.Errno)
func (*FakeSyscall) RawSyscall6ReturnsOnCall ¶
func (*FakeSyscall) RawSyscallArgsForCall ¶
func (*FakeSyscall) RawSyscallCallCount ¶
func (fake *FakeSyscall) RawSyscallCallCount() int
func (*FakeSyscall) RawSyscallCalls ¶
func (*FakeSyscall) RawSyscallReturns ¶
func (fake *FakeSyscall) RawSyscallReturns(result1 uintptr, result2 uintptr, result3 syscall.Errno)
func (*FakeSyscall) RawSyscallReturnsOnCall ¶
func (*FakeSyscall) ReadArgsForCall ¶
func (fake *FakeSyscall) ReadArgsForCall(i int) (int, []byte)
func (*FakeSyscall) ReadCallCount ¶
func (fake *FakeSyscall) ReadCallCount() int
func (*FakeSyscall) ReadCalls ¶
func (fake *FakeSyscall) ReadCalls(stub func(int, []byte) (int, error))
func (*FakeSyscall) ReadDirent ¶
func (fake *FakeSyscall) ReadDirent(arg1 int, arg2 []byte) (int, error)
func (*FakeSyscall) ReadDirentArgsForCall ¶
func (fake *FakeSyscall) ReadDirentArgsForCall(i int) (int, []byte)
func (*FakeSyscall) ReadDirentCallCount ¶
func (fake *FakeSyscall) ReadDirentCallCount() int
func (*FakeSyscall) ReadDirentCalls ¶
func (fake *FakeSyscall) ReadDirentCalls(stub func(int, []byte) (int, error))
func (*FakeSyscall) ReadDirentReturns ¶
func (fake *FakeSyscall) ReadDirentReturns(result1 int, result2 error)
func (*FakeSyscall) ReadDirentReturnsOnCall ¶
func (fake *FakeSyscall) ReadDirentReturnsOnCall(i int, result1 int, result2 error)
func (*FakeSyscall) ReadReturns ¶
func (fake *FakeSyscall) ReadReturns(result1 int, result2 error)
func (*FakeSyscall) ReadReturnsOnCall ¶
func (fake *FakeSyscall) ReadReturnsOnCall(i int, result1 int, result2 error)
func (*FakeSyscall) Readlink ¶
func (fake *FakeSyscall) Readlink(arg1 string, arg2 []byte) (int, error)
func (*FakeSyscall) ReadlinkArgsForCall ¶
func (fake *FakeSyscall) ReadlinkArgsForCall(i int) (string, []byte)
func (*FakeSyscall) ReadlinkCallCount ¶
func (fake *FakeSyscall) ReadlinkCallCount() int
func (*FakeSyscall) ReadlinkCalls ¶
func (fake *FakeSyscall) ReadlinkCalls(stub func(string, []byte) (int, error))
func (*FakeSyscall) ReadlinkReturns ¶
func (fake *FakeSyscall) ReadlinkReturns(result1 int, result2 error)
func (*FakeSyscall) ReadlinkReturnsOnCall ¶
func (fake *FakeSyscall) ReadlinkReturnsOnCall(i int, result1 int, result2 error)
func (*FakeSyscall) RecvfromArgsForCall ¶
func (fake *FakeSyscall) RecvfromArgsForCall(i int) (int, []byte, int)
func (*FakeSyscall) RecvfromCallCount ¶
func (fake *FakeSyscall) RecvfromCallCount() int
func (*FakeSyscall) RecvfromCalls ¶
func (*FakeSyscall) RecvfromReturns ¶
func (fake *FakeSyscall) RecvfromReturns(result1 int, result2 syscall.Sockaddr, result3 error)
func (*FakeSyscall) RecvfromReturnsOnCall ¶
func (*FakeSyscall) RecvmsgArgsForCall ¶
func (*FakeSyscall) RecvmsgCallCount ¶
func (fake *FakeSyscall) RecvmsgCallCount() int
func (*FakeSyscall) RecvmsgCalls ¶
func (*FakeSyscall) RecvmsgReturns ¶
func (*FakeSyscall) RecvmsgReturnsOnCall ¶
func (*FakeSyscall) RenameArgsForCall ¶
func (fake *FakeSyscall) RenameArgsForCall(i int) (string, string)
func (*FakeSyscall) RenameCallCount ¶
func (fake *FakeSyscall) RenameCallCount() int
func (*FakeSyscall) RenameCalls ¶
func (fake *FakeSyscall) RenameCalls(stub func(string, string) error)
func (*FakeSyscall) RenameReturns ¶
func (fake *FakeSyscall) RenameReturns(result1 error)
func (*FakeSyscall) RenameReturnsOnCall ¶
func (fake *FakeSyscall) RenameReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Rmdir ¶
func (fake *FakeSyscall) Rmdir(arg1 string) error
func (*FakeSyscall) RmdirArgsForCall ¶
func (fake *FakeSyscall) RmdirArgsForCall(i int) string
func (*FakeSyscall) RmdirCallCount ¶
func (fake *FakeSyscall) RmdirCallCount() int
func (*FakeSyscall) RmdirCalls ¶
func (fake *FakeSyscall) RmdirCalls(stub func(string) error)
func (*FakeSyscall) RmdirReturns ¶
func (fake *FakeSyscall) RmdirReturns(result1 error)
func (*FakeSyscall) RmdirReturnsOnCall ¶
func (fake *FakeSyscall) RmdirReturnsOnCall(i int, result1 error)
func (*FakeSyscall) SeekArgsForCall ¶
func (fake *FakeSyscall) SeekArgsForCall(i int) (int, int64, int)
func (*FakeSyscall) SeekCallCount ¶
func (fake *FakeSyscall) SeekCallCount() int
func (*FakeSyscall) SeekReturns ¶
func (fake *FakeSyscall) SeekReturns(result1 int64, result2 error)
func (*FakeSyscall) SeekReturnsOnCall ¶
func (fake *FakeSyscall) SeekReturnsOnCall(i int, result1 int64, result2 error)
func (*FakeSyscall) SendfileArgsForCall ¶
func (*FakeSyscall) SendfileCallCount ¶
func (fake *FakeSyscall) SendfileCallCount() int
func (*FakeSyscall) SendfileCalls ¶
func (*FakeSyscall) SendfileReturns ¶
func (fake *FakeSyscall) SendfileReturns(result1 int, result2 error)
func (*FakeSyscall) SendfileReturnsOnCall ¶
func (fake *FakeSyscall) SendfileReturnsOnCall(i int, result1 int, result2 error)
func (*FakeSyscall) SendmsgArgsForCall ¶
func (*FakeSyscall) SendmsgCallCount ¶
func (fake *FakeSyscall) SendmsgCallCount() int
func (*FakeSyscall) SendmsgCalls ¶
func (*FakeSyscall) SendmsgNArgsForCall ¶
func (*FakeSyscall) SendmsgNCallCount ¶
func (fake *FakeSyscall) SendmsgNCallCount() int
func (*FakeSyscall) SendmsgNCalls ¶
func (*FakeSyscall) SendmsgNReturns ¶
func (fake *FakeSyscall) SendmsgNReturns(result1 int, result2 error)
func (*FakeSyscall) SendmsgNReturnsOnCall ¶
func (fake *FakeSyscall) SendmsgNReturnsOnCall(i int, result1 int, result2 error)
func (*FakeSyscall) SendmsgReturns ¶
func (fake *FakeSyscall) SendmsgReturns(result1 error)
func (*FakeSyscall) SendmsgReturnsOnCall ¶
func (fake *FakeSyscall) SendmsgReturnsOnCall(i int, result1 error)
func (*FakeSyscall) SendtoArgsForCall ¶
func (*FakeSyscall) SendtoCallCount ¶
func (fake *FakeSyscall) SendtoCallCount() int
func (*FakeSyscall) SendtoCalls ¶
func (*FakeSyscall) SendtoReturns ¶
func (fake *FakeSyscall) SendtoReturns(result1 error)
func (*FakeSyscall) SendtoReturnsOnCall ¶
func (fake *FakeSyscall) SendtoReturnsOnCall(i int, result1 error)
func (*FakeSyscall) SetNonblock ¶
func (fake *FakeSyscall) SetNonblock(arg1 int, arg2 bool) error
func (*FakeSyscall) SetNonblockArgsForCall ¶
func (fake *FakeSyscall) SetNonblockArgsForCall(i int) (int, bool)
func (*FakeSyscall) SetNonblockCallCount ¶
func (fake *FakeSyscall) SetNonblockCallCount() int
func (*FakeSyscall) SetNonblockCalls ¶
func (fake *FakeSyscall) SetNonblockCalls(stub func(int, bool) error)
func (*FakeSyscall) SetNonblockReturns ¶
func (fake *FakeSyscall) SetNonblockReturns(result1 error)
func (*FakeSyscall) SetNonblockReturnsOnCall ¶
func (fake *FakeSyscall) SetNonblockReturnsOnCall(i int, result1 error)
func (*FakeSyscall) SetenvArgsForCall ¶
func (fake *FakeSyscall) SetenvArgsForCall(i int) (string, string)
func (*FakeSyscall) SetenvCallCount ¶
func (fake *FakeSyscall) SetenvCallCount() int
func (*FakeSyscall) SetenvCalls ¶
func (fake *FakeSyscall) SetenvCalls(stub func(string, string) error)
func (*FakeSyscall) SetenvReturns ¶
func (fake *FakeSyscall) SetenvReturns(result1 error)
func (*FakeSyscall) SetenvReturnsOnCall ¶
func (fake *FakeSyscall) SetenvReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Setgid ¶
func (fake *FakeSyscall) Setgid(arg1 int) error
func (*FakeSyscall) SetgidArgsForCall ¶
func (fake *FakeSyscall) SetgidArgsForCall(i int) int
func (*FakeSyscall) SetgidCallCount ¶
func (fake *FakeSyscall) SetgidCallCount() int
func (*FakeSyscall) SetgidCalls ¶
func (fake *FakeSyscall) SetgidCalls(stub func(int) error)
func (*FakeSyscall) SetgidReturns ¶
func (fake *FakeSyscall) SetgidReturns(result1 error)
func (*FakeSyscall) SetgidReturnsOnCall ¶
func (fake *FakeSyscall) SetgidReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Setgroups ¶
func (fake *FakeSyscall) Setgroups(arg1 []int) error
func (*FakeSyscall) SetgroupsArgsForCall ¶
func (fake *FakeSyscall) SetgroupsArgsForCall(i int) []int
func (*FakeSyscall) SetgroupsCallCount ¶
func (fake *FakeSyscall) SetgroupsCallCount() int
func (*FakeSyscall) SetgroupsCalls ¶
func (fake *FakeSyscall) SetgroupsCalls(stub func([]int) error)
func (*FakeSyscall) SetgroupsReturns ¶
func (fake *FakeSyscall) SetgroupsReturns(result1 error)
func (*FakeSyscall) SetgroupsReturnsOnCall ¶
func (fake *FakeSyscall) SetgroupsReturnsOnCall(i int, result1 error)
func (*FakeSyscall) SetpgidArgsForCall ¶
func (fake *FakeSyscall) SetpgidArgsForCall(i int) (int, int)
func (*FakeSyscall) SetpgidCallCount ¶
func (fake *FakeSyscall) SetpgidCallCount() int
func (*FakeSyscall) SetpgidCalls ¶
func (fake *FakeSyscall) SetpgidCalls(stub func(int, int) error)
func (*FakeSyscall) SetpgidReturns ¶
func (fake *FakeSyscall) SetpgidReturns(result1 error)
func (*FakeSyscall) SetpgidReturnsOnCall ¶
func (fake *FakeSyscall) SetpgidReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Setpriority ¶
func (fake *FakeSyscall) Setpriority(arg1 int, arg2 int, arg3 int) error
func (*FakeSyscall) SetpriorityArgsForCall ¶
func (fake *FakeSyscall) SetpriorityArgsForCall(i int) (int, int, int)
func (*FakeSyscall) SetpriorityCallCount ¶
func (fake *FakeSyscall) SetpriorityCallCount() int
func (*FakeSyscall) SetpriorityCalls ¶
func (fake *FakeSyscall) SetpriorityCalls(stub func(int, int, int) error)
func (*FakeSyscall) SetpriorityReturns ¶
func (fake *FakeSyscall) SetpriorityReturns(result1 error)
func (*FakeSyscall) SetpriorityReturnsOnCall ¶
func (fake *FakeSyscall) SetpriorityReturnsOnCall(i int, result1 error)
func (*FakeSyscall) SetregidArgsForCall ¶
func (fake *FakeSyscall) SetregidArgsForCall(i int) (int, int)
func (*FakeSyscall) SetregidCallCount ¶
func (fake *FakeSyscall) SetregidCallCount() int
func (*FakeSyscall) SetregidCalls ¶
func (fake *FakeSyscall) SetregidCalls(stub func(int, int) error)
func (*FakeSyscall) SetregidReturns ¶
func (fake *FakeSyscall) SetregidReturns(result1 error)
func (*FakeSyscall) SetregidReturnsOnCall ¶
func (fake *FakeSyscall) SetregidReturnsOnCall(i int, result1 error)
func (*FakeSyscall) SetreuidArgsForCall ¶
func (fake *FakeSyscall) SetreuidArgsForCall(i int) (int, int)
func (*FakeSyscall) SetreuidCallCount ¶
func (fake *FakeSyscall) SetreuidCallCount() int
func (*FakeSyscall) SetreuidCalls ¶
func (fake *FakeSyscall) SetreuidCalls(stub func(int, int) error)
func (*FakeSyscall) SetreuidReturns ¶
func (fake *FakeSyscall) SetreuidReturns(result1 error)
func (*FakeSyscall) SetreuidReturnsOnCall ¶
func (fake *FakeSyscall) SetreuidReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Setrlimit ¶
func (fake *FakeSyscall) Setrlimit(arg1 int, arg2 *syscall.Rlimit) error
func (*FakeSyscall) SetrlimitArgsForCall ¶
func (fake *FakeSyscall) SetrlimitArgsForCall(i int) (int, *syscall.Rlimit)
func (*FakeSyscall) SetrlimitCallCount ¶
func (fake *FakeSyscall) SetrlimitCallCount() int
func (*FakeSyscall) SetrlimitCalls ¶
func (fake *FakeSyscall) SetrlimitCalls(stub func(int, *syscall.Rlimit) error)
func (*FakeSyscall) SetrlimitReturns ¶
func (fake *FakeSyscall) SetrlimitReturns(result1 error)
func (*FakeSyscall) SetrlimitReturnsOnCall ¶
func (fake *FakeSyscall) SetrlimitReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Setsid ¶
func (fake *FakeSyscall) Setsid() (int, error)
func (*FakeSyscall) SetsidCallCount ¶
func (fake *FakeSyscall) SetsidCallCount() int
func (*FakeSyscall) SetsidCalls ¶
func (fake *FakeSyscall) SetsidCalls(stub func() (int, error))
func (*FakeSyscall) SetsidReturns ¶
func (fake *FakeSyscall) SetsidReturns(result1 int, result2 error)
func (*FakeSyscall) SetsidReturnsOnCall ¶
func (fake *FakeSyscall) SetsidReturnsOnCall(i int, result1 int, result2 error)
func (*FakeSyscall) SetsockoptByte ¶
func (*FakeSyscall) SetsockoptByteArgsForCall ¶
func (*FakeSyscall) SetsockoptByteCallCount ¶
func (fake *FakeSyscall) SetsockoptByteCallCount() int
func (*FakeSyscall) SetsockoptByteCalls ¶
func (*FakeSyscall) SetsockoptByteReturns ¶
func (fake *FakeSyscall) SetsockoptByteReturns(result1 error)
func (*FakeSyscall) SetsockoptByteReturnsOnCall ¶
func (fake *FakeSyscall) SetsockoptByteReturnsOnCall(i int, result1 error)
func (*FakeSyscall) SetsockoptICMPv6Filter ¶
func (fake *FakeSyscall) SetsockoptICMPv6Filter(arg1 int, arg2 int, arg3 int, arg4 *syscall.ICMPv6Filter) error
func (*FakeSyscall) SetsockoptICMPv6FilterArgsForCall ¶
func (fake *FakeSyscall) SetsockoptICMPv6FilterArgsForCall(i int) (int, int, int, *syscall.ICMPv6Filter)
func (*FakeSyscall) SetsockoptICMPv6FilterCallCount ¶
func (fake *FakeSyscall) SetsockoptICMPv6FilterCallCount() int
func (*FakeSyscall) SetsockoptICMPv6FilterCalls ¶
func (fake *FakeSyscall) SetsockoptICMPv6FilterCalls(stub func(int, int, int, *syscall.ICMPv6Filter) error)
func (*FakeSyscall) SetsockoptICMPv6FilterReturns ¶
func (fake *FakeSyscall) SetsockoptICMPv6FilterReturns(result1 error)
func (*FakeSyscall) SetsockoptICMPv6FilterReturnsOnCall ¶
func (fake *FakeSyscall) SetsockoptICMPv6FilterReturnsOnCall(i int, result1 error)
func (*FakeSyscall) SetsockoptIPMreq ¶
func (*FakeSyscall) SetsockoptIPMreqArgsForCall ¶
func (*FakeSyscall) SetsockoptIPMreqCallCount ¶
func (fake *FakeSyscall) SetsockoptIPMreqCallCount() int
func (*FakeSyscall) SetsockoptIPMreqCalls ¶
func (*FakeSyscall) SetsockoptIPMreqReturns ¶
func (fake *FakeSyscall) SetsockoptIPMreqReturns(result1 error)
func (*FakeSyscall) SetsockoptIPMreqReturnsOnCall ¶
func (fake *FakeSyscall) SetsockoptIPMreqReturnsOnCall(i int, result1 error)
func (*FakeSyscall) SetsockoptIPv6Mreq ¶
func (*FakeSyscall) SetsockoptIPv6MreqArgsForCall ¶
func (*FakeSyscall) SetsockoptIPv6MreqCallCount ¶
func (fake *FakeSyscall) SetsockoptIPv6MreqCallCount() int
func (*FakeSyscall) SetsockoptIPv6MreqCalls ¶
func (*FakeSyscall) SetsockoptIPv6MreqReturns ¶
func (fake *FakeSyscall) SetsockoptIPv6MreqReturns(result1 error)
func (*FakeSyscall) SetsockoptIPv6MreqReturnsOnCall ¶
func (fake *FakeSyscall) SetsockoptIPv6MreqReturnsOnCall(i int, result1 error)
func (*FakeSyscall) SetsockoptInet4Addr ¶
func (*FakeSyscall) SetsockoptInet4AddrArgsForCall ¶
func (*FakeSyscall) SetsockoptInet4AddrCallCount ¶
func (fake *FakeSyscall) SetsockoptInet4AddrCallCount() int
func (*FakeSyscall) SetsockoptInet4AddrCalls ¶
func (*FakeSyscall) SetsockoptInet4AddrReturns ¶
func (fake *FakeSyscall) SetsockoptInet4AddrReturns(result1 error)
func (*FakeSyscall) SetsockoptInet4AddrReturnsOnCall ¶
func (fake *FakeSyscall) SetsockoptInet4AddrReturnsOnCall(i int, result1 error)
func (*FakeSyscall) SetsockoptInt ¶
func (*FakeSyscall) SetsockoptIntArgsForCall ¶
func (*FakeSyscall) SetsockoptIntCallCount ¶
func (fake *FakeSyscall) SetsockoptIntCallCount() int
func (*FakeSyscall) SetsockoptIntCalls ¶
func (*FakeSyscall) SetsockoptIntReturns ¶
func (fake *FakeSyscall) SetsockoptIntReturns(result1 error)
func (*FakeSyscall) SetsockoptIntReturnsOnCall ¶
func (fake *FakeSyscall) SetsockoptIntReturnsOnCall(i int, result1 error)
func (*FakeSyscall) SetsockoptLinger ¶
func (*FakeSyscall) SetsockoptLingerArgsForCall ¶
func (*FakeSyscall) SetsockoptLingerCallCount ¶
func (fake *FakeSyscall) SetsockoptLingerCallCount() int
func (*FakeSyscall) SetsockoptLingerCalls ¶
func (*FakeSyscall) SetsockoptLingerReturns ¶
func (fake *FakeSyscall) SetsockoptLingerReturns(result1 error)
func (*FakeSyscall) SetsockoptLingerReturnsOnCall ¶
func (fake *FakeSyscall) SetsockoptLingerReturnsOnCall(i int, result1 error)
func (*FakeSyscall) SetsockoptString ¶
func (*FakeSyscall) SetsockoptStringArgsForCall ¶
func (*FakeSyscall) SetsockoptStringCallCount ¶
func (fake *FakeSyscall) SetsockoptStringCallCount() int
func (*FakeSyscall) SetsockoptStringCalls ¶
func (*FakeSyscall) SetsockoptStringReturns ¶
func (fake *FakeSyscall) SetsockoptStringReturns(result1 error)
func (*FakeSyscall) SetsockoptStringReturnsOnCall ¶
func (fake *FakeSyscall) SetsockoptStringReturnsOnCall(i int, result1 error)
func (*FakeSyscall) SetsockoptTimeval ¶
func (*FakeSyscall) SetsockoptTimevalArgsForCall ¶
func (*FakeSyscall) SetsockoptTimevalCallCount ¶
func (fake *FakeSyscall) SetsockoptTimevalCallCount() int
func (*FakeSyscall) SetsockoptTimevalCalls ¶
func (*FakeSyscall) SetsockoptTimevalReturns ¶
func (fake *FakeSyscall) SetsockoptTimevalReturns(result1 error)
func (*FakeSyscall) SetsockoptTimevalReturnsOnCall ¶
func (fake *FakeSyscall) SetsockoptTimevalReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Settimeofday ¶
func (fake *FakeSyscall) Settimeofday(arg1 *syscall.Timeval) error
func (*FakeSyscall) SettimeofdayArgsForCall ¶
func (fake *FakeSyscall) SettimeofdayArgsForCall(i int) *syscall.Timeval
func (*FakeSyscall) SettimeofdayCallCount ¶
func (fake *FakeSyscall) SettimeofdayCallCount() int
func (*FakeSyscall) SettimeofdayCalls ¶
func (fake *FakeSyscall) SettimeofdayCalls(stub func(*syscall.Timeval) error)
func (*FakeSyscall) SettimeofdayReturns ¶
func (fake *FakeSyscall) SettimeofdayReturns(result1 error)
func (*FakeSyscall) SettimeofdayReturnsOnCall ¶
func (fake *FakeSyscall) SettimeofdayReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Setuid ¶
func (fake *FakeSyscall) Setuid(arg1 int) error
func (*FakeSyscall) SetuidArgsForCall ¶
func (fake *FakeSyscall) SetuidArgsForCall(i int) int
func (*FakeSyscall) SetuidCallCount ¶
func (fake *FakeSyscall) SetuidCallCount() int
func (*FakeSyscall) SetuidCalls ¶
func (fake *FakeSyscall) SetuidCalls(stub func(int) error)
func (*FakeSyscall) SetuidReturns ¶
func (fake *FakeSyscall) SetuidReturns(result1 error)
func (*FakeSyscall) SetuidReturnsOnCall ¶
func (fake *FakeSyscall) SetuidReturnsOnCall(i int, result1 error)
func (*FakeSyscall) ShutdownArgsForCall ¶
func (fake *FakeSyscall) ShutdownArgsForCall(i int) (int, int)
func (*FakeSyscall) ShutdownCallCount ¶
func (fake *FakeSyscall) ShutdownCallCount() int
func (*FakeSyscall) ShutdownCalls ¶
func (fake *FakeSyscall) ShutdownCalls(stub func(int, int) error)
func (*FakeSyscall) ShutdownReturns ¶
func (fake *FakeSyscall) ShutdownReturns(result1 error)
func (*FakeSyscall) ShutdownReturnsOnCall ¶
func (fake *FakeSyscall) ShutdownReturnsOnCall(i int, result1 error)
func (*FakeSyscall) SlicePtrFromStrings ¶
func (fake *FakeSyscall) SlicePtrFromStrings(arg1 []string) ([]*byte, error)
func (*FakeSyscall) SlicePtrFromStringsArgsForCall ¶
func (fake *FakeSyscall) SlicePtrFromStringsArgsForCall(i int) []string
func (*FakeSyscall) SlicePtrFromStringsCallCount ¶
func (fake *FakeSyscall) SlicePtrFromStringsCallCount() int
func (*FakeSyscall) SlicePtrFromStringsCalls ¶
func (fake *FakeSyscall) SlicePtrFromStringsCalls(stub func([]string) ([]*byte, error))
func (*FakeSyscall) SlicePtrFromStringsReturns ¶
func (fake *FakeSyscall) SlicePtrFromStringsReturns(result1 []*byte, result2 error)
func (*FakeSyscall) SlicePtrFromStringsReturnsOnCall ¶
func (fake *FakeSyscall) SlicePtrFromStringsReturnsOnCall(i int, result1 []*byte, result2 error)
func (*FakeSyscall) SocketArgsForCall ¶
func (fake *FakeSyscall) SocketArgsForCall(i int) (int, int, int)
func (*FakeSyscall) SocketCallCount ¶
func (fake *FakeSyscall) SocketCallCount() int
func (*FakeSyscall) SocketCalls ¶
func (*FakeSyscall) SocketReturns ¶
func (fake *FakeSyscall) SocketReturns(result1 int, result2 error)
func (*FakeSyscall) SocketReturnsOnCall ¶
func (fake *FakeSyscall) SocketReturnsOnCall(i int, result1 int, result2 error)
func (*FakeSyscall) Socketpair ¶
func (*FakeSyscall) SocketpairArgsForCall ¶
func (fake *FakeSyscall) SocketpairArgsForCall(i int) (int, int, int)
func (*FakeSyscall) SocketpairCallCount ¶
func (fake *FakeSyscall) SocketpairCallCount() int
func (*FakeSyscall) SocketpairCalls ¶
func (*FakeSyscall) SocketpairReturns ¶
func (fake *FakeSyscall) SocketpairReturns(result1 [2]int, result2 error)
func (*FakeSyscall) SocketpairReturnsOnCall ¶
func (fake *FakeSyscall) SocketpairReturnsOnCall(i int, result1 [2]int, result2 error)
func (*FakeSyscall) StartProcess ¶
func (*FakeSyscall) StartProcessArgsForCall ¶
func (*FakeSyscall) StartProcessCallCount ¶
func (fake *FakeSyscall) StartProcessCallCount() int
func (*FakeSyscall) StartProcessCalls ¶
func (*FakeSyscall) StartProcessReturns ¶
func (fake *FakeSyscall) StartProcessReturns(result1 int, result2 uintptr, result3 error)
func (*FakeSyscall) StartProcessReturnsOnCall ¶
func (fake *FakeSyscall) StartProcessReturnsOnCall(i int, result1 int, result2 uintptr, result3 error)
func (*FakeSyscall) StatArgsForCall ¶
func (fake *FakeSyscall) StatArgsForCall(i int) (string, *syscall.Stat_t)
func (*FakeSyscall) StatCallCount ¶
func (fake *FakeSyscall) StatCallCount() int
func (*FakeSyscall) StatCalls ¶
func (fake *FakeSyscall) StatCalls(stub func(string, *syscall.Stat_t) error)
func (*FakeSyscall) StatReturns ¶
func (fake *FakeSyscall) StatReturns(result1 error)
func (*FakeSyscall) StatReturnsOnCall ¶
func (fake *FakeSyscall) StatReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Statfs ¶
func (fake *FakeSyscall) Statfs(arg1 string, arg2 *syscall.Statfs_t) error
func (*FakeSyscall) StatfsArgsForCall ¶
func (fake *FakeSyscall) StatfsArgsForCall(i int) (string, *syscall.Statfs_t)
func (*FakeSyscall) StatfsCallCount ¶
func (fake *FakeSyscall) StatfsCallCount() int
func (*FakeSyscall) StatfsCalls ¶
func (fake *FakeSyscall) StatfsCalls(stub func(string, *syscall.Statfs_t) error)
func (*FakeSyscall) StatfsReturns ¶
func (fake *FakeSyscall) StatfsReturns(result1 error)
func (*FakeSyscall) StatfsReturnsOnCall ¶
func (fake *FakeSyscall) StatfsReturnsOnCall(i int, result1 error)
func (*FakeSyscall) StringBytePtr ¶
func (fake *FakeSyscall) StringBytePtr(arg1 string) *byte
func (*FakeSyscall) StringBytePtrArgsForCall ¶
func (fake *FakeSyscall) StringBytePtrArgsForCall(i int) string
func (*FakeSyscall) StringBytePtrCallCount ¶
func (fake *FakeSyscall) StringBytePtrCallCount() int
func (*FakeSyscall) StringBytePtrCalls ¶
func (fake *FakeSyscall) StringBytePtrCalls(stub func(string) *byte)
func (*FakeSyscall) StringBytePtrReturns ¶
func (fake *FakeSyscall) StringBytePtrReturns(result1 *byte)
func (*FakeSyscall) StringBytePtrReturnsOnCall ¶
func (fake *FakeSyscall) StringBytePtrReturnsOnCall(i int, result1 *byte)
func (*FakeSyscall) StringByteSlice ¶
func (fake *FakeSyscall) StringByteSlice(arg1 string) []byte
func (*FakeSyscall) StringByteSliceArgsForCall ¶
func (fake *FakeSyscall) StringByteSliceArgsForCall(i int) string
func (*FakeSyscall) StringByteSliceCallCount ¶
func (fake *FakeSyscall) StringByteSliceCallCount() int
func (*FakeSyscall) StringByteSliceCalls ¶
func (fake *FakeSyscall) StringByteSliceCalls(stub func(string) []byte)
func (*FakeSyscall) StringByteSliceReturns ¶
func (fake *FakeSyscall) StringByteSliceReturns(result1 []byte)
func (*FakeSyscall) StringByteSliceReturnsOnCall ¶
func (fake *FakeSyscall) StringByteSliceReturnsOnCall(i int, result1 []byte)
func (*FakeSyscall) StringSlicePtr ¶
func (fake *FakeSyscall) StringSlicePtr(arg1 []string) []*byte
func (*FakeSyscall) StringSlicePtrArgsForCall ¶
func (fake *FakeSyscall) StringSlicePtrArgsForCall(i int) []string
func (*FakeSyscall) StringSlicePtrCallCount ¶
func (fake *FakeSyscall) StringSlicePtrCallCount() int
func (*FakeSyscall) StringSlicePtrCalls ¶
func (fake *FakeSyscall) StringSlicePtrCalls(stub func([]string) []*byte)
func (*FakeSyscall) StringSlicePtrReturns ¶
func (fake *FakeSyscall) StringSlicePtrReturns(result1 []*byte)
func (*FakeSyscall) StringSlicePtrReturnsOnCall ¶
func (fake *FakeSyscall) StringSlicePtrReturnsOnCall(i int, result1 []*byte)
func (*FakeSyscall) SymlinkArgsForCall ¶
func (fake *FakeSyscall) SymlinkArgsForCall(i int) (string, string)
func (*FakeSyscall) SymlinkCallCount ¶
func (fake *FakeSyscall) SymlinkCallCount() int
func (*FakeSyscall) SymlinkCalls ¶
func (fake *FakeSyscall) SymlinkCalls(stub func(string, string) error)
func (*FakeSyscall) SymlinkReturns ¶
func (fake *FakeSyscall) SymlinkReturns(result1 error)
func (*FakeSyscall) SymlinkReturnsOnCall ¶
func (fake *FakeSyscall) SymlinkReturnsOnCall(i int, result1 error)
func (*FakeSyscall) TimespecToNsec ¶
func (fake *FakeSyscall) TimespecToNsec(arg1 syscall.Timespec) int64
func (*FakeSyscall) TimespecToNsecArgsForCall ¶
func (fake *FakeSyscall) TimespecToNsecArgsForCall(i int) syscall.Timespec
func (*FakeSyscall) TimespecToNsecCallCount ¶
func (fake *FakeSyscall) TimespecToNsecCallCount() int
func (*FakeSyscall) TimespecToNsecCalls ¶
func (fake *FakeSyscall) TimespecToNsecCalls(stub func(syscall.Timespec) int64)
func (*FakeSyscall) TimespecToNsecReturns ¶
func (fake *FakeSyscall) TimespecToNsecReturns(result1 int64)
func (*FakeSyscall) TimespecToNsecReturnsOnCall ¶
func (fake *FakeSyscall) TimespecToNsecReturnsOnCall(i int, result1 int64)
func (*FakeSyscall) TimevalToNsec ¶
func (fake *FakeSyscall) TimevalToNsec(arg1 syscall.Timeval) int64
func (*FakeSyscall) TimevalToNsecArgsForCall ¶
func (fake *FakeSyscall) TimevalToNsecArgsForCall(i int) syscall.Timeval
func (*FakeSyscall) TimevalToNsecCallCount ¶
func (fake *FakeSyscall) TimevalToNsecCallCount() int
func (*FakeSyscall) TimevalToNsecCalls ¶
func (fake *FakeSyscall) TimevalToNsecCalls(stub func(syscall.Timeval) int64)
func (*FakeSyscall) TimevalToNsecReturns ¶
func (fake *FakeSyscall) TimevalToNsecReturns(result1 int64)
func (*FakeSyscall) TimevalToNsecReturnsOnCall ¶
func (fake *FakeSyscall) TimevalToNsecReturnsOnCall(i int, result1 int64)
func (*FakeSyscall) TruncateArgsForCall ¶
func (fake *FakeSyscall) TruncateArgsForCall(i int) (string, int64)
func (*FakeSyscall) TruncateCallCount ¶
func (fake *FakeSyscall) TruncateCallCount() int
func (*FakeSyscall) TruncateCalls ¶
func (fake *FakeSyscall) TruncateCalls(stub func(string, int64) error)
func (*FakeSyscall) TruncateReturns ¶
func (fake *FakeSyscall) TruncateReturns(result1 error)
func (*FakeSyscall) TruncateReturnsOnCall ¶
func (fake *FakeSyscall) TruncateReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Umask ¶
func (fake *FakeSyscall) Umask(arg1 int) int
func (*FakeSyscall) UmaskArgsForCall ¶
func (fake *FakeSyscall) UmaskArgsForCall(i int) int
func (*FakeSyscall) UmaskCallCount ¶
func (fake *FakeSyscall) UmaskCallCount() int
func (*FakeSyscall) UmaskCalls ¶
func (fake *FakeSyscall) UmaskCalls(stub func(int) int)
func (*FakeSyscall) UmaskReturns ¶
func (fake *FakeSyscall) UmaskReturns(result1 int)
func (*FakeSyscall) UmaskReturnsOnCall ¶
func (fake *FakeSyscall) UmaskReturnsOnCall(i int, result1 int)
func (*FakeSyscall) UnixRights ¶
func (fake *FakeSyscall) UnixRights(arg1 ...int) []byte
func (*FakeSyscall) UnixRightsArgsForCall ¶
func (fake *FakeSyscall) UnixRightsArgsForCall(i int) []int
func (*FakeSyscall) UnixRightsCallCount ¶
func (fake *FakeSyscall) UnixRightsCallCount() int
func (*FakeSyscall) UnixRightsCalls ¶
func (fake *FakeSyscall) UnixRightsCalls(stub func(...int) []byte)
func (*FakeSyscall) UnixRightsReturns ¶
func (fake *FakeSyscall) UnixRightsReturns(result1 []byte)
func (*FakeSyscall) UnixRightsReturnsOnCall ¶
func (fake *FakeSyscall) UnixRightsReturnsOnCall(i int, result1 []byte)
func (*FakeSyscall) Unlink ¶
func (fake *FakeSyscall) Unlink(arg1 string) error
func (*FakeSyscall) UnlinkArgsForCall ¶
func (fake *FakeSyscall) UnlinkArgsForCall(i int) string
func (*FakeSyscall) UnlinkCallCount ¶
func (fake *FakeSyscall) UnlinkCallCount() int
func (*FakeSyscall) UnlinkCalls ¶
func (fake *FakeSyscall) UnlinkCalls(stub func(string) error)
func (*FakeSyscall) UnlinkReturns ¶
func (fake *FakeSyscall) UnlinkReturns(result1 error)
func (*FakeSyscall) UnlinkReturnsOnCall ¶
func (fake *FakeSyscall) UnlinkReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Unsetenv ¶
func (fake *FakeSyscall) Unsetenv(arg1 string) error
func (*FakeSyscall) UnsetenvArgsForCall ¶
func (fake *FakeSyscall) UnsetenvArgsForCall(i int) string
func (*FakeSyscall) UnsetenvCallCount ¶
func (fake *FakeSyscall) UnsetenvCallCount() int
func (*FakeSyscall) UnsetenvCalls ¶
func (fake *FakeSyscall) UnsetenvCalls(stub func(string) error)
func (*FakeSyscall) UnsetenvReturns ¶
func (fake *FakeSyscall) UnsetenvReturns(result1 error)
func (*FakeSyscall) UnsetenvReturnsOnCall ¶
func (fake *FakeSyscall) UnsetenvReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Utimes ¶
func (fake *FakeSyscall) Utimes(arg1 string, arg2 []syscall.Timeval) error
func (*FakeSyscall) UtimesArgsForCall ¶
func (fake *FakeSyscall) UtimesArgsForCall(i int) (string, []syscall.Timeval)
func (*FakeSyscall) UtimesCallCount ¶
func (fake *FakeSyscall) UtimesCallCount() int
func (*FakeSyscall) UtimesCalls ¶
func (fake *FakeSyscall) UtimesCalls(stub func(string, []syscall.Timeval) error)
func (*FakeSyscall) UtimesNano ¶
func (fake *FakeSyscall) UtimesNano(arg1 string, arg2 []syscall.Timespec) error
func (*FakeSyscall) UtimesNanoArgsForCall ¶
func (fake *FakeSyscall) UtimesNanoArgsForCall(i int) (string, []syscall.Timespec)
func (*FakeSyscall) UtimesNanoCallCount ¶
func (fake *FakeSyscall) UtimesNanoCallCount() int
func (*FakeSyscall) UtimesNanoCalls ¶
func (fake *FakeSyscall) UtimesNanoCalls(stub func(string, []syscall.Timespec) error)
func (*FakeSyscall) UtimesNanoReturns ¶
func (fake *FakeSyscall) UtimesNanoReturns(result1 error)
func (*FakeSyscall) UtimesNanoReturnsOnCall ¶
func (fake *FakeSyscall) UtimesNanoReturnsOnCall(i int, result1 error)
func (*FakeSyscall) UtimesReturns ¶
func (fake *FakeSyscall) UtimesReturns(result1 error)
func (*FakeSyscall) UtimesReturnsOnCall ¶
func (fake *FakeSyscall) UtimesReturnsOnCall(i int, result1 error)
func (*FakeSyscall) Wait4 ¶
func (fake *FakeSyscall) Wait4(arg1 int, arg2 *syscall.WaitStatus, arg3 int, arg4 *syscall.Rusage) (int, error)
func (*FakeSyscall) Wait4ArgsForCall ¶
func (fake *FakeSyscall) Wait4ArgsForCall(i int) (int, *syscall.WaitStatus, int, *syscall.Rusage)
func (*FakeSyscall) Wait4CallCount ¶
func (fake *FakeSyscall) Wait4CallCount() int
func (*FakeSyscall) Wait4Calls ¶
func (fake *FakeSyscall) Wait4Calls(stub func(int, *syscall.WaitStatus, int, *syscall.Rusage) (int, error))
func (*FakeSyscall) Wait4Returns ¶
func (fake *FakeSyscall) Wait4Returns(result1 int, result2 error)
func (*FakeSyscall) Wait4ReturnsOnCall ¶
func (fake *FakeSyscall) Wait4ReturnsOnCall(i int, result1 int, result2 error)
func (*FakeSyscall) WriteArgsForCall ¶
func (fake *FakeSyscall) WriteArgsForCall(i int) (int, []byte)
func (*FakeSyscall) WriteCallCount ¶
func (fake *FakeSyscall) WriteCallCount() int
func (*FakeSyscall) WriteCalls ¶
func (fake *FakeSyscall) WriteCalls(stub func(int, []byte) (int, error))
func (*FakeSyscall) WriteReturns ¶
func (fake *FakeSyscall) WriteReturns(result1 int, result2 error)
func (*FakeSyscall) WriteReturnsOnCall ¶
func (fake *FakeSyscall) WriteReturnsOnCall(i int, result1 int, result2 error)
Click to show internal directories.
Click to hide internal directories.