Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for getcwd (0.32 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS_GETCONTEXT = 307
    pkg syscall (netbsd-arm64-cgo), const SYS_GETCONTEXT ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS___GETCWD = 296
    pkg syscall (netbsd-arm64-cgo), const SYS___GETCWD ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_GETDENTS = 390
    pkg syscall (netbsd-arm64-cgo), const SYS_GETDENTS ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_GETEGID = 43
    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)
  2. misc/wasm/wasm_exec.js

    			unlink(path, callback) { callback(enosys()); },
    			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(); },
    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)
  3. api/go1.txt

    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)
    pkg os, func IsExist(error) bool
    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 (2)
  4. api/go1.14.txt

    pkg syscall (freebsd-arm64), const F_GETFD = 1
    pkg syscall (freebsd-arm64), const F_GETFD ideal-int
    pkg syscall (freebsd-arm64), const F_GETFL = 3
    pkg syscall (freebsd-arm64), const F_GETFL ideal-int
    pkg syscall (freebsd-arm64), const F_GETLK = 11
    pkg syscall (freebsd-arm64), const F_GETLK ideal-int
    pkg syscall (freebsd-arm64), const F_GETOWN = 5
    pkg syscall (freebsd-arm64), const F_GETOWN ideal-int
    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)
  5. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS___CAP_RIGHTS_GET = 515 #53466
    pkg syscall (freebsd-riscv64), const SYS___CAP_RIGHTS_GET ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS___GETCWD = 326 #53466
    pkg syscall (freebsd-riscv64), const SYS___GETCWD ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS___MAC_EXECVE = 415 #53466
    pkg syscall (freebsd-riscv64), const SYS___MAC_EXECVE ideal-int #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)
  6. api/go1.1.txt

    pkg syscall (linux-386), const SYS_GETRUSAGE = 77
    pkg syscall (linux-386), const SYS_GETSID = 147
    pkg syscall (linux-386), const SYS_GETTID = 224
    pkg syscall (linux-386), const SYS_GETTIMEOFDAY = 78
    pkg syscall (linux-386), const SYS_GETUID = 24
    pkg syscall (linux-386), const SYS_GETUID32 = 199
    pkg syscall (linux-386), const SYS_GETXATTR = 229
    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)
  7. src/cmd/cgo/internal/test/issue1435.go

    // }
    import "C"
    
    // compareStatus is used to confirm the contents of the thread
    // specific status files match expectations.
    func compareStatus(filter, expect string) error {
    	expected := filter + expect
    	pid := syscall.Getpid()
    	fs, err := os.ReadDir(fmt.Sprintf("/proc/%d/task", pid))
    	if err != nil {
    		return fmt.Errorf("unable to find %d tasks: %v", pid, err)
    	}
    	expectedProc := fmt.Sprintf("Pid:\t%d", pid)
    	foundAThread := false
    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)
  8. api/go1.16.txt

    pkg syscall (darwin-arm64-cgo), const SYS_GETTID = 286
    pkg syscall (darwin-arm64-cgo), const SYS_GETTID ideal-int
    pkg syscall (darwin-arm64-cgo), const SYS_GETTIMEOFDAY = 116
    pkg syscall (darwin-arm64-cgo), const SYS_GETTIMEOFDAY ideal-int
    pkg syscall (darwin-arm64-cgo), const SYS_GETUID = 24
    pkg syscall (darwin-arm64-cgo), const SYS_GETUID ideal-int
    pkg syscall (darwin-arm64-cgo), const SYS_GETWGROUPS = 290
    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)
  9. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const SYS_GETSID ideal-int
    pkg syscall (linux-arm-cgo), const SYS_GETSOCKNAME ideal-int
    pkg syscall (linux-arm-cgo), const SYS_GETSOCKOPT ideal-int
    pkg syscall (linux-arm-cgo), const SYS_GETTID ideal-int
    pkg syscall (linux-arm-cgo), const SYS_GETTIMEOFDAY ideal-int
    pkg syscall (linux-arm-cgo), const SYS_GETUID ideal-int
    pkg syscall (linux-arm-cgo), const SYS_GETUID32 ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  10. misc/ios/go_ios_exec.go

    	out, err := exec.Command("cp", "-a", src, dst).CombinedOutput()
    	if err != nil {
    		os.Stderr.Write(out)
    	}
    	return err
    }
    
    func copyLocalData(dstbase string) (pkgpath string, err error) {
    	cwd, err := os.Getwd()
    	if err != nil {
    		return "", err
    	}
    
    	finalPkgpath, underGoRoot, err := subdir()
    	if err != nil {
    		return "", err
    	}
    	cwd = strings.TrimSuffix(cwd, finalPkgpath)
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Apr 11 16:34:30 GMT 2022
    - 23.4K bytes
    - Viewed (0)
Back to top