Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 49 for sysdir (0.19 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/internal/tasks/SnapshotTaskInputsOperationIntegrationTest.groovy

            }
    
            createDir("b") {
                file("build.gradle") << """
                    plugins { id 'java' }
                    dependencies { implementation project(":a") }
                    sourceSets.main.java.srcDir "other"
                """
                dir("src/main/java") {
                    file("Thing.java") << "class Thing {}"
                }
                dir("other") {
                    file("Other.java") << "class Other {}"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  2. src/os/file_unix.go

    	}
    }
    
    type unixDirent struct {
    	parent string
    	name   string
    	typ    FileMode
    	info   FileInfo
    }
    
    func (d *unixDirent) Name() string   { return d.name }
    func (d *unixDirent) IsDir() bool    { return d.typ.IsDir() }
    func (d *unixDirent) Type() FileMode { return d.typ }
    
    func (d *unixDirent) Info() (FileInfo, error) {
    	if d.info != nil {
    		return d.info, nil
    	}
    	return lstat(d.parent + "/" + d.name)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  3. cluster/gce/gci/configure-helper.sh

      fi
    }
    
    # Creates a symlink for a ($1) so that it may be used as block storage
    function safe-block-symlink(){
      local device="${1}"
      local symdir="${2}"
    
      mkdir -p "${symdir}"
    
      get-or-generate-uuid "${device}"
      local myuuid="${retuuid}"
    
      local sym="${symdir}/local-ssd-${myuuid}"
      # Do not "mkdir -p ${sym}" as that will cause unintended symlink behavior
      ln -s "${device}" "${sym}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  4. go.mod

    	github.com/seccomp/libseccomp-golang v0.10.0 // indirect
    	github.com/sirupsen/logrus v1.9.3 // indirect
    	github.com/soheilhy/cmux v0.1.5 // indirect
    	github.com/stoewer/go-strcase v1.2.0 // indirect
    	github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
    	github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 // indirect
    	github.com/x448/float16 v0.8.4 // indirect
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:11 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go

    	{16, "EBUSY", "device or resource busy"},
    	{17, "EEXIST", "file exists"},
    	{18, "EXDEV", "invalid cross-device link"},
    	{19, "ENODEV", "no such device"},
    	{20, "ENOTDIR", "not a directory"},
    	{21, "EISDIR", "is a directory"},
    	{22, "EINVAL", "invalid argument"},
    	{23, "ENFILE", "too many open files in system"},
    	{24, "EMFILE", "too many open files"},
    	{25, "ENOTTY", "inappropriate ioctl for device"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_386.go

    	{16, "EBUSY", "device or resource busy"},
    	{17, "EEXIST", "file exists"},
    	{18, "EXDEV", "invalid cross-device link"},
    	{19, "ENODEV", "no such device"},
    	{20, "ENOTDIR", "not a directory"},
    	{21, "EISDIR", "is a directory"},
    	{22, "EINVAL", "invalid argument"},
    	{23, "ENFILE", "too many open files in system"},
    	{24, "EMFILE", "too many open files"},
    	{25, "ENOTTY", "inappropriate ioctl for device"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  7. src/go/build/deps_test.go

    	RUNTIME, unicode/utf8
    	< path;
    
    	unicode !< path;
    
    	# SYSCALL is RUNTIME plus the packages necessary for basic system calls.
    	RUNTIME, unicode/utf8, unicode/utf16
    	< internal/syscall/windows/sysdll, syscall/js
    	< syscall
    	< internal/syscall/unix, internal/syscall/windows, internal/syscall/windows/registry
    	< internal/syscall/execenv
    	< SYSCALL;
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 16:41:13 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    	{16, "EBUSY", "device or resource busy"},
    	{17, "EEXIST", "file exists"},
    	{18, "EXDEV", "invalid cross-device link"},
    	{19, "ENODEV", "no such device"},
    	{20, "ENOTDIR", "not a directory"},
    	{21, "EISDIR", "is a directory"},
    	{22, "EINVAL", "invalid argument"},
    	{23, "ENFILE", "too many open files in system"},
    	{24, "EMFILE", "too many open files"},
    	{25, "ENOTTY", "inappropriate ioctl for device"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  9. src/syscall/zerrors_solaris_amd64.go

    	EILSEQ          = Errno(0x58)
    	EINPROGRESS     = Errno(0x96)
    	EINTR           = Errno(0x4)
    	EINVAL          = Errno(0x16)
    	EIO             = Errno(0x5)
    	EISCONN         = Errno(0x85)
    	EISDIR          = Errno(0x15)
    	EL2HLT          = Errno(0x2c)
    	EL2NSYNC        = Errno(0x26)
    	EL3HLT          = Errno(0x27)
    	EL3RST          = Errno(0x28)
    	ELIBACC         = Errno(0x53)
    	ELIBBAD         = Errno(0x54)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  10. src/syscall/fs_wasip1.go

    	// to represent dereferencing symbolic links pointing to directories.
    	if buf[len(buf)-1] != '/' && isDir(file) {
    		buf = append(buf, '/')
    	}
    	return unsafe.String(&buf[0], len(buf))
    }
    
    func isAbs(path string) bool {
    	return stringslite.HasPrefix(path, "/")
    }
    
    func isDir(path string) bool {
    	return stringslite.HasSuffix(path, "/")
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 24.1K bytes
    - Viewed (0)
Back to top