$72 GRAYBYTE WORDPRESS FILE MANAGER $28

SERVER : vnpttt-amd7f72-h1.vietnix.vn #1 SMP Fri May 24 12:42:50 UTC 2024
SERVER IP : 103.200.23.149 | ADMIN IP 216.73.216.22
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/lib/golang/src/cmd/dist/

HOME
Current File : /lib/golang/src/cmd/dist//exec.go
// Copyright 2022 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package main

import (
	"os/exec"
	"strings"
)

// setDir sets cmd.Dir to dir, and also adds PWD=dir to cmd's environment.
func setDir(cmd *exec.Cmd, dir string) {
	cmd.Dir = dir
	if cmd.Env != nil {
		// os/exec won't set PWD automatically.
		setEnv(cmd, "PWD", dir)
	}
}

// setEnv sets cmd.Env so that key = value.
func setEnv(cmd *exec.Cmd, key, value string) {
	cmd.Env = append(cmd.Environ(), key+"="+value)
}

// unsetEnv sets cmd.Env so that key is not present in the environment.
func unsetEnv(cmd *exec.Cmd, key string) {
	cmd.Env = cmd.Environ()

	prefix := key + "="
	newEnv := []string{}
	for _, entry := range cmd.Env {
		if strings.HasPrefix(entry, prefix) {
			continue
		}
		newEnv = append(newEnv, entry)
		// key may appear multiple times, so keep going.
	}
	cmd.Env = newEnv
}

Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
16 Dec 2025 9.30 PM
root / root
0755
README
1.014 KB
4 Dec 2025 6.06 PM
root / root
0644
build.go
56.463 KB
4 Dec 2025 6.06 PM
root / root
0644
buildgo.go
3.821 KB
4 Dec 2025 6.06 PM
root / root
0644
buildruntime.go
2.632 KB
4 Dec 2025 6.06 PM
root / root
0644
buildtag.go
3.005 KB
4 Dec 2025 6.06 PM
root / root
0644
buildtool.go
12.018 KB
4 Dec 2025 6.06 PM
root / root
0644
doc.go
0.63 KB
4 Dec 2025 6.06 PM
root / root
0644
exec.go
0.935 KB
4 Dec 2025 6.06 PM
root / root
0644
imports.go
6.326 KB
4 Dec 2025 6.06 PM
root / root
0644
main.go
5.483 KB
4 Dec 2025 6.06 PM
root / root
0644
notgo122.go
0.812 KB
4 Dec 2025 6.06 PM
root / root
0644
quoted.go
1.241 KB
4 Dec 2025 6.06 PM
root / root
0644
sys_default.go
0.209 KB
4 Dec 2025 6.06 PM
root / root
0644
sys_windows.go
1.551 KB
4 Dec 2025 6.06 PM
root / root
0644
test.go
55.557 KB
4 Dec 2025 6.06 PM
root / root
0644
testjson.go
4.588 KB
4 Dec 2025 6.06 PM
root / root
0644
util.go
11.151 KB
4 Dec 2025 6.06 PM
root / root
0644
util_gc.go
0.595 KB
4 Dec 2025 6.06 PM
root / root
0644
util_gccgo.go
0.246 KB
4 Dec 2025 6.06 PM
root / root
0644
vfp_arm.s
0.636 KB
4 Dec 2025 6.06 PM
root / root
0644
vfp_default.s
0.31 KB
4 Dec 2025 6.06 PM
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF