github.com/neugram/ng@v0.0.0-20180309130942-d472ff93d872/eval/gowrap/wrapbuiltin/wrap_os.go (about)

     1  // Generated file, do not edit.
     2  
     3  package wrapbuiltin
     4  
     5  import (
     6  	"reflect"
     7  
     8  	"neugram.io/ng/eval/gowrap"
     9  
    10  	wrap_os "os"
    11  )
    12  
    13  var pkg_wrap_os = &gowrap.Pkg{
    14  	Exports: map[string]reflect.Value{
    15  
    16  		"Args":              reflect.ValueOf(&wrap_os.Args).Elem(),
    17  		"Chdir":             reflect.ValueOf(wrap_os.Chdir),
    18  		"Chmod":             reflect.ValueOf(wrap_os.Chmod),
    19  		"Chown":             reflect.ValueOf(wrap_os.Chown),
    20  		"Chtimes":           reflect.ValueOf(wrap_os.Chtimes),
    21  		"Clearenv":          reflect.ValueOf(wrap_os.Clearenv),
    22  		"Create":            reflect.ValueOf(wrap_os.Create),
    23  		"DevNull":           reflect.ValueOf(wrap_os.DevNull),
    24  		"Environ":           reflect.ValueOf(wrap_os.Environ),
    25  		"ErrClosed":         reflect.ValueOf(&wrap_os.ErrClosed).Elem(),
    26  		"ErrExist":          reflect.ValueOf(&wrap_os.ErrExist).Elem(),
    27  		"ErrInvalid":        reflect.ValueOf(&wrap_os.ErrInvalid).Elem(),
    28  		"ErrNotExist":       reflect.ValueOf(&wrap_os.ErrNotExist).Elem(),
    29  		"ErrPermission":     reflect.ValueOf(&wrap_os.ErrPermission).Elem(),
    30  		"Executable":        reflect.ValueOf(wrap_os.Executable),
    31  		"Exit":              reflect.ValueOf(wrap_os.Exit),
    32  		"Expand":            reflect.ValueOf(wrap_os.Expand),
    33  		"ExpandEnv":         reflect.ValueOf(wrap_os.ExpandEnv),
    34  		"File":              reflect.ValueOf(reflect.TypeOf(wrap_os.File{})),
    35  		"FileInfo":          reflect.ValueOf(reflect.TypeOf((*wrap_os.FileInfo)(nil)).Elem()),
    36  		"FileMode":          reflect.ValueOf(reflect.TypeOf(wrap_os.FileMode(0))),
    37  		"FindProcess":       reflect.ValueOf(wrap_os.FindProcess),
    38  		"Getegid":           reflect.ValueOf(wrap_os.Getegid),
    39  		"Getenv":            reflect.ValueOf(wrap_os.Getenv),
    40  		"Geteuid":           reflect.ValueOf(wrap_os.Geteuid),
    41  		"Getgid":            reflect.ValueOf(wrap_os.Getgid),
    42  		"Getgroups":         reflect.ValueOf(wrap_os.Getgroups),
    43  		"Getpagesize":       reflect.ValueOf(wrap_os.Getpagesize),
    44  		"Getpid":            reflect.ValueOf(wrap_os.Getpid),
    45  		"Getppid":           reflect.ValueOf(wrap_os.Getppid),
    46  		"Getuid":            reflect.ValueOf(wrap_os.Getuid),
    47  		"Getwd":             reflect.ValueOf(wrap_os.Getwd),
    48  		"Hostname":          reflect.ValueOf(wrap_os.Hostname),
    49  		"Interrupt":         reflect.ValueOf(&wrap_os.Interrupt).Elem(),
    50  		"IsExist":           reflect.ValueOf(wrap_os.IsExist),
    51  		"IsNotExist":        reflect.ValueOf(wrap_os.IsNotExist),
    52  		"IsPathSeparator":   reflect.ValueOf(wrap_os.IsPathSeparator),
    53  		"IsPermission":      reflect.ValueOf(wrap_os.IsPermission),
    54  		"Kill":              reflect.ValueOf(&wrap_os.Kill).Elem(),
    55  		"Lchown":            reflect.ValueOf(wrap_os.Lchown),
    56  		"Link":              reflect.ValueOf(wrap_os.Link),
    57  		"LinkError":         reflect.ValueOf(reflect.TypeOf(wrap_os.LinkError{})),
    58  		"LookupEnv":         reflect.ValueOf(wrap_os.LookupEnv),
    59  		"Lstat":             reflect.ValueOf(wrap_os.Lstat),
    60  		"Mkdir":             reflect.ValueOf(wrap_os.Mkdir),
    61  		"MkdirAll":          reflect.ValueOf(wrap_os.MkdirAll),
    62  		"ModeAppend":        reflect.ValueOf(wrap_os.ModeAppend),
    63  		"ModeCharDevice":    reflect.ValueOf(wrap_os.ModeCharDevice),
    64  		"ModeDevice":        reflect.ValueOf(wrap_os.ModeDevice),
    65  		"ModeDir":           reflect.ValueOf(wrap_os.ModeDir),
    66  		"ModeExclusive":     reflect.ValueOf(wrap_os.ModeExclusive),
    67  		"ModeNamedPipe":     reflect.ValueOf(wrap_os.ModeNamedPipe),
    68  		"ModePerm":          reflect.ValueOf(wrap_os.ModePerm),
    69  		"ModeSetgid":        reflect.ValueOf(wrap_os.ModeSetgid),
    70  		"ModeSetuid":        reflect.ValueOf(wrap_os.ModeSetuid),
    71  		"ModeSocket":        reflect.ValueOf(wrap_os.ModeSocket),
    72  		"ModeSticky":        reflect.ValueOf(wrap_os.ModeSticky),
    73  		"ModeSymlink":       reflect.ValueOf(wrap_os.ModeSymlink),
    74  		"ModeTemporary":     reflect.ValueOf(wrap_os.ModeTemporary),
    75  		"ModeType":          reflect.ValueOf(wrap_os.ModeType),
    76  		"NewFile":           reflect.ValueOf(wrap_os.NewFile),
    77  		"NewSyscallError":   reflect.ValueOf(wrap_os.NewSyscallError),
    78  		"O_APPEND":          reflect.ValueOf(wrap_os.O_APPEND),
    79  		"O_CREATE":          reflect.ValueOf(wrap_os.O_CREATE),
    80  		"O_EXCL":            reflect.ValueOf(wrap_os.O_EXCL),
    81  		"O_RDONLY":          reflect.ValueOf(wrap_os.O_RDONLY),
    82  		"O_RDWR":            reflect.ValueOf(wrap_os.O_RDWR),
    83  		"O_SYNC":            reflect.ValueOf(wrap_os.O_SYNC),
    84  		"O_TRUNC":           reflect.ValueOf(wrap_os.O_TRUNC),
    85  		"O_WRONLY":          reflect.ValueOf(wrap_os.O_WRONLY),
    86  		"Open":              reflect.ValueOf(wrap_os.Open),
    87  		"OpenFile":          reflect.ValueOf(wrap_os.OpenFile),
    88  		"PathError":         reflect.ValueOf(reflect.TypeOf(wrap_os.PathError{})),
    89  		"PathListSeparator": reflect.ValueOf(wrap_os.PathListSeparator),
    90  		"PathSeparator":     reflect.ValueOf(wrap_os.PathSeparator),
    91  		"Pipe":              reflect.ValueOf(wrap_os.Pipe),
    92  		"ProcAttr":          reflect.ValueOf(reflect.TypeOf(wrap_os.ProcAttr{})),
    93  		"Process":           reflect.ValueOf(reflect.TypeOf(wrap_os.Process{})),
    94  		"ProcessState":      reflect.ValueOf(reflect.TypeOf(wrap_os.ProcessState{})),
    95  		"Readlink":          reflect.ValueOf(wrap_os.Readlink),
    96  		"Remove":            reflect.ValueOf(wrap_os.Remove),
    97  		"RemoveAll":         reflect.ValueOf(wrap_os.RemoveAll),
    98  		"Rename":            reflect.ValueOf(wrap_os.Rename),
    99  		"SEEK_CUR":          reflect.ValueOf(wrap_os.SEEK_CUR),
   100  		"SEEK_END":          reflect.ValueOf(wrap_os.SEEK_END),
   101  		"SEEK_SET":          reflect.ValueOf(wrap_os.SEEK_SET),
   102  		"SameFile":          reflect.ValueOf(wrap_os.SameFile),
   103  		"Setenv":            reflect.ValueOf(wrap_os.Setenv),
   104  		"Signal":            reflect.ValueOf(reflect.TypeOf((*wrap_os.Signal)(nil)).Elem()),
   105  		"StartProcess":      reflect.ValueOf(wrap_os.StartProcess),
   106  		"Stat":              reflect.ValueOf(wrap_os.Stat),
   107  		"Stderr":            reflect.ValueOf(&wrap_os.Stderr).Elem(),
   108  		"Stdin":             reflect.ValueOf(&wrap_os.Stdin).Elem(),
   109  		"Stdout":            reflect.ValueOf(&wrap_os.Stdout).Elem(),
   110  		"Symlink":           reflect.ValueOf(wrap_os.Symlink),
   111  		"SyscallError":      reflect.ValueOf(reflect.TypeOf(wrap_os.SyscallError{})),
   112  		"TempDir":           reflect.ValueOf(wrap_os.TempDir),
   113  		"Truncate":          reflect.ValueOf(wrap_os.Truncate),
   114  		"Unsetenv":          reflect.ValueOf(wrap_os.Unsetenv),
   115  	},
   116  }
   117  
   118  func init() {
   119  	if gowrap.Pkgs["os"] == nil {
   120  		gowrap.Pkgs["os"] = pkg_wrap_os
   121  	}
   122  }