Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 167 for fstat (0.28 sec)

  1. api/except.txt

    pkg syscall (freebsd-386), type Stat_t struct, Blksize uint32
    pkg syscall (freebsd-386), type Stat_t struct, Dev uint32
    pkg syscall (freebsd-386), type Stat_t struct, Gen uint32
    pkg syscall (freebsd-386), type Stat_t struct, Ino uint32
    pkg syscall (freebsd-386), type Stat_t struct, Lspare int32
    pkg syscall (freebsd-386), type Stat_t struct, Nlink uint16
    pkg syscall (freebsd-386), type Stat_t struct, Pad_cgo_0 [8]uint8
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu May 25 00:13:30 GMT 2023
    - 34.6K bytes
    - Viewed (0)
  2. cni/pkg/nodeagent/netns_linux.go

    func (n *NetnsWrapper) Close() error {
    	return n.innerNetns.Close()
    }
    
    func (n *NetnsWrapper) Fd() uintptr {
    	return n.innerNetns.Fd()
    }
    
    func inodeForFd(n NetnsFd) (uint64, error) {
    	stats := &unix.Stat_t{}
    	err := unix.Fstat(int(n.Fd()), stats)
    	return stats.Ino, err
    }
    
    func OpenNetns(nspath string) (NetnsCloser, error) {
    	n, err := netns.GetNS(nspath)
    	if err != nil {
    		return nil, err
    	}
    	i, err := inodeForFd(n)
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Wed Jan 31 10:05:36 GMT 2024
    - 2.7K bytes
    - Viewed (0)
  3. tensorflow/c/experimental/filesystem/plugins/posix/posix_filesystem.cc

      struct stat st;
      if (stat(dst, &st) != 0) {
        if (errno != ENOENT) {
          TF_SetStatusFromIOError(status, errno, dst);
          return;
        }
      } else if (S_ISDIR(st.st_mode)) {
        TF_SetStatus(status, TF_FAILED_PRECONDITION, "target path is a directory");
        return;
      }
    
      // We cannot rename directories yet, so prevent this.
      if (stat(src, &st) != 0) {
    C++
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Sun Mar 24 20:08:23 GMT 2024
    - 15.8K bytes
    - Viewed (0)
  4. misc/wasm/wasm_exec.js

    			fchown(fd, uid, gid, callback) { callback(enosys()); },
    			fstat(fd, callback) { callback(enosys()); },
    			fsync(fd, callback) { callback(null); },
    			ftruncate(fd, length, callback) { callback(enosys()); },
    			lchown(path, uid, gid, callback) { callback(enosys()); },
    			link(path, link, callback) { callback(enosys()); },
    			lstat(path, callback) { callback(enosys()); },
    			mkdir(path, perm, callback) { callback(enosys()); },
    JavaScript
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon May 22 17:47:47 GMT 2023
    - 16.3K bytes
    - Viewed (1)
  5. api/go1.3.txt

    pkg syscall (netbsd-arm), type Kevent_t struct, Pad_cgo_0 [4]uint8
    pkg syscall (netbsd-arm), type Stat_t struct, Pad_cgo_0 [4]uint8
    pkg syscall (netbsd-arm), type Stat_t struct, Pad_cgo_1 [4]uint8
    pkg syscall (netbsd-arm), type Stat_t struct, Pad_cgo_2 [4]uint8
    pkg syscall (netbsd-arm), type Termios struct
    pkg syscall (netbsd-arm), type Termios struct, Cc [20]uint8
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  6. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type Stat_t struct, Flags uint32 #53466
    pkg syscall (freebsd-riscv64), type Stat_t struct, Gen uint64 #53466
    pkg syscall (freebsd-riscv64), type Stat_t struct, Gid uint32 #53466
    pkg syscall (freebsd-riscv64), type Stat_t struct, Ino uint64 #53466
    pkg syscall (freebsd-riscv64), type Stat_t struct, Mode uint16 #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  7. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), type Stat_t struct, Flags uint32
    pkg syscall (freebsd-386-cgo), type Stat_t struct, Gen uint32
    pkg syscall (freebsd-386-cgo), type Stat_t struct, Gid uint32
    pkg syscall (freebsd-386-cgo), type Stat_t struct, Ino uint32
    pkg syscall (freebsd-386-cgo), type Stat_t struct, Lspare int32
    pkg syscall (freebsd-386-cgo), type Stat_t struct, Mode uint16
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  8. api/go1.16.txt

    pkg syscall (darwin-arm64-cgo), type Stat_t struct, Flags uint32
    pkg syscall (darwin-arm64-cgo), type Stat_t struct, Gen uint32
    pkg syscall (darwin-arm64-cgo), type Stat_t struct, Gid uint32
    pkg syscall (darwin-arm64-cgo), type Stat_t struct, Ino uint64
    pkg syscall (darwin-arm64-cgo), type Stat_t struct, Lspare int32
    pkg syscall (darwin-arm64-cgo), type Stat_t struct, Mode uint16
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  9. api/go1.txt

    pkg syscall (darwin-386), type Stat_t struct, Flags uint32
    pkg syscall (darwin-386), type Stat_t struct, Gen uint32
    pkg syscall (darwin-386), type Stat_t struct, Gid uint32
    pkg syscall (darwin-386), type Stat_t struct, Ino uint64
    pkg syscall (darwin-386), type Stat_t struct, Lspare int32
    pkg syscall (darwin-386), type Stat_t struct, Mode uint16
    pkg syscall (darwin-386), type Stat_t struct, Mtimespec Timespec
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  10. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Flags uint32
    pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Gen uint32
    pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Gid uint32
    pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Ino uint64
    pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Mode uint32
    pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Mtimespec Timespec
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
Back to top