Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for getUuid (0.25 sec)

  1. misc/wasm/wasm_exec.js

    			utimes(path, atime, mtime, callback) { callback(enosys()); },
    		};
    	}
    
    	if (!globalThis.process) {
    		globalThis.process = {
    			getuid() { return -1; },
    			getgid() { return -1; },
    			geteuid() { return -1; },
    			getegid() { return -1; },
    			getgroups() { throw enosys(); },
    			pid: -1,
    			ppid: -1,
    			umask() { throw enosys(); },
    			cwd() { throw enosys(); },
    			chdir() { throw 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)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS_GETEGID = 43
    pkg syscall (netbsd-arm64-cgo), const SYS_GETEGID ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_GETEUID = 25
    pkg syscall (netbsd-arm64-cgo), const SYS_GETEUID ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_GETFH = 395
    pkg syscall (netbsd-arm64-cgo), const SYS_GETFH ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_GETGID = 47
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg syscall (darwin-arm64-cgo), const SYS_GETPGRP = 81
    pkg syscall (darwin-arm64-cgo), const SYS_GETPGRP ideal-int
    pkg syscall (darwin-arm64-cgo), const SYS_GETPID = 20
    pkg syscall (darwin-arm64-cgo), const SYS_GETPID ideal-int
    pkg syscall (darwin-arm64-cgo), const SYS_GETPPID = 39
    pkg syscall (darwin-arm64-cgo), const SYS_GETPPID ideal-int
    pkg syscall (darwin-arm64-cgo), const SYS_GETPRIORITY = 100
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  4. src/cmd/cgo/internal/test/issue1435.go

    		{call: "Setegid(0)", fn: func() error { return syscall.Setegid(0) }, filter: "Gid:", expect: "\t0\t0\t0\t0"},
    
    		{call: "Seteuid(1)", fn: func() error { return syscall.Seteuid(1) }, filter: "Uid:", expect: "\t0\t1\t0\t1"},
    		{call: "Setuid(0)", fn: func() error { return syscall.Setuid(0) }, filter: "Uid:", expect: "\t0\t0\t0\t0"},
    
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Jul 28 21:31:41 GMT 2023
    - 7.5K bytes
    - Viewed (0)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_GETPGID = 207
    pkg syscall (freebsd-arm64), const SYS_GETPGID ideal-int
    pkg syscall (freebsd-arm64), const SYS_GETPGRP = 81
    pkg syscall (freebsd-arm64), const SYS_GETPGRP ideal-int
    pkg syscall (freebsd-arm64), const SYS_GETPID = 20
    pkg syscall (freebsd-arm64), const SYS_GETPID ideal-int
    pkg syscall (freebsd-arm64), const SYS_GETPPID = 39
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  6. api/go1.txt

    pkg os, func FindProcess(int) (*Process, error)
    pkg os, func Getegid() int
    pkg os, func Getenv(string) string
    pkg os, func Geteuid() int
    pkg os, func Getgid() int
    pkg os, func Getgroups() ([]int, error)
    pkg os, func Getpagesize() int
    pkg os, func Getpid() int
    pkg os, func Getppid() int
    pkg os, func Getuid() int
    pkg os, func Getwd() (string, error)
    pkg os, func Hostname() (string, error)
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  7. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_GETDTABLESIZE ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_GETEGID = 43 #53466
    pkg syscall (freebsd-riscv64), const SYS_GETEGID ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_GETEUID = 25 #53466
    pkg syscall (freebsd-riscv64), const SYS_GETEUID ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_GETFH = 161 #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg syscall (linux-amd64), const SYS_GETEGID = 108
    pkg syscall (linux-amd64), const SYS_GETEUID = 107
    pkg syscall (linux-amd64), const SYS_GETGID = 104
    pkg syscall (linux-amd64), const SYS_GETGROUPS = 115
    pkg syscall (linux-amd64), const SYS_GETITIMER = 36
    pkg syscall (linux-amd64), const SYS_GETPEERNAME = 52
    pkg syscall (linux-amd64), const SYS_GETPGID = 121
    pkg syscall (linux-amd64), const SYS_GETPGRP = 111
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  9. src/archive/tar/tar_test.go

    			Typeflag: TypeFifo,
    		},
    		fm: 0600 | fs.ModeNamedPipe,
    	}, {
    		// setuid.
    		h: &Header{
    			Name:     "bin/su",
    			Mode:     0755 | c_ISUID,
    			Size:     23232,
    			ModTime:  time.Unix(1355405093, 0),
    			Typeflag: TypeReg,
    		},
    		fm: 0755 | fs.ModeSetuid,
    	}, {
    		// setguid.
    		h: &Header{
    			Name:     "group.txt",
    			Mode:     0750 | c_ISGID,
    			Size:     0,
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 15 16:01:50 GMT 2024
    - 24K bytes
    - Viewed (0)
  10. misc/go_android_exec/main.go

    	// Binary names can conflict.
    	// E.g. template.test from the {html,text}/template packages.
    	binName := filepath.Base(os.Args[1])
    	deviceGotmp := fmt.Sprintf(deviceRoot+"/%s-%d", binName, os.Getpid())
    	deviceGopath := deviceGotmp + "/gopath"
    	defer adb("exec-out", "rm", "-rf", deviceGotmp) // Clean up.
    
    	// Determine the package by examining the current working
    	// directory, which will look something like
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Aug 21 17:46:57 GMT 2023
    - 15.3K bytes
    - Viewed (0)
Back to top