! __.PKGDEF 0 0 0 644 24851 ` go object linux amd64 go1.5.1 X:none build id "7fdd1b8dd894f43280f05cfe3f7161c8d204913d" $$ package os import runtime "runtime" import io "io" import errors "errors" import sync "sync" import syscall "syscall" import time "time" import atomic "sync/atomic" type @"syscall".Signal int func (@"syscall".s·1 @"syscall".Signal) Signal () { } func (@"syscall".s·2 @"syscall".Signal) String () (? string) type @"syscall".WaitStatus uint32 func (@"syscall".w·2 @"syscall".WaitStatus) Continued () (? bool) { return @"syscall".w·2 == @"syscall".WaitStatus(0xffff) } func (@"syscall".w·2 @"syscall".WaitStatus) CoreDump () (? bool) { return @"syscall".w·2.Signaled() && @"syscall".w·2 & @"syscall".WaitStatus(0x80) != @"syscall".WaitStatus(0x0) } func (@"syscall".w·2 @"syscall".WaitStatus) ExitStatus () (? int) { if !@"syscall".w·2.Exited() { return -0x1 }; return int(@"syscall".w·2 >> 0x8) & 0xff } func (@"syscall".w·2 @"syscall".WaitStatus) Exited () (? bool) { return @"syscall".w·2 & @"syscall".WaitStatus(0x7f) == @"syscall".WaitStatus(0x0) } func (@"syscall".w·2 @"syscall".WaitStatus) Signal () (? @"syscall".Signal) { if !@"syscall".w·2.Signaled() { return @"syscall".Signal(-0x1) }; return @"syscall".Signal(@"syscall".w·2 & @"syscall".WaitStatus(0x7f)) } func (@"syscall".w·2 @"syscall".WaitStatus) Signaled () (? bool) { return @"syscall".w·2 & @"syscall".WaitStatus(0x7f) != @"syscall".WaitStatus(0x7f) && @"syscall".w·2 & @"syscall".WaitStatus(0x7f) != @"syscall".WaitStatus(0x0) } func (@"syscall".w·2 @"syscall".WaitStatus) StopSignal () (? @"syscall".Signal) { if !@"syscall".w·2.Stopped() { return @"syscall".Signal(-0x1) }; return @"syscall".Signal(@"syscall".w·2 >> 0x8) & @"syscall".Signal(0xff) } func (@"syscall".w·2 @"syscall".WaitStatus) Stopped () (? bool) { return @"syscall".w·2 & @"syscall".WaitStatus(0xff) == @"syscall".WaitStatus(0x7f) } func (@"syscall".w·2 @"syscall".WaitStatus) TrapCause () (? int) { if @"syscall".w·2.StopSignal() != @"syscall".Signal(0x5) { return -0x1 }; return int(@"syscall".w·2 >> 0x8) >> 0x8 } type @"syscall".Timeval struct { Sec int64; Usec int64 } func (@"syscall".tv·2 *@"syscall".Timeval "esc:0x1") Nano () (? int64) { return int64(@"syscall".tv·2.Sec) * 0x3b9aca00 + int64(@"syscall".tv·2.Usec) * 0x3e8 } func (@"syscall".tv·3 *@"syscall".Timeval "esc:0x1") Unix () (@"syscall".sec·1 int64, @"syscall".nsec·2 int64) { return int64(@"syscall".tv·3.Sec), int64(@"syscall".tv·3.Usec) * 0x3e8 } type @"syscall".Rusage struct { Utime @"syscall".Timeval; Stime @"syscall".Timeval; Maxrss int64; Ixrss int64; Idrss int64; Isrss int64; Minflt int64; Majflt int64; Nswap int64; Inblock int64; Oublock int64; Msgsnd int64; Msgrcv int64; Nsignals int64; Nvcsw int64; Nivcsw int64 } type @"time".Duration int64 func (@"time".d·2 @"time".Duration) Hours () (? float64) { var @"time".hour·3 @"time".Duration; ; @"time".hour·3 = @"time".d·2 / @"time".Duration(0x34630b8a000); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x34630b8a000); return float64(@"time".hour·3) + float64(@"time".nsec·4) * 8190022623310637111963488201822504381538623676021880892417778544696899264837610290203272971060556344039023584360473938041055625214280336402169897364226048p-553 } func (@"time".d·2 @"time".Duration) Minutes () (? float64) { var @"time".min·3 @"time".Duration; ; @"time".min·3 = @"time".d·2 / @"time".Duration(0xdf8475800); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0xdf8475800); return float64(@"time".min·3) + float64(@"time".nsec·4) * 7678146209353722106395056769533233877065564876941352542109479049699919628723768656821910653339403201031675627614471533358284117434246264392176261853609984p-547 } func (@"time".d·2 @"time".Duration) Nanoseconds () (? int64) { return int64(@"time".d·2) } func (@"time".d·2 @"time".Duration) Seconds () (? float64) { var @"time".sec·3 @"time".Duration; ; @"time".sec·3 = @"time".d·2 / @"time".Duration(0x3b9aca00); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x3b9aca00); return float64(@"time".sec·3) + float64(@"time".nsec·4) * 7198262071269114660816079141112770740375861891461678802759824945047098083990024106014198994535558872472104883612039846078596891298747423852523262413111296p-541 } func (@"time".d·2 @"time".Duration) String () (? string) type @"".ProcessState struct { @"".pid int; @"".status @"syscall".WaitStatus; @"".rusage *@"syscall".Rusage } func (@"".p·2 *@"".ProcessState "esc:0x1") Exited () (? bool) { return @"".p·2.@"".exited() } func (@"".p·2 *@"".ProcessState "esc:0x1") Pid () (? int) { return @"".p·2.@"".pid } func (@"".p·2 *@"".ProcessState "esc:0x1") String () (? string) func (@"".p·2 *@"".ProcessState "esc:0x1") Success () (? bool) { return @"".p·2.@"".success() } func (@"".p·2 *@"".ProcessState "esc:0x1") Sys () (? interface {}) { return @"".p·2.@"".sys() } func (@"".p·2 *@"".ProcessState "esc:0x22") SysUsage () (? interface {}) { return @"".p·2.@"".sysUsage() } func (@"".p·2 *@"".ProcessState "esc:0x1") SystemTime () (? @"time".Duration) { return @"".p·2.@"".systemTime() } func (@"".p·2 *@"".ProcessState "esc:0x1") UserTime () (? @"time".Duration) { return @"".p·2.@"".userTime() } func (@"".p·2 *@"".ProcessState "esc:0x1") @"".exited () (? bool) { return @"".p·2.@"".status.Exited() } func (@"".p·2 *@"".ProcessState "esc:0x1") @"".success () (? bool) { return @"".p·2.@"".status.ExitStatus() == 0x0 } func (@"".p·2 *@"".ProcessState "esc:0x1") @"".sys () (? interface {}) { return @"".p·2.@"".status } func (@"".p·2 *@"".ProcessState "esc:0x22") @"".sysUsage () (? interface {}) { return @"".p·2.@"".rusage } func (@"".p·2 *@"".ProcessState "esc:0x1") @"".systemTime () (? @"time".Duration) { return @"time".Duration(@"".p·2.@"".rusage.Stime.Nano()) * @"time".Duration(0x1) } func (@"".p·2 *@"".ProcessState "esc:0x1") @"".userTime () (? @"time".Duration) { return @"time".Duration(@"".p·2.@"".rusage.Utime.Nano()) * @"time".Duration(0x1) } type @"".Signal interface { Signal(); String() (? string) } type @"".Process struct { Pid int; @"".handle uintptr; @"".isdone uint32 } func (@"".p·2 *@"".Process) Kill () (? error) func (@"".p·2 *@"".Process) Release () (? error) func (@"".p·2 *@"".Process) Signal (@"".sig·3 @"".Signal "esc:0x1") (? error) func (@"".p·3 *@"".Process) Wait () (? *@"".ProcessState, ? error) func (@"".p·2 *@"".Process) @"".done () (? bool) func (@"".p·2 *@"".Process) @"".kill () (? error) func (@"".p·2 *@"".Process) @"".release () (? error) func (@"".p·1 *@"".Process) @"".setDone () func (@"".p·2 *@"".Process) @"".signal (@"".sig·3 @"".Signal "esc:0x1") (? error) func (@"".p·3 *@"".Process) @"".wait () (@"".ps·1 *@"".ProcessState, @"".err·2 error) func @"".FindProcess (@"".pid·3 int) (@"".p·1 *@"".Process, @"".err·2 error) type @"".dirInfo struct { @"".buf []byte; @"".nbuf int; @"".bufp int } type @"".file struct { @"".fd int; @"".name string; @"".dirinfo *@"".dirInfo; @"".nepipe int32 } func (@"".file·2 *@"".file) @"".close () (? error) type @"time".zone struct { @"time".name string; @"time".offset int; @"time".isDST bool } type @"time".zoneTrans struct { @"time".when int64; @"time".index uint8; @"time".isstd bool; @"time".isutc bool } type @"time".Location struct { @"time".name string; @"time".zone []@"time".zone; @"time".tx []@"time".zoneTrans; @"time".cacheStart int64; @"time".cacheEnd int64; @"time".cacheZone *@"time".zone } func (@"time".l·2 *@"time".Location "esc:0x22") String () (? string) func (@"time".l·2 *@"time".Location "esc:0x1") @"time".firstZoneUsed () (? bool) func (@"time".l·2 *@"time".Location "esc:0x12") @"time".get () (? *@"time".Location) func (@"time".l·6 *@"time".Location "esc:0x32") @"time".lookup (@"time".sec·7 int64) (@"time".name·1 string, @"time".offset·2 int, @"time".isDST·3 bool, @"time".start·4 int64, @"time".end·5 int64) func (@"time".l·2 *@"time".Location "esc:0x1") @"time".lookupFirstZone () (? int) func (@"time".l·4 *@"time".Location "esc:0x1") @"time".lookupName (@"time".name·5 string "esc:0x1", @"time".unix·6 int64) (@"time".offset·1 int, @"time".isDST·2 bool, @"time".ok·3 bool) type @"time".Month int func (@"time".m·2 @"time".Month) String () (? string) { return @"time".months[@"time".m·2 - @"time".Month(0x1)] } type @"time".Weekday int func (@"time".d·2 @"time".Weekday) String () (? string) { return @"time".days[@"time".d·2] } type @"time".Time struct { @"time".sec int64; @"time".nsec int32; @"time".loc *@"time".Location } func (@"time".t·2 @"time".Time "esc:0x12") Add (@"time".d·3 @"time".Duration) (? @"time".Time) { @"time".t·2.@"time".sec += int64(@"time".d·3 / @"time".Duration(0x3b9aca00)); var @"time".nsec·4 int32; ; @"time".nsec·4 = int32(@"time".t·2.@"time".nsec) + int32(@"time".d·3 % @"time".Duration(0x3b9aca00)); if @"time".nsec·4 >= 0x3b9aca00 { @"time".t·2.@"time".sec++; @"time".nsec·4 -= 0x3b9aca00 } else { if @"time".nsec·4 < 0x0 { @"time".t·2.@"time".sec--; @"time".nsec·4 += 0x3b9aca00 } }; @"time".t·2.@"time".nsec = @"time".nsec·4; return @"time".t·2 } func (@"time".t·2 @"time".Time "esc:0x12") AddDate (@"time".years·3 int, @"time".months·4 int, @"time".days·5 int) (? @"time".Time) func (@"time".t·2 @"time".Time "esc:0x1") After (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec > @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec > @"time".u·3.@"time".nsec } func (@"time".t·2 @"time".Time "esc:0x9") AppendFormat (@"time".b·3 []byte "esc:0x1a", @"time".layout·4 string "esc:0x9") (? []byte) func (@"time".t·2 @"time".Time "esc:0x1") Before (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec < @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec < @"time".u·3.@"time".nsec } func (@"time".t·4 @"time".Time "esc:0x1") Clock () (@"time".hour·1 int, @"time".min·2 int, @"time".sec·3 int) func (@"time".t·4 @"time".Time "esc:0x1") Date () (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int) func (@"time".t·2 @"time".Time "esc:0x1") Day () (? int) func (@"time".t·2 @"time".Time "esc:0x1") Equal (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec == @"time".u·3.@"time".nsec } func (@"time".t·2 @"time".Time "esc:0x9") Format (@"time".layout·3 string "esc:0x9") (? string) func (@"time".t·2 *@"time".Time "esc:0x1") GobDecode (@"time".data·3 []byte "esc:0x1") (? error) func (@"time".t·3 @"time".Time "esc:0x1") GobEncode () (? []byte, ? error) func (@"time".t·2 @"time".Time "esc:0x1") Hour () (? int) func (@"time".t·3 @"time".Time "esc:0x1") ISOWeek () (@"time".year·1 int, @"time".week·2 int) func (@"time".t·2 @"time".Time "esc:0x12") In (@"time".loc·3 *@"time".Location "esc:0x12") (? @"time".Time) func (@"time".t·2 @"time".Time "esc:0x1") IsZero () (? bool) { return @"time".t·2.@"time".sec == 0x0 && @"time".t·2.@"time".nsec == 0x0 } func (@"time".t·2 @"time".Time "esc:0x12") Local () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".Local; return @"time".t·2 } func (@"time".t·2 @"time".Time "esc:0x12") Location () (? *@"time".Location) { var @"time".l·3 *@"time".Location; ; @"time".l·3 = @"time".t·2.@"time".loc; if @"time".l·3 == nil { @"time".l·3 = @"time".UTC }; return @"time".l·3 } func (@"time".t·3 @"time".Time "esc:0x1") MarshalBinary () (? []byte, ? error) func (@"time".t·3 @"time".Time "esc:0x9") MarshalJSON () (? []byte, ? error) func (@"time".t·3 @"time".Time "esc:0x9") MarshalText () (? []byte, ? error) func (@"time".t·2 @"time".Time "esc:0x1") Minute () (? int) func (@"time".t·2 @"time".Time "esc:0x1") Month () (? @"time".Month) func (@"time".t·2 @"time".Time "esc:0x1") Nanosecond () (? int) { return int(@"time".t·2.@"time".nsec) } func (@"time".t·2 @"time".Time "esc:0x12") Round (@"time".d·3 @"time".Duration) (? @"time".Time) func (@"time".t·2 @"time".Time "esc:0x1") Second () (? int) func (@"time".t·2 @"time".Time "esc:0x9") String () (? string) func (@"time".t·2 @"time".Time "esc:0x1") Sub (@"time".u·3 @"time".Time "esc:0x1") (? @"time".Duration) func (@"time".t·2 @"time".Time "esc:0x12") Truncate (@"time".d·3 @"time".Duration) (? @"time".Time) func (@"time".t·2 @"time".Time "esc:0x12") UTC () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".UTC; return @"time".t·2 } func (@"time".t·2 @"time".Time "esc:0x1") Unix () (? int64) { return @"time".t·2.@"time".sec + -0xe7791f700 } func (@"time".t·2 @"time".Time "esc:0x1") UnixNano () (? int64) { return (@"time".t·2.@"time".sec + -0xe7791f700) * 0x3b9aca00 + int64(@"time".t·2.@"time".nsec) } func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalBinary (@"time".data·3 []byte "esc:0x1") (? error) func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalJSON (@"time".data·3 []byte "esc:0x1") (@"time".err·1 error) func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalText (@"time".data·3 []byte "esc:0x1") (@"time".err·1 error) func (@"time".t·2 @"time".Time "esc:0x1") Weekday () (? @"time".Weekday) func (@"time".t·2 @"time".Time "esc:0x1") Year () (? int) func (@"time".t·2 @"time".Time "esc:0x1") YearDay () (? int) func (@"time".t·3 @"time".Time "esc:0x32") Zone () (@"time".name·1 string, @"time".offset·2 int) func (@"time".t·2 @"time".Time "esc:0x1") @"time".abs () (? uint64) func (@"time".t·5 @"time".Time "esc:0x1") @"time".date (@"time".full·6 bool) (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int, @"time".yday·4 int) func (@"time".t·4 @"time".Time "esc:0x32") @"time".locabs () (@"time".name·1 string, @"time".offset·2 int, @"time".abs·3 uint64) type @"".FileMode uint32 func (@"".m·2 @"".FileMode) IsDir () (? bool) { return @"".m·2 & @"".FileMode(0x80000000) != @"".FileMode(0x0) } func (@"".m·2 @"".FileMode) IsRegular () (? bool) { return @"".m·2 & @"".FileMode(0x8f000000) == @"".FileMode(0x0) } func (@"".m·2 @"".FileMode) Perm () (? @"".FileMode) { return @"".m·2 & @"".FileMode(0x1ff) } func (@"".m·2 @"".FileMode) String () (? string) type @"".FileInfo interface { IsDir() (? bool); ModTime() (? @"time".Time); Mode() (? @"".FileMode); Name() (? string); Size() (? int64); Sys() (? interface {}) } type @"".File struct { ? *@"".file } func (@"".f·2 *@"".File "esc:0x22") Chdir () (? error) func (@"".f·2 *@"".File "esc:0x22") Chmod (@"".mode·3 @"".FileMode) (? error) func (@"".f·2 *@"".File "esc:0x22") Chown (@"".uid·3 int, @"".gid·4 int) (? error) func (@"".f·2 *@"".File "esc:0x9") Close () (? error) func (@"".f·2 *@"".File "esc:0x1") Fd () (? uintptr) { if @"".f·2 == nil { return 0xffffffffffffffff }; return uintptr(@"".f·2.@"".file.@"".fd) } func (@"".f·2 *@"".File "esc:0x32") Name () (? string) { return @"".f·2.@"".file.@"".name } func (@"".f·3 *@"".File "esc:0x102") Read (@"".b·4 []byte "esc:0x1") (@"".n·1 int, @"".err·2 error) func (@"".f·3 *@"".File "esc:0x102") ReadAt (@"".b·4 []byte "esc:0x1", @"".off·5 int64) (@"".n·1 int, @"".err·2 error) func (@"".f·3 *@"".File "esc:0x1") Readdir (@"".n·4 int) (@"".fi·1 []@"".FileInfo, @"".err·2 error) func (@"".f·3 *@"".File "esc:0x1") Readdirnames (@"".n·4 int) (@"".names·1 []string, @"".err·2 error) func (@"".f·3 *@"".File "esc:0x102") Seek (@"".offset·4 int64, @"".whence·5 int) (@"".ret·1 int64, @"".err·2 error) func (@"".f·3 *@"".File "esc:0x10a") Stat () (? @"".FileInfo, ? error) func (@"".f·2 *@"".File "esc:0x1") Sync () (? error) func (@"".f·2 *@"".File "esc:0x22") Truncate (@"".size·3 int64) (? error) func (@"".f·3 *@"".File "esc:0x10a") Write (@"".b·4 []byte "esc:0x1") (@"".n·1 int, @"".err·2 error) func (@"".f·3 *@"".File "esc:0x102") WriteAt (@"".b·4 []byte "esc:0x1", @"".off·5 int64) (@"".n·1 int, @"".err·2 error) func (@"".f·3 *@"".File "esc:0x10a") WriteString (@"".s·4 string "esc:0x1") (@"".n·1 int, @"".err·2 error) func (@"".f·3 *@"".File "esc:0x1") @"".pread (@"".b·4 []byte "esc:0x1", @"".off·5 int64) (@"".n·1 int, @"".err·2 error) func (@"".f·3 *@"".File "esc:0x1") @"".pwrite (@"".b·4 []byte "esc:0x1", @"".off·5 int64) (@"".n·1 int, @"".err·2 error) func (@"".f·3 *@"".File "esc:0x1") @"".read (@"".b·4 []byte "esc:0x1") (@"".n·1 int, @"".err·2 error) func (@"".f·3 *@"".File "esc:0x1") @"".readdir (@"".n·4 int) (@"".fi·1 []@"".FileInfo, @"".err·2 error) func (@"".f·3 *@"".File "esc:0x1") @"".readdirnames (@"".n·4 int) (@"".names·1 []string, @"".err·2 error) func (@"".f·3 *@"".File "esc:0x1") @"".seek (@"".offset·4 int64, @"".whence·5 int) (@"".ret·1 int64, @"".err·2 error) func (@"".f·3 *@"".File "esc:0x1") @"".write (@"".b·4 []byte "esc:0x1") (@"".n·1 int, @"".err·2 error) type @"syscall".Credential struct { Uid uint32; Gid uint32; Groups []uint32 } type @"syscall".SysProcIDMap struct { ContainerID int; HostID int; Size int } type @"syscall".SysProcAttr struct { Chroot string; Credential *@"syscall".Credential; Ptrace bool; Setsid bool; Setpgid bool; Setctty bool; Noctty bool; Ctty int; Foreground bool; Pgid int; Pdeathsig @"syscall".Signal; Cloneflags uintptr; UidMappings []@"syscall".SysProcIDMap; GidMappings []@"syscall".SysProcIDMap; GidMappingsEnableSetgroups bool } type @"".ProcAttr struct { Dir string; Env []string; Files []*@"".File; Sys *@"syscall".SysProcAttr } func @"".StartProcess (@"".name·3 string, @"".argv·4 []string "esc:0x9", @"".attr·5 *@"".ProcAttr "esc:0x9") (? *@"".Process, ? error) func @"".Hostname () (@"".name·1 string, @"".err·2 error) func @"".Expand (@"".s·2 string, @"".mapping·3 func(? string) (? string) "esc:0x1") (? string) func @"".ExpandEnv (@"".s·2 string) (? string) func @"".Getenv (@"".key·2 string "esc:0x1") (? string) func @"".LookupEnv (@"".key·3 string "esc:0x1") (? string, ? bool) func @"".Setenv (@"".key·2 string, @"".value·3 string) (? error) func @"".Unsetenv (@"".key·2 string) (? error) func @"".Clearenv () func @"".Environ () (? []string) var @"".ErrInvalid error var @"".ErrPermission error var @"".ErrExist error var @"".ErrNotExist error type @"".PathError struct { Op string; Path string; Err error } func (@"".e·2 *@"".PathError "esc:0x9") Error () (? string) type @"".SyscallError struct { Syscall string; Err error } func (@"".e·2 *@"".SyscallError "esc:0x9") Error () (? string) func @"".NewSyscallError (@"".syscall·2 string, @"".err·3 error) (? error) { if @"".err·3 == nil { return nil }; return (&@"".SyscallError{ Syscall:@"".syscall·2, Err:@"".err·3 }) } func @"".IsExist (@"".err·2 error "esc:0x1") (? bool) func @"".IsNotExist (@"".err·2 error "esc:0x1") (? bool) func @"".IsPermission (@"".err·2 error "esc:0x1") (? bool) func @"".Getpid () (? int) func @"".Getppid () (? int) var @"".Interrupt @"".Signal var @"".Kill @"".Signal var @"".Stdin *@"".File var @"".Stdout *@"".File var @"".Stderr *@"".File const @"".O_RDONLY int = 0x0 const @"".O_WRONLY int = 0x1 const @"".O_RDWR int = 0x2 const @"".O_APPEND int = 0x400 const @"".O_CREATE int = 0x40 const @"".O_EXCL int = 0x80 const @"".O_SYNC int = 0x101000 const @"".O_TRUNC int = 0x200 const @"".SEEK_SET int = 0x0 const @"".SEEK_CUR int = 0x1 const @"".SEEK_END int = 0x2 type @"".LinkError struct { Op string; Old string; New string; Err error } func (@"".e·2 *@"".LinkError "esc:0x9") Error () (? string) func @"".Mkdir (@"".name·2 string, @"".perm·3 @"".FileMode) (? error) func @"".Chdir (@"".dir·2 string) (? error) func @"".Open (@"".name·3 string) (? *@"".File, ? error) func @"".Create (@"".name·3 string) (? *@"".File, ? error) func @"".Rename (@"".oldpath·2 string, @"".newpath·3 string) (? error) func @"".Readlink (@"".name·3 string) (? string, ? error) func @"".Chmod (@"".name·2 string, @"".mode·3 @"".FileMode) (? error) func @"".Chown (@"".name·2 string, @"".uid·3 int, @"".gid·4 int) (? error) func @"".Lchown (@"".name·2 string, @"".uid·3 int, @"".gid·4 int) (? error) func @"".Chtimes (@"".name·2 string, @"".atime·3 @"time".Time "esc:0x1", @"".mtime·4 @"time".Time "esc:0x1") (? error) func @"".NewFile (@"".fd·2 uintptr, @"".name·3 string) (? *@"".File) const @"".DevNull = "/dev/null" func @"".OpenFile (@"".name·3 string, @"".flag·4 int, @"".perm·5 @"".FileMode) (? *@"".File, ? error) func @"".Stat (@"".name·3 string) (? @"".FileInfo, ? error) func @"".Lstat (@"".name·3 string) (? @"".FileInfo, ? error) func @"".Truncate (@"".name·2 string, @"".size·3 int64) (? error) func @"".Remove (@"".name·2 string) (? error) func @"".TempDir () (? string) func @"".Link (@"".oldname·2 string, @"".newname·3 string) (? error) func @"".Symlink (@"".oldname·2 string, @"".newname·3 string) (? error) func @"".Getwd () (@"".dir·1 string, @"".err·2 error) func @"".MkdirAll (@"".path·2 string, @"".perm·3 @"".FileMode) (? error) func @"".RemoveAll (@"".path·2 string) (? error) const @"".PathSeparator = '/' const @"".PathListSeparator = ':' func @"".IsPathSeparator (@"".c·2 uint8) (? bool) { return 0x2f == @"".c·2 } func @"".Pipe () (@"".r·1 *@"".File, @"".w·2 *@"".File, @"".err·3 error) var @"".Args []string func @"".Getuid () (? int) func @"".Geteuid () (? int) func @"".Getgid () (? int) func @"".Getegid () (? int) func @"".Getgroups () (? []int, ? error) func @"".Exit (@"".code·1 int) func @"".Getpagesize () (? int) { return @"syscall".Getpagesize() } const @"".ModeDir @"".FileMode = 0x80000000 const @"".ModeAppend @"".FileMode = 0x40000000 const @"".ModeExclusive @"".FileMode = 0x20000000 const @"".ModeTemporary @"".FileMode = 0x10000000 const @"".ModeSymlink @"".FileMode = 0x8000000 const @"".ModeDevice @"".FileMode = 0x4000000 const @"".ModeNamedPipe @"".FileMode = 0x2000000 const @"".ModeSocket @"".FileMode = 0x1000000 const @"".ModeSetuid @"".FileMode = 0x800000 const @"".ModeSetgid @"".FileMode = 0x400000 const @"".ModeCharDevice @"".FileMode = 0x200000 const @"".ModeSticky @"".FileMode = 0x100000 const @"".ModeType @"".FileMode = 0x8f000000 const @"".ModePerm @"".FileMode = 0x1ff func @"".SameFile (@"".fi1·2 @"".FileInfo "esc:0x1", @"".fi2·3 @"".FileInfo "esc:0x1") (? bool) { var @"".fs1·4 *@"".fileStat; var @"".ok1·5 bool; @"".fs1·4, @"".ok1·5 = @"".fi1·2.(*@"".fileStat); var @"".fs2·6 *@"".fileStat; var @"".ok2·7 bool; @"".fs2·6, @"".ok2·7 = @"".fi2·3.(*@"".fileStat); if !@"".ok1·5 || !@"".ok2·7 { return false }; return @"".sameFile(@"".fs1·4, @"".fs2·6) } func @"".init () const @"time".Nanosecond @"time".Duration = 0x1 var @"time".months [12]string var @"time".days [7]string var @"time".Local *@"time".Location var @"time".UTC *@"time".Location func @"syscall".Getpagesize () (? int) { return 0x1000 } type @"".fileStat struct { @"".name string; @"".size int64; @"".mode @"".FileMode; @"".modTime @"time".Time; @"".sys interface {} } func (@"".fs·2 *@"".fileStat "esc:0x1") IsDir () (? bool) { return @"".fs·2.Mode().IsDir() } func (@"".fs·2 *@"".fileStat "esc:0x22") ModTime () (? @"time".Time) { return @"".fs·2.@"".modTime } func (@"".fs·2 *@"".fileStat "esc:0x1") Mode () (? @"".FileMode) { return @"".fs·2.@"".mode } func (@"".fs·2 *@"".fileStat "esc:0x22") Name () (? string) { return @"".fs·2.@"".name } func (@"".fs·2 *@"".fileStat "esc:0x1") Size () (? int64) { return @"".fs·2.@"".size } func (@"".fs·2 *@"".fileStat "esc:0x22") Sys () (? interface {}) { return @"".fs·2.@"".sys } func @"".sameFile (@"".fs1·2 *@"".fileStat "esc:0x1", @"".fs2·3 *@"".fileStat "esc:0x1") (? bool) { var @"".stat1·4 *@"syscall".Stat_t; @"".stat1·4 = @"".fs1·2.@"".sys.(*@"syscall".Stat_t); var @"".stat2·5 *@"syscall".Stat_t; @"".stat2·5 = @"".fs2·3.@"".sys.(*@"syscall".Stat_t); return @"".stat1·4.Dev == @"".stat2·5.Dev && @"".stat1·4.Ino == @"".stat2·5.Ino } type @"syscall".Timespec struct { Sec int64; Nsec int64 } func (@"syscall".ts·2 *@"syscall".Timespec "esc:0x1") Nano () (? int64) { return int64(@"syscall".ts·2.Sec) * 0x3b9aca00 + int64(@"syscall".ts·2.Nsec) } func (@"syscall".ts·3 *@"syscall".Timespec "esc:0x1") Unix () (@"syscall".sec·1 int64, @"syscall".nsec·2 int64) { return int64(@"syscall".ts·3.Sec), int64(@"syscall".ts·3.Nsec) } type @"syscall".Stat_t struct { Dev uint64; Ino uint64; Nlink uint64; Mode uint32; Uid uint32; Gid uint32; X__pad0 int32; Rdev uint64; Size int64; Blksize int64; Blocks int64; Atim @"syscall".Timespec; Mtim @"syscall".Timespec; Ctim @"syscall".Timespec; X__unused [3]int64 } $$ _go_.o 0 0 0 644 307750 ` go object linux amd64 go1.5.1 X:none ! go13ldio.asyscall.a time.aerrors.aruntime.async/atomic.a sync.a."".(*File).readdirnamesdH %HD$H;A H111H$H$ 1H$H$H$H$HmH]1H9HH$HD$H$H+H=dHEHH$HD$HD$HT$HL$ HD$(H$H+H]HH$HKH$HCH$=HH$HHkHl$`H$HHdHDŽ$HH$HD$HD$H$HD$`H\$H$L\$ L$H\$(H$H$HHX HhH9JH@ 1H$H$H$HH+H,$H|$HHHHHOHHHOL$H$HD$`HL$ Hl$(HT$01H}1H$H$HHHl$pHT$xH$H$HBHH$HDŽ$ H$1H$H$H$Hu1HH$H$ HHH$HD$HD$hH$HhH$=H(H$HhH$=uVHhHD$hH1H9tHT$hHHfHH$HH\$HH\$HD$L@L$Hl$HD$hH$Hl$HD$h\HXHLH|,Iu&HH$HH$ H1H$H$ HHP L@LHM9L9LI)I)ItML$L$L$LD$L$LL$H|$H$H\$ L\$(H$H\$0HD$`HT$8HL$@H\$HH$L\$PL$H\$XH$Hh HHh H$H) H$HT$!LEL$HD$Ep: type."".dirInfo "runtime.newobject6runtime.writeBarrierEnabledtype.[]uint8 "runtime.makeslice6runtime.writeBarrierEnabledtype.[]string "runtime.makeslice $syscall.ReadDirent ,go.string."readdirent" (type."".SyscallError  "runtime.newobject 6runtime.writeBarrierEnabled 6runtime.writeBarrierEnabled ?@`!1 *6Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440Tgclocals·33cdeccccebe80329f1fdbee7f5874cbHprebuilts/go/linux-x86/src/os/doc.go"".StartProcessdH %H;aHH1H$H$H\$PH$H\$XH\$H\$`H\$H\$hH\$H\$pH\$ H\$xH\$(HT$0HL$8HD$@H$H$H$HHa  "".startProcess 0runtime.morestack_noctxt "".~r4ptype.error "".~r3` type.*"".Process"".attrP"type.*"".ProcAttr"".argv type.[]string"".nametype.string} 0)l  d<Tgclocals·7af3cc8e9588dccd7ef7bd32fa6789a1Tgclocals·33cdeccccebe80329f1fdbee7f5874cbHprebuilts/go/linux-x86/src/os/doc.go*"".(*Process).ReleasedH %H;av7H1H\$(H\$0H\$ H$HL$HD$HL$(HD$0H R *"".(*Process).release 0runtime.morestack_noctxt00 "".~r0type.error"".p type.*"".Process02/0 P>'  ((Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbHprebuilts/go/linux-x86/src/os/doc.go$"".(*Process).KilldH %H;av7H1H\$(H\$0H\$ H$HL$HD$HL$(HD$0H R $"".(*Process).kill 0runtime.morestack_noctxt00 "".~r0type.error"".p type.*"".Process02/0 PH'  ((Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbHprebuilts/go/linux-x86/src/os/doc.go$"".(*Process).WaitdH %H;avAH 1H\$8H\$@H\$(H$HT$HL$HD$HT$0HL$8HD$@H  R $"".(*Process).wait 0runtime.morestack_noctxt@@ "".~r1 type.error "".~r0*type.*"".ProcessState"".p type.*"".Process@1HD$1HhHHT$Hl$ (type.*syscall.Rusage0 "".~r0"type.interface {}"".p*type.*"".ProcessState  Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbHprebuilts/go/linux-x86/src/os/doc.go"".HostnamedH %H;avQH 111H\$8H\$@1H\$(H\$0H,$HT$HL$HD$Hl$(HT$0HL$8HD$@H  ` "".hostname 0runtime.morestack_noctxt@@ "".err type.error"".nametype.string@L?@p/1 /ATgclocals·a8eabfc4a4514ed6b3b0c61e9680e440Tgclocals·33cdeccccebe80329f1fdbee7f5874cbHprebuilts/go/linux-x86/src/os/doc.go$"".(*File).ReaddirdH %H;aH8HD$@111H\$hH\$p1H\$PH\$XH\$`1H9u.H H1H\$PH\$XH\$`HL$hHD$pH8H$H\$HH\$HT$HL$HD$ Ht$(Hl$0HT$PHL$XHD$`Ht$hHl$pH8: "".ErrInvalid"".ErrInvalid $"".(*File).readdir 0runtime.morestack_noctxtpp "".autotmp_0045type.error "".errPtype.error "".fi $type.[]"".FileInfo"".ntype.int"".ftype.*"".FilepZopIop=.J PTgclocals·a041240a37ce609efec56707c330d1a4Tgclocals·33cdeccccebe80329f1fdbee7f5874cbHprebuilts/go/linux-x86/src/os/doc.go."".(*File).ReaddirnamesdH %H;aH8HD$@111H\$hH\$p1H\$PH\$XH\$`1H9u.H H1H\$PH\$XH\$`HL$hHD$pH8H$H\$HH\$HT$HL$HD$ Ht$(Hl$0HT$PHL$XHD$`Ht$hHl$pH8: "".ErrInvalid"".ErrInvalid ."".(*File).readdirnames 0runtime.morestack_noctxtpp "".autotmp_0048type.error "".errPtype.error"".names type.[]string"".ntype.int"".ftype.*"".FilepZopIop=.J PTgclocals·a041240a37ce609efec56707c330d1a4Tgclocals·33cdeccccebe80329f1fdbee7f5874cbHprebuilts/go/linux-x86/src/os/doc.go"".ExpanddH %HD$H;A~H1H$H$H$HH$HD$HHH\$L$H$LT$LL$ H|$(11H9H9I$HHH9HHD$HH9H9H)MHtMIL$L$LL$H$LL$H$HH$H)H~[HH$H$Ht$LL$H|$HD$ L$L$Ht$(H\$0H$H\$8H$H$J,H,$H$H\$L\$H$H$H$HH9HH$H$H$H$H\$HHH$H9kL$H)HtML$L$H$Hl$HL$HD$H\$ H\$@HL$pH $HD$xHD$H$HH\$H$H|$H$H$H$HH$H$HH$H)H~SHH$H$Ht$HT$HL$HD$ H$Ht$(H\$0H$H\$8H$H$H$H,H,$H$H\$H|$L$H$H$H$H$HH9IL$HHT$HHl$@HHHHH9HH9H)MHtMH$L$H\$PH$L$LT$L$LL$H$H|$H\$ H|$H HHKHOH$H$H\$H$H\$ H\$(H$H\$0H$H      `( xtype.[]uint8 "runtime.makeslicetype.[]uint8 &runtime.growslice_n runtime.memmove "".getShellName  type.[]uint8  &runtime.growslice_n  runtime.memmove 2runtime.slicebytetostring *runtime.concatstring2 $runtime.panicslice $runtime.panicslice $runtime.panicslice $runtime.panicslice $runtime.panicslice $runtime.panicindex 0runtime.morestack_noctxtP("".autotmp_0066type.[32]uint8"".autotmp_0065type.uintptr"".autotmp_0064type.int"".autotmp_0063type.[]uint8"".autotmp_0060/type.[]uint8"".autotmp_0059type.string"".autotmp_0058type.int"".autotmp_0057type.int"".autotmp_0056type.string"".autotmp_0055type.string"".autotmp_0054type.int"".autotmp_0053type.string"".autotmp_0051type.int"".wtype.int"".nametype.string"".jtype.int "".buf_type.[]uint8 "".~r20type.string"".mapping 0type.func(string) string"".stype.string9 P1K (`    .XVV?`Tgclocals·83b35fb8555bf45208984d1a60a0103dTgclocals·1e98c9b9a082322d3e66d25d3f43fc13Hprebuilts/go/linux-x86/src/os/env.go"".ExpandEnvdH %H;avMH(1H\$@H\$HH\$0H$H\$8H\$HH\$HL$HD$ HL$@HD$HH( j"".Getenv·f~ "".Expand 0runtime.morestack_noctxt@P "".~r1 type.string"".stype.stringPHOPpB= >2Tgclocals·2fccd208efe70893f9ac8d682812ae72Tgclocals·33cdeccccebe80329f1fdbee7f5874cbHprebuilts/go/linux-x86/src/os/env.go("".isShellSpecialVar\$3wI*w'#w!uD$À#tD$À$t*t1w 0tـ1t݀2t̀3tр7w5w 4t5t뻀6t7t므9w 8t9t란?t@t  "".~r1type.bool"".ctype.uint8ZP        Tgclocals·23e8278e2b69a3a75fa59b23c49ed6adTgclocals·33cdeccccebe80329f1fdbee7f5874cbHprebuilts/go/linux-x86/src/os/env.go"".isAlphaNumfD$<_t<0r <9wD$HH9w/Hr)HHHtHHl$(H\$0HHH\$8H HH9|1H\$(H\$0HD$8H   H.@,$Ht$HT$ \$t,HrHHt$(HL$0HD$8H 1H9}2H9sdH+H@_t @0r7<9w3H<tHH9|H9wHt$(HL$0HL$8H   *,9   `Tgclocals·89fe65749ce0afc971c0982226501ff0Tgclocals·33cdeccccebe80329f1fdbee7f5874cbHprebuilts/go/linux-x86/src/os/env.go"".GetenvdH %H;avAH(1H\$@H\$HH\$0H$H\$8H\$HL$HD$HL$@HD$HH( f syscall.Getenv 0runtime.morestack_noctxt@P "".~r1 type.string "".keytype.stringP4  ((Tgclocals·3f5c1f818fa7055d0400cecd34057162Tgclocals·33cdeccccebe80329f1fdbee7f5874cbJprebuilts/go/linux-x86/src/os/exec.go"".Getpid`ZdH %H;avHH$H\$H ( syscall.GetpidN 0runtime.morestack_noctxt "".~r0type.int 00 Tgclocals·5184031d3a32a42d85027f073f873668Tgclocals·33cdeccccebe80329f1fdbee7f5874cbJprebuilts/go/linux-x86/src/os/exec.go"".Getppid`ZdH %H;avHH$H\$H ( syscall.GetppidN 0runtime.morestack_noctxt "".~r0type.int 00 Tgclocals·5184031d3a32a42d85027f073f873668Tgclocals·33cdeccccebe80329f1fdbee7f5874cbJprebuilts/go/linux-x86/src/os/exec.go"".startProcessdH %H$XH;AH(L$X11H$hH$p1I9IY@1H9 IYHI H $IIHL$L$XHD$ HL$(H$H$HH1H9tH[H-H9H-H)HAH$H1H9t,H$HDŽ$`H$hH$pH(HH$HH\$HH\$HD$H$Hl$LLD$ H$1HH$HHH/1HII H IIHKIYHHjH HMHKHMHKHMIi@Hj@IHT$pHjHu[LT$pL$XH$HL$HD$IH$IJH$IB H$=7IRI!Iq(IA0Ii8H$1H$HD$`H$Hl$`H9}cH$HH|$h1H9HHD$XIR(Ij0IJ8HHH9Ij0HHl$XH+HHHl$`H9|H$0H$H$8H\$H$@H\$H$HH\$H$PH\$ LT$(HL$0HD$8HT$@H\$HH$H$H$HH$HD$H-H(H@ H$H$8HhH$0=HhH$Hh H$=uuHh(H$H1H9t,H$HDŽ$`H$hH$pH(HH$HH\$HH\$HD$L@(L$Hl$H$pL@L$Hl$H$0H $HD$H\$H$`1H$hH$pH(HH$HT$HD$HL$Hl$ LT$pH|$hH$HT$(Hl$0HL$8It]HHl$PHIj0IJ8HT$x=u IR(MB(L$HT$LT$pH|$hH$HT$xHD$PjAHH6AMBL$HT$LT$pL$XAp A1F  "".Stat$type.*"".PathError"go.string."chdir"6go.itab.*"".PathError.error$type.*"".PathErrortype.error6go.itab.*"".PathError.error runtime.typ2Itabtype.error (runtime.panicdottype  runtime.duffzero  runtime.duffzero "".Environ 6runtime.writeBarrierEnabled  (syscall.StartProcess "type."".PathError  "runtime.newobject*go.string."fork/exec"6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6go.itab.*"".PathError.error$type.*"".PathErrortype.error6go.itab.*"".PathError.error runtime.typ2Itab .runtime.writebarrierptr .runtime.writebarrierptr "".newProcesstype.[]uintptr "runtime.growslice6runtime.writeBarrierEnabled .runtime.writebarrierptr .runtime.writebarrierptr 0runtime.morestack_noctxt*"".autotmp_0146type.error"".autotmp_0145type.*uint8"".autotmp_0144$type.*"".PathError"".autotmp_0143type.uintptr"".autotmp_0142type.uintptr"".autotmp_0140type.**"".File"".autotmp_0139type.int"".autotmp_0138type.int"".autotmp_0137*type.syscall.ProcAttr"".autotmp_0132$type.*"".PathError"".autotmp_0131type.[]*"".File"".autotmp_0130type.[]string"".autotmp_0129$type.*"".PathError"".etype.error"".sysattr,type.*syscall.ProcAttr "".errtype.error "".errptype.error"".p` type.*"".Process"".attrP"type.*"".ProcAttr"".argv type.[]string"".nametype.string8" ~,>(Aq6) [OBf5  >v!>8KcK@Tgclocals·d7f15f3dc72d8bf8812f58950f30aed5Tgclocals·87371c01a62ba7cca3846368311c3536Vprebuilts/go/linux-x86/src/os/exec_posix.go$"".(*Process).killdH %H;avOH(1H\$8H\$@H\$0H$HH\$HH\$HL$HD$ HL$8HD$@H( V"".Killn"".Kill ("".(*Process).Signal 0runtime.morestack_noctxt0P "".~r0type.error"".p type.*"".ProcessPJOPpj? @0Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbVprebuilts/go/linux-x86/src/os/exec_posix.go,"".(*ProcessState).Pid H\$H+Hl$  "".~r0type.int"".p*type.*"".ProcessStateTgclocals·3f5c1f818fa7055d0400cecd34057162Tgclocals·33cdeccccebe80329f1fdbee7f5874cbVprebuilts/go/linux-x86/src/os/exec_posix.go2"".(*ProcessState).exited@,H\$[D$  "".~r0type.bool"".p*type.*"".ProcessState   Tgclocals·3f5c1f818fa7055d0400cecd34057162Tgclocals·33cdeccccebe80329f1fdbee7f5874cbVprebuilts/go/linux-x86/src/os/exec_posix.go4"".(*ProcessState).successlH\$kuHHD$ÉH%  "".~r0type.bool"".p*type.*"".ProcessState@@@Tgclocals·3f5c1f818fa7055d0400cecd34057162Tgclocals·33cdeccccebe80329f1fdbee7f5874cbVprebuilts/go/linux-x86/src/os/exec_posix.go,"".(*ProcessState).sysdH %H;avcH(1H\$8H\$@HH$H\$0H\$H|$t-HD$HD$H\$H\$8H\$ H\$@H(É% D.type.syscall.WaitStatus runtime.convT2E 0runtime.morestack_noctxt0P "".~r0"type.interface {}"".p*type.*"".ProcessStatePUOPS K5Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbVprebuilts/go/linux-x86/src/os/exec_posix.go6"".(*ProcessState).sysUsage@:1H\$HkHl$HH\$&(type.*syscall.Rusage0 "".~r0"type.interface {}"".p*type.*"".ProcessState  Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbVprebuilts/go/linux-x86/src/os/exec_posix.go2"".(*ProcessState).StringdH %HD$H;AHH$1H$H$1H9u#HH$HDŽ$H1H\$hH\$p1H\$xH$D$`HH$HD$H|$HD$H\$`H\$HL$HD$ HL$xH$H$H$D$dHH$HL$hHL$HD$pHD$H\$dH\$\$d1H$HH$ڃ@@<T$\ӃHH$HL$HD$H$HH\$HD$ H$HL$H$HD$ T$\HL$(HD$0ՉӃӃ€€tVH$H$H$H$HL$H$HD$HH\$HD$ HL$(HD$0H$H$H11kH%ӃӃ@@T$\щӃӃ<uiHH$HL$HD$H$HH\$HD$H$HL$H$HD$ T$\HL$(HD$0ȃ1눉Ӂ@@&T$\ӁHH$HL$HD$H$HH\$HD$ H$HL$H$HD$ \$\HL$(HD$0ځ@@mHH։Ӂ@@0HHHHH$H$H$H$щЉӁ€HHHH$HL$HD$H$H$H\$H$H\$HH\$HD$ H$HL$(H$HD$0HH\$8HD$@T$\HL$HHD$PHaH%BHHHH%@@2H H 1%C. "go.string."".type.syscall.WaitStatus runtime.convT2E.type.syscall.WaitStatus "runtime.assertE2T "".itoa0go.string."exit status " *runtime.concatstring24go.string." (core dumped)" *runtime.concatstring2  *syscall.Signal.String (go.string."signal: "  *runtime.concatstring2  *syscall.Signal.String2go.string."stop signal: " *runtime.concatstring2 "".itoa&go.string." (trap "go.string.")" *runtime.concatstring4*go.string."continued" 0runtime.morestack_noctxt0B"".autotmp_0186type.bool"".autotmp_0185type.bool"".autotmp_0184type.int"".autotmp_0183&type.syscall.Signal"".autotmp_0182type.bool"".autotmp_0181type.int"".autotmp_0180&type.syscall.Signal"".autotmp_0179type.bool"".autotmp_0178&type.syscall.Signal"".autotmp_0177type.bool"".autotmp_0176&type.syscall.Signal"".autotmp_0175type.bool"".autotmp_0173type.bool"".autotmp_0171type.bool"".autotmp_0170type.bool"".autotmp_0169type.bool"".autotmp_0168type.bool"".autotmp_0166"type.interface {}"".autotmp_0165.type.syscall.WaitStatus"".autotmp_0164_"type.interface {}"".autotmp_0163type.string"".autotmp_0162?type.string"".autotmp_0161type.string"".autotmp_0160type.string"".autotmp_0159type.string"".autotmp_0158type.string"".autotmp_0157.type.syscall.WaitStatus "".~r0"type.interface {} "".~r0"type.interface {} "".restype.string"".status.type.syscall.WaitStatus "".~r0type.string"".p*type.*"".ProcessState(C 9#|7V $ g  0  uTgclocals·41a13ac73c712c01973b8fe23f62d694Tgclocals·3ff22ffb6a862c665500bb32d8ec0abdVprebuilts/go/linux-x86/src/os/exec_posix.go$"".(*Process).wait dH %HD$H;AH11H$H$H$H]HurHD$HHH$HH\$HH\$H\$HH\$HD$ HL$(HD$0HDŽ$H$H$HĨD$<HH$HD$H$H+H,$H\$ -I&(' 2r|`%5H Tgclocals·b385d9a51ca4f468987863aa65654328Tgclocals·5fb79580c15e7dd246ff7e68c2e23e68Tprebuilts/go/linux-x86/src/os/exec_unix.go*"".(*Process).releasedH %H;avXH0HL$81HD$@HD$HHHHD$ H$HL$(HL$1H\$H\$1H\$@H\$HH0 \ type.*"".Process (runtime.SetFinalizer 0runtime.morestack_noctxt0` "".~r0type.error"".p type.*"".Process`S_` p~$+  QTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·23e8278e2b69a3a75fa59b23c49ed6adTprebuilts/go/linux-x86/src/os/exec_unix.go"".findProcessdH %H;avDH11H\$0H\$8H\$ H$HD$H\$H\$(1H\$0H\$8H h "".newProcess 0runtime.morestack_noctxt@0 "".err type.error"".p type.*"".Process "".pidtype.int0?/0 `!2  3-Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTprebuilts/go/linux-x86/src/os/exec_unix.go6"".(*ProcessState).userTimebH\$HCHtHHiʚ;HhHiHH\$É  "".~r0$type.time.Duration"".p*type.*"".ProcessState@@@Tgclocals·3f5c1f818fa7055d0400cecd34057162Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTprebuilts/go/linux-x86/src/os/exec_unix.go:"".(*ProcessState).systemTimejH\$HCHt"HHHiʚ;HhHiHH\$É  "".~r0$type.time.Duration"".p*type.*"".ProcessState@@@Tgclocals·3f5c1f818fa7055d0400cecd34057162Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTprebuilts/go/linux-x86/src/os/exec_unix.go"".(*File).Name`P1H\$H+HtH]H\$H]H\$ÉE0 "".~r0type.string"".ftype.*"".File00\0Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbJprebuilts/go/linux-x86/src/os/file.go*"".(*LinkError).ErrordH %HD$H;AH1H$H$H$HHK0Hk8Hl$8H,$HL$0HY H\$H\$@H|$H|$HH|$hHHhH5HKHD$XHD$`H$HH\$PH\$Hl$H-H,$H$HHkH\$PH H\$Hl$H-H,$H$HHk H\$PH@H\$Hl$H-H,$H\$PHl$HH`HkHl$@=uPH+H$H\$PH\$H\$XH\$H\$`H\$H\$ H$H\$(H$HH$Hl$룉REH """.statictmp_0226  runtime.duffcopytype.string (runtime.typedmemmovetype.string (runtime.typedmemmovetype.string (runtime.typedmemmove6runtime.writeBarrierEnabled *runtime.concatstrings .runtime.writebarrierptr 0runtime.morestack_noctxt0 "".autotmp_0225type.[]string"".autotmp_0224type.[7]string"".autotmp_0223type.string "".~r0type.string"".e$type.*"".LinkErrorP1]|0GTgclocals·197df35d123b8543b316c6de2f24053aTgclocals·a2bd601e3732120e14b9acf69fec3efaJprebuilts/go/linux-x86/src/os/file.go"".(*File).ReaddH %H;aHPHD$X11H$H$1H9u,H HHD$xH$H$HPH$H\$`H\$H\$hH\$H\$pH\$HD$ HL$(H\$0H\$HH}1HD$xHu=H\$hH~2Hu,H HHD$xH$H$HPHL$@HHH$HD$H-H(H@H\$XH+HH]HD$8L@LD$H\$HH$H\$8Hl$@Hk Hl$H=ueHk(H\$8H\$8H1H9tH\$8H$H$HPHH$HH\$HH\$HD$LC(L$Hl$닉E<& t"".ErrInvalid"".ErrInvalid "".(*File).read io.EOF io.EOF"type."".PathError "runtime.newobject go.string."read"type.string (runtime.typedmemmove6runtime.writeBarrierEnabled6go.itab.*"".PathError.error$type.*"".PathErrortype.error6go.itab.*"".PathError.error runtime.typ2Itab .runtime.writebarrierptr 0runtime.morestack_noctxtp"".autotmp_0233/$type.*"".PathError"".autotmp_0232type.error"".autotmp_0230$type.*"".PathError"".etype.error "".errPtype.error"".n@type.int"".btype.[]uint8"".ftype.*"".File4Ka:0,;,KPz>Tgclocals·33359cc622e3188fe666b4ce29febda4Tgclocals·ca4d572d27f22593085a68de5cc71f71Jprebuilts/go/linux-x86/src/os/file.go""".(*File).ReadAt dH %H;aeHXH|$hHt$xH$HT$p11H$H$HDŽ$H\$`1H9u/H HHDŽ$H$H$HXH8H\$`H$H|$hH|$HT$pHT$Ht$xHt$H$HL$ HD$(HL$0H\$8H\$PHu)Hu#HH$HH$HXHL$HHHH$HD$H-H(H@H\$`H+HH]HD$@L@LD$H\$HH$H\$@Hl$HHk Hl$P=ueHk(H\$@H\$@H1H9tH\$@H$H$HXHH$HH\$HH\$HD$LC(L$Hl$닉EH)H,$H<$t'H$ D$\$ | H0%H)H,$H<$tH$ D$Ή%. 4$type.syscall.Errno $runtime.assertI2T2 (sync/atomic.AddInt32 "".sigpipe ,sync/atomic.StoreInt32 0runtime.morestack_noctxt0`"".autotmp_0363$type.syscall.Errno"".etype.error"".filetype.*"".File`z_`N,H)     @Tgclocals·5c5a9f3dff47a8940bdc317b9324ac2aTgclocals·33cdeccccebe80329f1fdbee7f5874cbTprebuilts/go/linux-x86/src/os/file_unix.go"".OpenFile dH %H;a.H`1H$H$D$?$1҉% Љفt ˁ@t ˁt H\$hH$H\$pH\$H\$xHH\$D$H\$ H\$@HD$(H\$0H\$XHD$PHHH$HD$H-H(H@HD$HHl$pHhHl$h=HhHl$PHh Hl$X=ulHh(HD$HH1H9t&HDŽ$H\$HH$H$H`HH$HH\$HH\$HD$L@(L$Hl$HD$H|L@L$Hl$HD$HE|$?t#H\$hH$H\$pH\$$\$H\$@H$H\$hH\$H\$pH\$H\$H$1H$H$H`"  syscall.Open"type."".PathError "runtime.newobject go.string."open"6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6go.itab.*"".PathError.error$type.*"".PathErrortype.error6go.itab.*"".PathError.error runtime.typ2Itab .runtime.writebarrierptr .runtime.writebarrierptr "".Chmod "".NewFile  0runtime.morestack_noctxtp"".autotmp_0373/$type.*"".PathError"".autotmp_0370$type.*"".PathError"".autotmp_0369type.uint32"".autotmp_0368type.uint32"".autotmp_0367type.uint32"".etype.error"".r?type.int"".chmodAtype.bool "".~r4Ptype.error "".~r3@type.*"".File"".perm0 type."".FileMode"".flag type.int"".nametype.string(,)#F/854ZTgclocals·1be7d47bae55850e7016f9662c4ac24aTgclocals·50af04886c2470f0593a9d3a902aa43fTprebuilts/go/linux-x86/src/os/file_unix.go "".(*File).ClosedH %H;av^HHD$ 1H\$(H\$01H9uHH\$(HH\$0HH(H,$HL$HD$HL$(HD$0H \"".ErrInvalidt"".ErrInvalid "".(*file).close 0runtime.morestack_noctxt00 "".~r0type.error"".ftype.*"".File04/0$/0$% O1Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTprebuilts/go/linux-x86/src/os/file_unix.go "".(*file).close dH %H;a+HxH$1H$H$1H9HH1H\$HH\$PH(H,$HD$H\$H\$`HD$XHHH$HD$H-H(H@H$HHkHD$@L@LD$Hl$H-H,$H\$@Hl$XHk Hl$`=Hk(H\$@H\$@H1H9tpH\$@H\$PHD$HH$HH$HHD$hH$HL$pHL$1H\$H\$H\$HH$H\$PH$HxHH$HH\$HH\$HD$^LC(L$Hl$/HD$8HH$HH\$HH\$H\$8H\$HD$ H\$(H$H\$0H$Hx*  syscall.Close"type."".PathError "runtime.newobject"go.string."close"type.string (runtime.typedmemmove6runtime.writeBarrierEnabled6go.itab.*"".PathError.errortype.*"".file (runtime.SetFinalizer$type.*"".PathErrortype.error6go.itab.*"".PathError.error runtime.typ2Itab .runtime.writebarrierptr$type.syscall.Errnotype.error6go.itab.syscall.Errno.error runtime.convT2I 0runtime.morestack_noctxt0"".autotmp_0380o$type.*"".PathError"".autotmp_0378$type.*"".PathError"".autotmp_0377$type.syscall.Errno"".e?type.error "".err_type.error "".~r0type.error"".filetype.*"".file(21 *3 Pc \.PGl6Tgclocals·dea2c01c674be151aeaf6fe41713b420Tgclocals·25cfe1d29d64044e922ec7438294aa80Tprebuilts/go/linux-x86/src/os/file_unix.go"".(*File).StatdH %H;aHH1H\$XH\$`1H\$hH\$pH\$P1H9u)1H\$XH\$`HH\$hHH\$pHHHH$HD$H\$PHH+H,$HD$0HD$HD$H\$H\$@HD$8HHH$HD$H-H(H@H\$PH+HH]HD$(L@LD$H\$HH$H\$(Hl$8Hk Hl$@=ukHk(H\$(H\$(H1H9t 1H\$XH\$`H\$(H\$pHD$hHHHH$HH\$HH\$HD$LC(L$Hl$녉E6H\$0H$Ht$PHHtBHkH|$HMHHMHOHL$HD$ HL$XHD$`1H\$hH\$pHHÉ( "".ErrInvalid"".ErrInvalid&type.syscall.Stat_t "runtime.newobject syscall.Fstat"type."".PathError "runtime.newobject go.string."stat"type.string (runtime.typedmemmove6runtime.writeBarrierEnabled6go.itab.*"".PathError.error$type.*"".PathErrortype.error6go.itab.*"".PathError.error runtime.typ2Itab .runtime.writebarrierptr &"".fileInfoFromStat 0runtime.morestack_noctxtP"".autotmp_0387?$type.*"".PathError"".autotmp_0385$type.*"".PathError"".&stat/(type.*syscall.Stat_t "".errtype.error "".~r10type.error "".~r0 type."".FileInfo"".ftype.*"".File4L*/ )-]  o#.PW9Tgclocals·7841b33a5958c757ecc1f0a9a1364888Tgclocals·dd3b97da3c6481d1caabffb82a64a698Tprebuilts/go/linux-x86/src/os/file_unix.go"".StatdH %H;aHH1H\$`H\$h1H\$pH\$xHH$HD$H\$PH$H\$XH\$HD$0HD$HD$H\$ H\$@HD$8HHH$HD$H-H(H@HD$(Hl$XHhHl$P=HhHl$8Hh Hl$@=ufHh(HD$(H1H9t 1H\$`H\$hH\$(H\$xHD$pHHHH$HH\$HH\$HD$L@(L$Hl$HD$(L@L$Hl$HD$(NH\$0H$H\$PH\$H\$XH\$HL$HD$ HL$`HD$h1H\$pH\$xHH.$ d&type.syscall.Stat_tv "runtime.newobject syscall.Stat"type."".PathError "runtime.newobject go.string."stat"6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6go.itab.*"".PathError.error$type.*"".PathErrortype.error6go.itab.*"".PathError.error runtime.typ2Itab .runtime.writebarrierptr .runtime.writebarrierptr &"".fileInfoFromStat 0runtime.morestack_noctxt`"".autotmp_0392?$type.*"".PathError"".autotmp_0390$type.*"".PathError"".&stat/(type.*syscall.Stat_t "".errtype.error "".~r2@type.error "".~r1  type."".FileInfo"".nametype.string("/1G  :'.2,BTgclocals·9bbac069deb72cc871842b3a3b7cac0dTgclocals·dd3b97da3c6481d1caabffb82a64a698Tprebuilts/go/linux-x86/src/os/file_unix.go"".LstatdH %H;aHH1H\$`H\$h1H\$pH\$xHH$HD$H\$PH$H\$XH\$HD$0HD$HD$H\$ H\$@HD$8HHH$HD$H-H(H@HD$(Hl$XHhHl$P=HhHl$8Hh Hl$@=ufHh(HD$(H1H9t 1H\$`H\$hH\$(H\$xHD$pHHHH$HH\$HH\$HD$L@(L$Hl$HD$(L@L$Hl$HD$(NH\$0H$H\$PH\$H\$XH\$HL$HD$ HL$`HD$h1H\$pH\$xHH.$ d&type.syscall.Stat_tv "runtime.newobject syscall.Lstat"type."".PathError "runtime.newobject"go.string."lstat"6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6go.itab.*"".PathError.error$type.*"".PathErrortype.error6go.itab.*"".PathError.error runtime.typ2Itab .runtime.writebarrierptr .runtime.writebarrierptr &"".fileInfoFromStat 0runtime.morestack_noctxt`"".autotmp_0397?$type.*"".PathError"".autotmp_0395$type.*"".PathError"".&stat/(type.*syscall.Stat_t "".errtype.error "".~r2@type.error "".~r1  type."".FileInfo"".nametype.string("/1G  :'.2,BTgclocals·9bbac069deb72cc871842b3a3b7cac0dTgclocals·dd3b97da3c6481d1caabffb82a64a698Tprebuilts/go/linux-x86/src/os/file_unix.go$"".(*File).readdirdH %HD$H;AmHH$111H$H$1H$H$H$H)HH]H$HEH$HuHH$HDŽ$H $H$H\$H\$H$HD$H\$ H$H\$(H$H\$0H$H$HH$HD$HD$H\$H$H\$ H$H\$(H$H$H$H$H$1H$HD$HH$HHl$HH9HD$XHHHhHL$PH$H$H$H$H\$H$H\$HH\$HD$ H$HT$(H$Hl$0H\$8H H $HKHL$HHH\$H\$pH\$H\$xHL$ HD$(HL$`H $HD$hHD$HL$`\$t'HD$XHL$PHHHl$HH9HHtH$H\$hH$HH$H$H$HHH9wKH$HHHkHHl$pH+Hl$x=u Hk_LCL$Hl$HH-H,$HL$HD$HT$H\$ HL$(HD$0HT$8HHH$H$H$gEq go.string."." ."".(*File).Readdirnames$type.[]"".FileInfo "runtime.makeslicego.string."/" *runtime.concatstring3"".lstat  "".IsNotExist 6runtime.writeBarrierEnabled  .runtime.writebarrierptr $type.[]"".FileInfo  "runtime.growslice 0runtime.morestack_noctxtp"".autotmp_0406type.string"".autotmp_0405type.*string"".autotmp_0404type.int"".autotmp_0403type.int"".autotmp_0401/type.[]string"".autotmp_0400type.int"".lerrtype.error "".fip type."".FileInfo"".filenametype.string"".names_type.[]string"".dirnametype.string "".errPtype.error "".fi $type.[]"".FileInfo"".ntype.int"".ftype.*"".File("ZWOMs' RV  $_W)QTgclocals·9bb967a99c03f9c62ca7bb85bf9c0883Tgclocals·189e230708f22f20c6d98028cf840e9aTprebuilts/go/linux-x86/src/os/file_unix.go"".(*File).readdH %H;avqH811H\$hH\$pH\$@HH+H,$H\$HH\$H\$PH\$H\$XH\$HD$ HT$(HL$01H}1HD$`HT$hHL$pH8v  syscall.Read 0runtime.morestack_noctxtpp "".autotmp_0410type.int "".errPtype.error"".n@type.int"".btype.[]uint8"".ftype.*"".Fileplop!_ NBTgclocals·b60dc0a6046c556b02baa766a3fd5a27Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTprebuilts/go/linux-x86/src/os/file_unix.go "".(*File).preaddH %H;aH@11H\$xH$H\$HHH+H,$H\$PH\$H\$XH\$H\$`H\$H\$hH\$ HD$(HT$0HL$81H}1HD$pHT$xH$H@b  syscall.Pread 0runtime.morestack_noctxt "".autotmp_0412type.int "".err`type.error"".nPtype.int "".off@type.int64"".btype.[]uint8"".ftype.*"".File| (l  _ATgclocals·6d46c0650eba7dbebc0db316e0e0cf3bTgclocals·33cdeccccebe80329f1fdbee7f5874cbTprebuilts/go/linux-x86/src/os/file_unix.go "".(*File).writedH %HD$H;AHH$H$H$11H$H$HDŽ$H$H$H$H$HH+H,$HT$xHT$H$HL$H$HD$HD$ HT$(HL$01H}1HT$hHL$pHT$HHHT$XHL$PHHL$`H$HH$HD$8H~OH$H9}BH$L$H9w&L$H)I)ItM HLL  HH$Ht$HT$H\$@H\$HD$8\$ t H\$@HtH\$XH$H\$`H$HĐB  syscall.Write $runtime.panicslice$type.syscall.Errno $runtime.assertI2T2 0runtime.morestack_noctxtp"".autotmp_0420$type.syscall.Errno"".autotmp_0418type.int"".autotmp_0417type.int"".autotmp_0416type.int"".autotmp_0415type.int"".autotmp_0414type.int "".~r3type.error "".errOtype.error "".errotype.error"".mtype.int"".bcap/type.[]uint8 "".errPtype.error"".n@type.int"".btype.[]uint8"".ftype.*"".File 0Wx 6>"+ &MTgclocals·ed1f502ba396b05c804e601800c39690Tgclocals·bb7054ddf95190ff207c635b21a0c2a6Tprebuilts/go/linux-x86/src/os/file_unix.go""".(*File).pwritedH %H;aH@11H\$xH$H\$HHH+H,$H\$PH\$H\$XH\$H\$`H\$H\$hH\$ HD$(HT$0HL$81H}1HD$pHT$xH$H@b  syscall.Pwrite 0runtime.morestack_noctxt "".autotmp_0422type.int "".err`type.error"".nPtype.int "".off@type.int64"".btype.[]uint8"".ftype.*"".File| (l  _ATgclocals·6d46c0650eba7dbebc0db316e0e0cf3bTgclocals·33cdeccccebe80329f1fdbee7f5874cbTprebuilts/go/linux-x86/src/os/file_unix.go"".(*File).seekdH %H;av]H011H\$XH\$`H\$8HH+H,$H\$@H\$H\$HH\$HT$HL$ HD$(HT$PHL$XHD$`H0  syscall.Seek 0runtime.morestack_noctxt`` "".err@type.error "".ret0type.int64"".whence type.int"".offsettype.int64"".ftype.*"".File`X_`!K D<Tgclocals·6432f8c6a0d23fa7bee6c5d96f21a92aTgclocals·33cdeccccebe80329f1fdbee7f5874cbTprebuilts/go/linux-x86/src/os/file_unix.go"".TruncatedH %H;aRH@1H\$`H\$hH\$HH$H\$PH\$H\$XH\$HD$H\$ H\$8HD$0HHH$HD$H-H(H@HD$(Hl$PHhHl$H=HhHl$0Hh Hl$8=uZHh(HD$(H1H9tH\$(H\$hHD$`H@HH$HH\$HH\$HD$L@(L$Hl$HD$(L@L$Hl$HD$(Z1H\$`H\$hH@  syscall.Truncate"type."".PathError "runtime.newobject(go.string."truncate"6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6go.itab.*"".PathError.error$type.*"".PathErrortype.error6go.itab.*"".PathError.error runtime.typ2Itab .runtime.writebarrierptr .runtime.writebarrierptr 0runtime.morestack_noctxtP "".autotmp_0427/$type.*"".PathError"".autotmp_0426$type.*"".PathError"".etype.error "".~r20type.error"".size type.int64"".nametype.string"t #@ @.2+Tgclocals·9f4747e6338c5bdd4db417363b8a0d83Tgclocals·50af04886c2470f0593a9d3a902aa43fTprebuilts/go/linux-x86/src/os/file_unix.go"".RemovedH %H;aHX1H\$pH\$xH\$`H$H\$hH\$HD$H\$H\$PHD$HHu1H\$pH\$xHXH\$`H$H\$hH\$HD$HL$Hu1H\$pH\$xHXHH$HD$8HD$HL$@HL$H\$(H\$\$ H\$(HHH$HD$H-H(H@HD$0Hl$hHhHl$`=HhHl$HHh Hl$P=uZHh(HD$0H1H9tH\$0H\$xHD$pHXHH$HH\$HH\$HD$L@(L$Hl$HD$0L@L$Hl$HD$0ZH\$8H\$HH\$@H\$P$ n syscall.Unlink syscall.Rmdir$type.syscall.Errno $runtime.assertI2T2"type."".PathError "runtime.newobject$go.string."remove"6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6go.itab.*"".PathError.error$type.*"".PathErrortype.error6go.itab.*"".PathError.error runtime.typ2Itab .runtime.writebarrierptr .runtime.writebarrierptr 0runtime.morestack_noctxt@"".autotmp_0433O$type.*"".PathError"".autotmp_0431_$type.syscall.Errno"".autotmp_0430$type.*"".PathError "".e1?type.error"".etype.error "".~r1 type.error"".nametype.string4N86# ' "K3  6CO-24Tgclocals·087344e727b14a841dc6a2833d52f059Tgclocals·a59be9a0b7a5e2c2254bddc787842782Tprebuilts/go/linux-x86/src/os/file_unix.go"".basenamedH %H;aHT$HL$1HHH~&H9H/uH9wqHHHHH|5H9sPH/u6HHHH9w!H)IHtMHLHT$HL$  HH|H9r   2  $runtime.panicslice $runtime.panicindex $runtime.panicslice $runtime.panicindex 0runtime.morestack_noctxt@ "".autotmp_0440type.int"".autotmp_0439type.int"".autotmp_0438type.int"".autotmp_0437type.int "".~r1 type.string"".nametype.string@  $     6Tgclocals·2fccd208efe70893f9ac8d682812ae72Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTprebuilts/go/linux-x86/src/os/file_unix.go"".TempDirdH %H;avVH 1H\$(H\$0HH$HD$HL$HD$HuH HHL$(HD$0H D$go.string."TMPDIR"h "".Getenv go.string."/tmp" 0runtime.morestack_noctxt @ "".~r0type.string@Q?@ p#  3=Tgclocals·23e8278e2b69a3a75fa59b23c49ed6adTgclocals·33cdeccccebe80329f1fdbee7f5874cbTprebuilts/go/linux-x86/src/os/file_unix.go"".LinkdH %H;aHH1H\$pH\$xH\$PH$H\$XH\$H\$`H\$H\$hH\$HD$ H\$(H\$@HD$8H,HH$HD$H-H(H@HD$0Hl$XHhHl$P=HhHl$hHh(Hl$`=Hh Hl$8Hh0Hl$@=uZHh8HD$0H1H9tH\$0H\$xHD$pHHHH$HH\$HH\$HD$L@8L$Hl$HD$0L@ L$Hl$HD$0ZL@L$Hl$HD$01H\$pH\$xHHL"  syscall.Link"type."".LinkError "runtime.newobject go.string."link"6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6go.itab.*"".LinkError.error$type.*"".LinkErrortype.error6go.itab.*"".LinkError.error runtime.typ2Itab .runtime.writebarrierptr .runtime.writebarrierptr .runtime.writebarrierptr 0runtime.morestack_noctxt` "".autotmp_0442/$type.*"".LinkError"".autotmp_0441$type.*"".LinkError"".etype.error "".~r2@type.error"".newname type.string"".oldnametype.string(#; J.2RTgclocals·08a2a418f214728aa3b95cfbfdc42691Tgclocals·50af04886c2470f0593a9d3a902aa43fTprebuilts/go/linux-x86/src/os/file_unix.go"".SymlinkdH %H;aHH1H\$pH\$xH\$PH$H\$XH\$H\$`H\$H\$hH\$HD$ H\$(H\$@HD$8H,HH$HD$H-H(H@HD$0Hl$XHhHl$P=HhHl$hHh(Hl$`=Hh Hl$8Hh0Hl$@=uZHh8HD$0H1H9tH\$0H\$xHD$pHHHH$HH\$HH\$HD$L@8L$Hl$HD$0L@ L$Hl$HD$0ZL@L$Hl$HD$01H\$pH\$xHHL"  syscall.Symlink"type."".LinkError "runtime.newobject&go.string."symlink"6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6go.itab.*"".LinkError.error$type.*"".LinkErrortype.error6go.itab.*"".LinkError.error runtime.typ2Itab .runtime.writebarrierptr .runtime.writebarrierptr .runtime.writebarrierptr 0runtime.morestack_noctxt` "".autotmp_0446/$type.*"".LinkError"".autotmp_0445$type.*"".LinkError"".etype.error "".~r2@type.error"".newname type.string"".oldnametype.string(#; J.2RTgclocals·08a2a418f214728aa3b95cfbfdc42691Tgclocals·50af04886c2470f0593a9d3a902aa43fTprebuilts/go/linux-x86/src/os/file_unix.go"".Getwd==dH %H$H;A2Hh111H$H$1H$pH$xHH$HD$H\$H$H\$H$HD$ H\$(H$H$Ht1H$pH$xHhHH$HD$HT$H$pHD$H$xH[HH/EH$HD$Hl$H$HT$H$HD$ H\$(H$H$HH$H$H$PHH$ H$H1H9tH[H-H9 HHHH$1H9tH[H-H9h HQ <I Hn8LL9 HN@Hj8LL9 HB@HH(H9 HYHhH9<t1H$H$HhH$H$H\$H$HL$HD$H$H $H$HD$HH\$oHH$HDŽ$H$H$H$1H\$xH$H$Hu=1HH$H$pH$H$xH$H$HhHH$HD$HD$pH$HhH$=H(H$HhH$=uVHhHD$pH1H9tHT$pHHFHH$HH\$HH\$HD$L@L$Hl$HD$pH$Hl$HD$p\HH$HH$pHH$xHH$H$xHMH$pH$HL$Hl$H$HT$H$ HD$ H\$(H$H$HH$H$H$@HH$H$81H9tH[H-H9 HHHH$1H9tH[H-H9 H < Hn8LL9Z HN@Hj8LL9& HB@HH(H9 HYHhH9<t1H$H$HhHH$HD$HL$HD$HT$ H\$(H$H$Ht1H$pH$xHhH$H$H$pH$H$H$HH$h1H9tH[H-H9$HHHH$1H9tH[H-H9H<Hn8LL9HN@Hj8LL9hHB@HH(H9NHYHhH9<t5HH$pHDŽ$x1H$H$Hh1H$pH$xHH$HH$H=|xHD$P$HH$HH\$HH\$H\$PH\$HD$ HD$(HL$01H$pH$xH$H$HhH$HD$H\$H\$`HD$HL$ H$H$Ht*1H$pH$xH$H$HhH\$`H$HD$dHT$H$8Hl$H$@HL$ H$HHD$(H\$0H$H$HtHH\$`H$1H$pH$xH$H$H$H$HhH$`1H$XHl$HH$PHHl$HH9*HD$hH HHhHL$XH$(H$0H$H$H\$H$H\$HH\$HD$ H$HT$(H$Hl$0H\$8H H $HKHL$H\$HD$H$H$H$`H$H$H$H$X1H9tH[H-H9HHHH$1H9tH[H-H9H<Hn8LL9HN@Hj8LL9[HB@HH(H9AHYHhH9<H$HH\$HD$H$H\$H$H\$ H$pH\$(H$xH\$0H\$8H$pH\$@H$xH\$`H$H\$H$H\$H$HD$HL$ H$H$Ht*1H$pH$xH$H$HhH\$`H$L$L$LL$H$H$H$0LL$x1I9tH[H-H9HHHH$(1H9tH[H-H9Hs<kHn8LL9;HN@Hj8LL9HB@HH(H9HYHhH9<txHH$H$xHH$p=u1HHH$1H$H$HhH-H,$H\$L$L$H$HH\$HD$H$H\$H$H\$ HT$(H$HD$01H,$LD$HH\$ H,$LD$HH\$ 111t11;HD$hHL$XHH21H,$LD$HH\$ H,$LD$HH\$ 111 111H,$LD$HH\$ H,$LD$HH\$ 1z11111H,$LD$HH\$ H,$LD$HH\$ 111U111 =>M2FuM8u$ L Tgclocals·e9dcaa88c6d194e61c69c857a0ef3af8Tgclocals·aa453c3f4d1b9ec7210cef1f2be80e2fJprebuilts/go/linux-x86/src/os/path.go$"".IsPathSeparator \$/D$  "".~r1type.bool"".ctype.uint8"Tgclocals·23e8278e2b69a3a75fa59b23c49ed6adTgclocals·33cdeccccebe80329f1fdbee7f5874cbTprebuilts/go/linux-x86/src/os/path_unix.go"".PipedH %HD$H;AH11H$H$1HD$8HD$@HD$8HHHH$H$H$HT$H$HL$HD$HL$ HD$(HH$H$HL$H$HD$H\$0H\$H$\$ H\$0H&HH$H\$8HHHH$H$H$HT$H$HL$HD$H\$ H$H$HtHH$HH$HDŽ$H$H$H$1H\$hH\$pH$Hu51HHDŽ$HDŽ$H$H$HHH$HD$HD$HH$HhH$=H(H$HhH$=uVHhHD$HH1H9tHT$HHHNHH$HH\$HH\$HD$L@L$Hl$HD$HH$Hl$HD$H\H\$8H$H\$@H$HH$H\$8H$HH\$HD$H\$H\$PH\$@H$HH\$HD$HD$H\$PH$H$1H$H$HÉxHkHH\$xHDŽ$H$H$1H\$XH\$`H$Hu51HHDŽ$HDŽ$H$H$HHH$HD$HD$HH$HhHl$x=H(H$HhH$=uVHhHD$HH1H9tHT$HHHQHH$HH\$HH\$HD$L@L$Hl$HD$HH$Hl$HD$H\MT  syscall.Pipe2$type.syscall.Errno $runtime.assertI2T2 syscall.ForkLock *sync.(*RWMutex).RLock syscall.Pipe syscall.ForkLock .sync.(*RWMutex).RUnlock go.string."pipe"(type."".SyscallError "runtime.newobject6runtime.writeBarrierEnabled 6runtime.writeBarrierEnabled 5|.n.%Tgclocals·f8b3137a9d3a95bbb3d186bace89b6deTgclocals·5f887b09352c71753616c2ea58fc8574Vprebuilts/go/linux-x86/src/os/pipe_linux.go"".init.1dH %H;avQHH\$HH\$HH$=u HHH-H,$H\$ ( "".runtime_args@"".ArgsX "".Argsl6runtime.writeBarrierEnabled"".Args"".Args .runtime.writebarrierptr 0runtime.morestack_noctxt005/0'p$ 1  ]Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·33cdeccccebe80329f1fdbee7f5874cbJprebuilts/go/linux-x86/src/os/proc.go"".Getuid`ZdH %H;avHH$H\$H ( syscall.GetuidN 0runtime.morestack_noctxt "".~r0type.int 0:0 Tgclocals·5184031d3a32a42d85027f073f873668Tgclocals·33cdeccccebe80329f1fdbee7f5874cbJprebuilts/go/linux-x86/src/os/proc.go"".Geteuid`ZdH %H;avHH$H\$H ( syscall.GeteuidN 0runtime.morestack_noctxt "".~r0type.int 0@0 Tgclocals·5184031d3a32a42d85027f073f873668Tgclocals·33cdeccccebe80329f1fdbee7f5874cbJprebuilts/go/linux-x86/src/os/proc.go"".Getgid`ZdH %H;avHH$H\$H ( syscall.GetgidN 0runtime.morestack_noctxt "".~r0type.int 0F0 Tgclocals·5184031d3a32a42d85027f073f873668Tgclocals·33cdeccccebe80329f1fdbee7f5874cbJprebuilts/go/linux-x86/src/os/proc.go"".Getegid`ZdH %H;avHH$H\$H ( syscall.GetegidN 0runtime.morestack_noctxt "".~r0type.int 0L0 Tgclocals·5184031d3a32a42d85027f073f873668Tgclocals·33cdeccccebe80329f1fdbee7f5874cbJprebuilts/go/linux-x86/src/os/proc.go"".GetgroupsdH %HD$H;AH1H$H$H$1H$H$H$H\$pH\$H\$xH\$H$HD$HL$ HH\$@HD$H HD$`HL$hHL$X1H\$0H\$8HD$PHuG1HH\$pH$H\$xH$H$H$H$H$HĈHH$HD$HD$(Hl$HHhHl$@=H(Hl$PHhHl$X=uVHhHD$(H1H9tHT$(HHHHH$HH\$HH\$HD$L@L$Hl$HD$(H$Hl$HD$(b$  "syscall.Getgroups*go.string."getgroups"(type."".SyscallError "runtime.newobject6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled *"".runtime_beforeExitZ syscall.Exitn 0runtime.morestack_noctxt"".codetype.int" @b   "Tgclocals·5184031d3a32a42d85027f073f873668Tgclocals·33cdeccccebe80329f1fdbee7f5874cbJprebuilts/go/linux-x86/src/os/proc.go"".sameFiledH %H;aHH\$ Hk8LL9u`HK@H\$(Hk8LL9u+HC@HH(H9uHYHhH9D$0HD$0H,$LD$HH\$ H,$LD$HH\$ N F(type.*syscall.Stat_tx(type.*syscall.Stat_t"type.interface {} (runtime.panicdottype"type.interface {} (runtime.panicdottype 0runtime.morestack_noctxt00 "".~r2 type.bool "".fs2"type.*"".fileStat "".fs1"type.*"".fileStat0Q/0W' ;Tgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·33cdeccccebe80329f1fdbee7f5874cbVprebuilts/go/linux-x86/src/os/stat_linux.go&"".fileInfoFromStatdH %HD$H;AH1H$H$H$H$H$H\$H$H\$H\$PH\$H\$XHHwXHO`1Ht$ HL$(1H=Hʚ;01HHwHHT$x$H$H$HT$`$\$hH$HD$pH|$8HH$H$H|$HH1HHL$0Hl$XHiHl$P=^H)HJHj0HiHl$`Hi l$hi(Hl$p=Hi0Ht$8HHH\$@HY8Ht$H=Hq@HHjiJ@hhZt h@hZt hhZt hhHD$0H1H9tH\$0H$H$HĨHH$HH\$HH\$HD$봁 uh h:@.hhw*`uhhuhhhhuLA@L$Ht$H$HL$0DLA0L$Hl$H$HL$0H $Hl$H$HL$0PHI& .HIHHH?H)HHiʚ;H)HHʚ;HU&  "".basenametime.Local type."".fileStat "runtime.newobject  runtime.duffzero6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled(type.*syscall.Stat_t6runtime.writeBarrierEnabled @go.itab.*"".fileStat."".FileInfo "type.*"".fileStat  type."".FileInfo @go.itab.*"".fileStat."".FileInfo  runtime.typ2Itab  .runtime.writebarrierptr .runtime.writebarrierptr .runtime.writebarrierptr 0runtime.morestack_noctxtP0"".autotmp_0565"type.*"".fileStat"".autotmp_0564type.time.Time"".autotmp_0563/type.time.Time"".autotmp_0560"type.*"".fileStat"".autotmp_0559 type."".FileMode"".autotmp_0558 type."".FileMode"".autotmp_0557 type."".FileMode"".autotmp_0556 type."".FileMode"".autotmp_0555 type."".FileMode"".autotmp_0554 type."".FileMode"".autotmp_0553 type."".FileMode"".autotmp_0552 type."".FileMode"".autotmp_0550(type.*syscall.Stat_t"".autotmp_0549type.int64"".autotmp_0548type.int64"".autotmp_0547type.int64"".autotmp_0546type.int64"".autotmp_0545type.string "".~r0_type.time.Time "".~r1type.time.Time "".ts*type.syscall.Timespec "".~r20 type."".FileInfo"".nametype.string "".st(type.*syscall.Stat_t&1:]&5      _+         !N J'|Tgclocals·9cd4f3c03913f898c78042c08372807aTgclocals·6d69e80dd3ff5010837fc1f57ebf59acVprebuilts/go/linux-x86/src/os/stat_linux.go""".timespecToTime1Ht$HL$1H|0Hʚ;}'1HHwHHT$\$ HD$(HI& .HIHHH?H)HHiʚ;H)H}Hʚ;HDtime.LocalP "".autotmp_0574type.int64"".autotmp_0573type.int64"".autotmp_0572type.int64"".autotmp_0571type.int64 "".~r1 type.time.Time "".ts*type.syscall.Timespec nTgclocals·12fc1489b12fcdedb8fc818b7369b5d9Tgclocals·33cdeccccebe80329f1fdbee7f5874cbVprebuilts/go/linux-x86/src/os/stat_linux.go"".atimedH %H;aH(1H\$@\$HH\$PH\$8H$H\$0H[HHL$HD$HD$ HL$H-H9HHpHHHP11H|4Hʚ;}+1HHwHHT$@\$HHD$PH(HI& .HIHHH?H)HHiʚ;H)H}Hʚ;H땉sH $Hl$LLD$  r(type.*syscall.Stat_ttime.Local"type.interface {} (runtime.panicdottype 0runtime.morestack_noctxtPP"".autotmp_0587type.time.Time"".autotmp_0582type.int64"".autotmp_0581type.int64"".autotmp_0580type.int64"".autotmp_0579type.int64"".autotmp_0578"type.interface {} "".~r1 type.time.Time "".fi type."".FileInfoPOPqx' 9Tgclocals·1347047f6245a35b91e9a4f213167d52Tgclocals·23e8278e2b69a3a75fa59b23c49ed6adVprebuilts/go/linux-x86/src/os/stat_linux.go"".itoadH %H;aHHHD$P1H\$XH\$`H}hHHH$HL$HD$H$HH\$HD$HL$8HL$HD$@HD$ H\$(H\$XH\$0H\$`HHH$HL$HD$HL$XHD$`HH> r "".uitoago.string."-" *runtime.concatstring2 "".uitoa 0runtime.morestack_noctxt0"".autotmp_0589type.string"".autotmp_0588type.string "".~r1type.string "".valtype.int$~!(h" 8Tgclocals·790e5cc5051fc0affc980ade09e929ecTgclocals·23e8278e2b69a3a75fa59b23c49ed6adHprebuilts/go/linux-x86/src/os/str.go"".uitoadH %H;aMH`HL$h1H\$pH\$xHuHH\$pHD$xH`H\$4HHCCHH rKIHIHHHH0HHk H)Hl$4HHl5]HHH sH\$4HH3HHL$hH0@+HwhHH)LD$4ItNHtM0H$LD$HLD$Hl$PHl$Hl$XHl$H\$ H\$pH\$(H\$xH`A    bgo.string."0" 2runtime.slicebytetostring $runtime.panicslice $runtime.panicindex $runtime.panicindex 0runtime.morestack_noctxt0"".autotmp_0591/type.[]uint8 "".bufWtype.[20]uint8 "".~r1type.string "".valtype.uint&0*B&(("u  HTgclocals·790e5cc5051fc0affc980ade09e929ecTgclocals·790e5cc5051fc0affc980ade09e929ecHprebuilts/go/linux-x86/src/os/str.go"".hostname dH %H$H;AHh1H$pH$x1H$H$1H$H$1H$pH$xHH$HD$HL$H\$H$H\$ H$H$Ht 1H$pH$xHhH$8HL$$HHD$H|$81H\$8H}HHHH$8H$H$PHD$H$XHT$H$`HL$HL$ H\$(H$H\$0H$H$Ht 1H$pH$xHhH~'HHH\$8HH+ uHHHl$8HHHH$H$PHl$H$XHT$H$`HL$HT$ HL$(H$@H$pH$HH$x1H$H$HhÉEp  |HhK Jgo.string."/proc/sys/kernel/hostname" "".Open &runtime.deferreturn&"".(*File).Close·f "runtime.deferproc  runtime.duffzero "".(*File).Read &runtime.deferreturn 2runtime.slicebytetostring  &runtime.deferreturn  $runtime.panicslice  $runtime.panicindex  &runtime.deferreturn  0runtime.morestack_noctxt@ "".autotmp_0595Otype.string"".autotmp_0594type.[]uint8"".autotmp_0592/type.[]uint8 "".buftype.[512]uint8"".f_type.*"".File "".err type.error"".nametype.stringB"       *  Dj8 . w *  ,~D.mDA#Tgclocals·54b9efafb07a952d942c59dc568ff3d6Tgclocals·9458d5b7c1c18810dcaa320ef56fb008Tprebuilts/go/linux-x86/src/os/sys_linux.go"".Getpagesize HHD$ "".~r0type.intTgclocals·5184031d3a32a42d85027f073f873668Tgclocals·33cdeccccebe80329f1fdbee7f5874cbLprebuilts/go/linux-x86/src/os/types.go$"".FileMode.String dH %HD$H;A1H1H$H$H|$@1HD$0HH\$`HD$h 1HD$8H\$`H$H\$hH\$HD$H|$0HD$T$ HtSHt$8HH)H s5$!tH\$@H sH;HHH\$0 1Hu!H\$@H GH;-HHH\$0HH\$`HD$h 1HD$8H\$`H$H\$hH\$HD$HT$0HD$l$ HttH|$8HH)H sT$!t)H\$@H sH@3HHH\$0| H\$@H s H- 1H wgHl$@HtWH H$Hl$pHl$HT$xHT$H$HL$H\$ H$H\$(H$HĈÉE   r runtime.duffzero0go.string."dalTLDpSugct" &runtime.stringiter2 $runtime.panicindex*go.string."rwxrwxrwx" &runtime.stringiter2 $runtime.panicindex $runtime.panicindex 2runtime.slicebytetostring $runtime.panicslice  $runtime.panicindex  0runtime.morestack_noctxt0"".autotmp_0607type.int32"".autotmp_0606type.int"".autotmp_0605type.int"".autotmp_0602type.int"".autotmp_0601/type.[]uint8"".autotmp_0600type.int"".autotmp_0599type.string"".autotmp_0598type.int"".autotmp_0597type.int"".autotmp_0596Otype.string"".wtype.int "".buftype.[32]uint8 "".~r0type.string"".m type."".FileMode*jx1  R%   T% tzafgTgclocals·f56b2291fa344104975cb6587be42b9bTgclocals·fad3647538fe088c3f63d28bb4a0e2d7Lprebuilts/go/linux-x86/src/os/types.go""".FileMode.IsDir@&\$D$  "".~r0type.bool"".m type."".FileMode   Tgclocals·23e8278e2b69a3a75fa59b23c49ed6adTgclocals·33cdeccccebe80329f1fdbee7f5874cbLprebuilts/go/linux-x86/src/os/types.go*"".FileMode.IsRegular@&\$D$  "".~r0type.bool"".m type."".FileMode   Tgclocals·23e8278e2b69a3a75fa59b23c49ed6adTgclocals·33cdeccccebe80329f1fdbee7f5874cbLprebuilts/go/linux-x86/src/os/types.go "".FileMode.Perm \$\$  "".~r0 type."".FileMode"".m type."".FileModeTgclocals·23e8278e2b69a3a75fa59b23c49ed6adTgclocals·33cdeccccebe80329f1fdbee7f5874cbLprebuilts/go/linux-x86/src/os/types.go&"".(*fileStat).Name`F1H\$HtH+Hl$HkHl$É0 "".~r0type.string "".fs"type.*"".fileStat000Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbLprebuilts/go/linux-x86/src/os/types.go("".(*fileStat).IsDir@2H\$[D$  "".~r0type.bool "".fs"type.*"".fileStat   Tgclocals·3f5c1f818fa7055d0400cecd34057162Tgclocals·33cdeccccebe80329f1fdbee7f5874cbLprebuilts/go/linux-x86/src/os/types.go"".SameFiledH %H;aHH\$ 1H9tH[H-H9HD$(HHH\$01H9tH[H-H9HT$8H<Hn8LL9uZHN@Hj8LL9u*HB@HH(H9uHYHhH9D$@H1H,$LD$HH\$ H,$LD$HH\$ D$@H11V11 T"type.*"".fileStat"type.*"".fileStat(type.*syscall.Stat_t(type.*syscall.Stat_t"type.interface {} (runtime.panicdottype"type.interface {} (runtime.panicdottype 0runtime.morestack_noctxtP0"".autotmp_0610"type.*"".fileStat "".~r2@type.bool "".fi2  type."".FileInfo "".fi1 type."".FileInfo0/0E/0*/,     JTgclocals·d0110d631ecd4af0947009e36d46dc99Tgclocals·33cdeccccebe80329f1fdbee7f5874cbLprebuilts/go/linux-x86/src/os/types.go&"".(*fileStat).Size H\$HkHl$  "".~r0type.int64 "".fs"type.*"".fileStat.Tgclocals·3f5c1f818fa7055d0400cecd34057162Tgclocals·33cdeccccebe80329f1fdbee7f5874cbZprebuilts/go/linux-x86/src/os/types_notwin.go&"".(*fileStat).Mode H\$kl$  "".~r0 type."".FileMode "".fs"type.*"".fileStat0Tgclocals·3f5c1f818fa7055d0400cecd34057162Tgclocals·33cdeccccebe80329f1fdbee7f5874cbZprebuilts/go/linux-x86/src/os/types_notwin.go,"".(*fileStat).ModTime`V1H\$HtHk Hl$k(l$Hk0Hl$ É@ "".~r0type.time.Time "".fs"type.*"".fileStat0020Tgclocals·2fccd208efe70893f9ac8d682812ae72Tgclocals·33cdeccccebe80329f1fdbee7f5874cbZprebuilts/go/linux-x86/src/os/types_notwin.go$"".(*fileStat).Sys`H1H\$HtHk8Hl$Hk@Hl$É0 "".~r0"type.interface {} "".fs"type.*"".fileStat0040Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbZprebuilts/go/linux-x86/src/os/types_notwin.go"".glob.func1 D$0 "".~r1 type.bool*Tgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·33cdeccccebe80329f1fdbee7f5874cbLprebuilts/go/linux-x86/src/os/getwd.go"".initdH %H;aFH@tuH@ HH$HD$H\$HH\$=HHH$HD$H\$HH\$=UHHH$HD$H\$HH\$=HHH$HD$H\$HH\$=HHD$8HH$HH\$HH\$H\$8H\$HD$ H\$(HH\$0="HHD$8 HH$HH\$HH\$H\$8H\$HD$ H\$(HH\$0=HHH$HD$H\$HH\$=GHHH$HH\$HD$ H\$=HHH$HH\$HD$ H\$=HHH$HH\$HD$ H\$=uFHH=uHH@H-H,$H\$H-H,$H\$H-H,$H\$VH-H,$H\$H-H,$H\$H-H,$H\$NH-H,$H\$H-H,$H\$HH-H,$H\$H-H,$H\$H-H,$H\$@ 4"".initdone·L"".initdone·j "runtime.throwinitz"".initdone· io.init syscall.init time.init runtime.init sync.init8go.string."invalid argument" errors.New"".ErrInvalid6runtime.writeBarrierEnabled"".ErrInvalid:go.string."permission denied" errors.New "".ErrPermission6runtime.writeBarrierEnabled "".ErrPermission>go.string."file already exists" errors.New"".ErrExist6runtime.writeBarrierEnabled"".ErrExist>go.string."file does not exist" errors.New"".ErrNotExist6runtime.writeBarrierEnabled"".ErrNotExist&type.syscall.Signaltype."".Signal@go.itab.syscall.Signal."".Signal runtime.convT2I"".Interrupt6runtime.writeBarrierEnabled"".Interrupt&type.syscall.Signaltype."".Signal@go.itab.syscall.Signal."".Signal runtime.convT2I"".Kill6runtime.writeBarrierEnabled"".KillPgo.string."os: process already finished" errors.New "".errFinished 6runtime.writeBarrierEnabled "".errFinished syscall.Stdin ,go.string."/dev/stdin"  "".NewFile 6runtime.writeBarrierEnabled "".Stdin syscall.Stdout .go.string."/dev/stdout"  "".NewFile 6runtime.writeBarrierEnabled "".Stdout syscall.Stderr .go.string."/dev/stderr"  "".NewFile 6runtime.writeBarrierEnabled "".Stderr  "".glob.func1·f 6runtime.writeBarrierEnabled "".useSyscallwd  "".init.1 "".initdone· "".useSyscallwd  .runtime.writebarrierptr "".Stderr  .runtime.writebarrierptr "".Stdout .runtime.writebarrierptr"".Stdin .runtime.writebarrierptr"".errFinished .runtime.writebarrierptr"".Kill .runtime.writebarrierptr"".Interrupt .runtime.writebarrierptr"".ErrNotExist .runtime.writebarrierptr"".ErrExist .runtime.writebarrierptr "".ErrPermission .runtime.writebarrierptr"".ErrInvalid .runtime.writebarrierptr 0runtime.morestack_noctxt"".autotmp_0613&type.syscall.Signal"".autotmp_0612&type.syscall.Signal$\[>   4N4[>>>>ii&>>>:?   6?>?&' 4Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·33cdeccccebe80329f1fdbee7f5874cb Zprebuilts/go/linux-x86/src/os/types_notwin.goLprebuilts/go/linux-x86/src/os/error.goVprebuilts/go/linux-x86/src/os/exec_posix.goTprebuilts/go/linux-x86/src/os/exec_unix.goJprebuilts/go/linux-x86/src/os/file.goLprebuilts/go/linux-x86/src/os/getwd.go4type..hash."".SyscallErrordH %H;avmHH\$ H$H<$tPH\$(H\$HD$H\$ H$H<$t#H$HD$(HD$H\$H\$0HÉ%ԉ%z \ runtime.strhash "runtime.interhash 0runtime.morestack_noctxt00 "".~r2 type.uintptr"".htype.uintptr"".p*type.*"".SyscallError0V/0& -cTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbRprebuilts/go/linux-x86/src/os/dir_unix.go0type..eq."".SyscallErrordH %H;aHhH\$pHH3HKH\$xHHHCH9Ht$XH4$HL$`HL$HT$HHT$HD$PHD$\$ H\$xHttHKHsH\$pHt]HCHSH9uCHD$(H$HT$0HT$HL$8HL$Ht$@Ht$\$ t Ƅ$HhƄ$HhÉ량Ƅ$HhÉ  runtime.eqstring runtime.ifaceeq 0runtime.morestack_noctxt0"".autotmp_0620type.error"".autotmp_0619_type.error"".autotmp_0618?type.string"".autotmp_0617type.string "".~r2 type.bool"".q*type.*"".SyscallError"".p*type.*"".SyscallError2  sTgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·895d0569a38a56443b84805daa09d838Rprebuilts/go/linux-x86/src/os/dir_unix.go$type..hash."".filedH %H;aH H\$(H$H<$H\$0H\$HD$HD$H\$(H$H<$t^H$HD$0HD$HD$H\$(H$H<$t,H$HD$0HD$HD$ H\$H\$8H É%ˉ%뙉%`+ ~ runtime.memhash runtime.strhash runtime.memhash 0runtime.morestack_noctxt0@ "".~r2 type.uintptr"".htype.uintptr"".ptype.*"".file@?@3 >Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbRprebuilts/go/linux-x86/src/os/dir_unix.go type..eq."".filedH %H;aHHHL$PHD$XHH(H9t D$`HHHqHIHPH@H9uuHt$8H4$HL$@HL$HT$(HT$HD$0HD$HL$PHD$X\$ t5HYHhH9t D$`HHËY h 9t D$`HHD$`HHD$`HH,  runtime.eqstring 0runtime.morestack_noctxt0 "".autotmp_0622?type.string"".autotmp_0621type.string "".~r2 type.bool"".qtype.*"".file"".ptype.*"".fileHk   rnTgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440Rprebuilts/go/linux-x86/src/os/dir_unix.go"".File.closedH %H;avMHHY Ht H|$ H9;uH#1H\$(H\$0H\$ H$HL$HD$HL$(HD$0H ~ "".(*file).close 0runtime.morestack_noctxt00 "".~r0type.error""..thistype."".File0H/0pp >2Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cb "".(*File).close@<1H\$H\$H\$H+Hl$4 "".(*file).close0 "".~r0type.error""..thistype.*"".File   Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cb*"".(*FileMode).StringdH %H;aH0HY Ht H|$8H9;uH#1H\$@H\$HH\$81H9uEHH$HD$HH\$HD$HH\$ HD$( H\$8+,$HL$HD$HL$@HD$HH0D go.string."os"(go.string."FileMode"$go.string."String" "runtime.panicwrap $"".FileMode.String 0runtime.morestack_noctxt0` "".~r0type.string""..this"type.*"".FileMode`_` =Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cb("".(*FileMode).IsDirdH %H;aH0HY Ht H|$8H9;uH#H\$81H9uEHH$HD$HH\$HD$HH\$ HD$( H\$8D$@H0\ xgo.string."os"(go.string."FileMode""go.string."IsDir" "runtime.panicwrap 0runtime.morestack_noctxt ` "".~r0type.bool""..this"type.*"".FileMode`_`  w9Tgclocals·3f5c1f818fa7055d0400cecd34057162Tgclocals·33cdeccccebe80329f1fdbee7f5874cb0"".(*FileMode).IsRegulardH %H;aH0HY Ht H|$8H9;uH#H\$81H9uEHH$HD$HH\$HD$HH\$ HD$(  H\$8D$@H0\ xgo.string."os"(go.string."FileMode"*go.string."IsRegular" "runtime.panicwrap 0runtime.morestack_noctxt ` "".~r0type.bool""..this"type.*"".FileMode`_`  w9Tgclocals·3f5c1f818fa7055d0400cecd34057162Tgclocals·33cdeccccebe80329f1fdbee7f5874cb&"".(*FileMode).PermdH %H;aH0HY Ht H|$8H9;uH#H\$81H9uEHH$HD$HH\$HD$HH\$ HD$( H\$8\$@H0b xgo.string."os"(go.string."FileMode" go.string."Perm" "runtime.panicwrap 0runtime.morestack_noctxt ` "".~r0 type."".FileMode""..this"type.*"".FileMode`|_`  w)Tgclocals·3f5c1f818fa7055d0400cecd34057162Tgclocals·33cdeccccebe80329f1fdbee7f5874cb""".FileInfo.IsDirdH %H;av&"".FileInfo.ModTimedH %H;av_H HY Ht H|$(H9;uH#1H\$8\$@H\$HH\$0H$H\$(H[(HT$L$HD$HT$8L$@HD$HH   0runtime.morestack_noctxtP@ "".~r0 type.time.Time""..this type."".FileInfo@Z?@ K5Tgclocals·1347047f6245a35b91e9a4f213167d52Tgclocals·33cdeccccebe80329f1fdbee7f5874cb "".FileInfo.ModedH %H;av;HHY Ht H|$H9;uH#H\$ H$H\$H[0Ӌ\$\$(H v 0runtime.morestack_noctxt0  "".~r0  type."".FileMode""..this type."".FileInfo 6 `` ;%Tgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·33cdeccccebe80329f1fdbee7f5874cb "".FileInfo.NamedH %H;avSHHY Ht H|$ H9;uH#1H\$0H\$8H\$(H$H\$ H[8HL$HD$HL$0HD$8H  0runtime.morestack_noctxt@0 "".~r0 type.string""..this type."".FileInfo0N/0pp G)Tgclocals·0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals·33cdeccccebe80329f1fdbee7f5874cb "".FileInfo.SizedH %H;av=HHY Ht H|$H9;uH#H\$ H$H\$H[@H\$H\$(H v 0runtime.morestack_noctxt0  "".~r0 type.int64""..this type."".FileInfo 8 `` ;%Tgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·33cdeccccebe80329f1fdbee7f5874cb"".FileInfo.SysdH %H;avSHHY Ht H|$ H9;uH#1H\$0H\$8H\$(H$H\$ H[HHL$HD$HL$0HD$8H  0runtime.morestack_noctxt@0 "".~r0 "type.interface {}""..this type."".FileInfo0N/0pp G)Tgclocals·0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals·33cdeccccebe80329f1fdbee7f5874cb*type..hash."".ProcessdH %H;avDH H\$(H$H<$t'H\$0H\$HD$H\$H\$8H É% n runtime.memhash 0runtime.morestack_noctxt0@ "".~r2 type.uintptr"".htype.uintptr"".p type.*"".Process@6?@`` 6*Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbRprebuilts/go/linux-x86/src/os/dir_unix.go&type..eq."".ProcessdH %H;avdH H\$(H$H<$tGH\$0H\$H|$t,HD$\$u D$8H D$8H É%ˉ% ~ runtime.memequal 0runtime.morestack_noctxt0@ "".~r2 type.bool"".q type.*"".Process"".p type.*"".Process@C?@ ?@ >BTgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·33cdeccccebe80329f1fdbee7f5874cbRprebuilts/go/linux-x86/src/os/dir_unix.go "".Signal.SignaldH %H;av3HHY Ht H|$H9;uH#H\$H$H\$H[ H v 0runtime.morestack_noctxt ""..thistype."".Signal.PP ;Tgclocals·2a1dd1e1e59d0a384c26951e316cd7e6Tgclocals·33cdeccccebe80329f1fdbee7f5874cb "".Signal.StringdH %H;avSHHY Ht H|$ H9;uH#1H\$0H\$8H\$(H$H\$ H[(HL$HD$HL$0HD$8H  0runtime.morestack_noctxt@0 "".~r0 type.string""..thistype."".Signal0N/0pp G)Tgclocals·0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals·33cdeccccebe80329f1fdbee7f5874cb4type..hash."".ProcessStatedH %H;avH H\$(H$H<$tbH\$0H\$HD$ HD$H\$(H$H<$t,H$HD$0HD$HD$H\$H\$8H É%ˉ%h n runtime.memhash runtime.memhash 0runtime.morestack_noctxt0@ "".~r2 type.uintptr"".htype.uintptr"".p*type.*"".ProcessState@h?@$ 6jTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbRprebuilts/go/linux-x86/src/os/dir_unix.go0type..eq."".ProcessStateHL$HD$HH(H9tD$ËYh9tD$HYHhH9tD$D$0 "".~r2 type.bool"".q*type.*"".ProcessState"".p*type.*"".ProcessStatePPPTgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·33cdeccccebe80329f1fdbee7f5874cbRprebuilts/go/linux-x86/src/os/dir_unix.go.type..hash."".PathErrordH %H;aHH\$ H$H<$H\$(H\$HD$H\$ H$H<$tUH$HD$(HD$HD$H\$ H$H<$t#H$ HD$(HD$H\$H\$0HÉ%ԉ%뢉%r= l runtime.strhash runtime.strhash "runtime.interhash 0runtime.morestack_noctxt00 "".~r2 type.uintptr"".htype.uintptr"".p$type.*"".PathError0/05 5Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbRprebuilts/go/linux-x86/src/os/dir_unix.go*type..eq."".PathErrordH %H;aHhH\$pHH3HKH\$xHfHHCH9IHt$XH4$HL$`HL$HT$HHT$HD$PHD$\$ H\$pHHSHCH\$xHHsHKH9HT$HH$HD$PHD$Ht$XHt$HL$`HL$\$ H\$xHttHK Hs(H\$pHt]HC HS(H9uCHD$(H$HT$0HT$HL$8HL$Ht$@Ht$\$ t Ƅ$HhƄ$HhÉ량Ƅ$HhÉƄ$HhÉvF  runtime.eqstring runtime.eqstring runtime.ifaceeq 0runtime.morestack_noctxt0"".autotmp_0641type.error"".autotmp_0640_type.error"".autotmp_0639type.string"".autotmp_0638type.string"".autotmp_0637?type.string"".autotmp_0636type.string "".~r2 type.bool"".q$type.*"".PathError"".p$type.*"".PathError>  sTgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·895d0569a38a56443b84805daa09d838Rprebuilts/go/linux-x86/src/os/dir_unix.go.type..hash."".LinkErrordH %H;aHH\$ H$H<$H\$(H\$HD$H\$ H$H<$H$HD$(HD$HD$H\$ H$H<$tUH$ HD$(HD$HD$H\$ H$H<$t#H$0HD$(HD$H\$H\$0HÉ%ԉ%뢉%m%9 l runtime.strhash runtime.strhash runtime.strhash "runtime.interhash 0runtime.morestack_noctxt00 "".~r2 type.uintptr"".htype.uintptr"".p$type.*"".LinkError0/08 5Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbRprebuilts/go/linux-x86/src/os/dir_unix.go*type..eq."".LinkError dH %H;a)HhH\$pHH3HKH\$xHHHCH9Ht$XH4$HL$`HL$HT$HHT$HD$PHD$\$ H\$pHHSHCH\$xHgHsHKH9IHT$HH$HD$PHD$Ht$XHt$HL$`HL$\$ H\$pHHs HK(H\$xHHS HC(H9Ht$XH4$HL$`HL$HT$HHT$HD$PHD$\$ H\$xHttHK0Hs8H\$pHt]HC0HS8H9uCHD$(H$HT$0HT$HL$8HL$Ht$@Ht$\$ t Ƅ$HhƄ$HhÉ량Ƅ$HhÉƄ$HhÉtƄ$HhÉ  runtime.eqstring runtime.eqstring runtime.eqstring runtime.ifaceeq 0runtime.morestack_noctxt0"".autotmp_0649type.error"".autotmp_0648_type.error"".autotmp_0647type.string"".autotmp_0646type.string"".autotmp_0645type.string"".autotmp_0644type.string"".autotmp_0643?type.string"".autotmp_0642type.string "".~r2 type.bool"".q$type.*"".LinkError"".p$type.*"".LinkErrorJ " sTgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·895d0569a38a56443b84805daa09d838Rprebuilts/go/linux-x86/src/os/dir_unix.go(type..hash.[7]stringdH %H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H(É[  runtime.strhash 0runtime.morestack_noctxt0P "".autotmp_0651type.int"".autotmp_0650type.int "".~r2 type.uintptr"".htype.uintptr"".ptype.*[7]stringPOP q?Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbRprebuilts/go/linux-x86/src/os/dir_unix.go$type..eq.[7]stringdH %H;aHX1HD$(Hl$(H9HD$0H\$`HHHHH3HKH\$hHtvHHHHHCH9uVHt$HH4$HL$PHL$HT$8HT$HD$@HD$\$ t HD$0HHl$(H9nD$pHXD$pHXÉ놉c  runtime.eqstring 0runtime.morestack_noctxt0"".autotmp_0655?type.string"".autotmp_0654type.string"".autotmp_0653_type.int"".autotmp_0652Otype.int "".~r2 type.bool"".qtype.*[7]string"".ptype.*[7]string&  STgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440Rprebuilts/go/linux-x86/src/os/dir_unix.go,type..hash."".fileStatdH %H;aH H\$(H$H<$H\$0H\$HD$H\$(H$H<$H$HD$0HD$HD$ HD$H\$(H$H<$tUH$ HD$0HD$HD$H\$(H$H<$t#H$8HD$0HD$H\$H\$8H É%ԉ%뢉%d%0 l runtime.strhash runtime.memhash (type..hash.time.Time (runtime.nilinterhash 0runtime.morestack_noctxt0@ "".~r2 type.uintptr"".htype.uintptr"".p"type.*"".fileStat@?@? 5Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbRprebuilts/go/linux-x86/src/os/dir_unix.go(type..eq."".fileStatdH %H;akHhH\$pHQH3HKH\$xH4HHCH9Ht$XH4$HL$`HL$HT$HHT$HD$PHD$Ht$pHT$x\$ H^HjH9t Ƅ$HhË^j9t Ƅ$HhHH HH HH(H9u|Yh9urHYHhH9ueHJ8Hz@HF8HV@H9uCHD$(H$HT$0HT$HL$8HL$H|$@H|$\$ t Ƅ$HhƄ$HhƄ$HhƄ$HhÉx  runtime.eqstring runtime.efaceeq 0runtime.morestack_noctxt0"".autotmp_0661"type.interface {}"".autotmp_0660_"type.interface {}"".autotmp_0657?type.string"".autotmp_0656type.string "".~r2 type.bool"".q"type.*"".fileStat"".p"type.*"".fileStatX     sTgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·895d0569a38a56443b84805daa09d838Rprebuilts/go/linux-x86/src/os/dir_unix.goXtype..hash.struct { sync.Mutex; dir string }dH %H;avvH H\$(H$H<$tYH\$0H\$HD$HD$H\$(H$H<$t#H$HD$0HD$H\$H\$8H É%ԉ%q n runtime.memhash runtime.strhash 0runtime.morestack_noctxt0@ "".~r2 type.uintptr"".htype.uintptr"".pNtype.*struct { sync.Mutex; dir string }@_?@ 6ZTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbRprebuilts/go/linux-x86/src/os/dir_unix.goTtype..eq.struct { sync.Mutex; dir string }dH %H;aHHHt$PHT$XHH*9uo^j9ueHHvHKHHRHCH9u@Ht$8H4$HL$@HL$HT$(HT$HD$0HD$\$ t D$`HHD$`HHD$`HHÉxg2  runtime.eqstring 0runtime.morestack_noctxt0 "".autotmp_0665?type.string"".autotmp_0664type.string "".~r2 type.bool"".qNtype.*struct { sync.Mutex; dir string }"".pNtype.*struct { sync.Mutex; dir string }2   GTgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440Rprebuilts/go/linux-x86/src/os/dir_unix.goXgo.(*struct { sync.Mutex; dir string }).Lock@@H\$H\$H|$t%&$sync.(*Mutex).Lock""..thisNtype.*struct { sync.Mutex; dir string }   Tgclocals·87d20ce1b58390b294df80b886db78bfTgclocals·33cdeccccebe80329f1fdbee7f5874cb\go.(*struct { sync.Mutex; dir string }).Unlock@@H\$H\$H|$t%&(sync.(*Mutex).Unlock""..thisNtype.*struct { sync.Mutex; dir string }  " Tgclocals·87d20ce1b58390b294df80b886db78bfTgclocals·33cdeccccebe80329f1fdbee7f5874cb0" "go.string."""go.string."" 8go.string.hdr."exit status " 0go.string."exit status "0go.string."exit status " exit status 0go.string.hdr."signal: " (go.string."signal: "(go.string."signal: " signal: :go.string.hdr."stop signal: " 2go.string."stop signal: "2go.string."stop signal: " stop signal: .go.string.hdr." (trap " &go.string." (trap "&go.string." (trap " (trap "go.string.hdr.")" go.string.")"go.string.")")2go.string.hdr."continued" *go.string."continued"*go.string."continued" continuedgo.string.hdr."/data/local/tmp" 6go.string."/data/local/tmp"6go.string."/data/local/tmp" /data/local/tmp(go.string.hdr."/tmp"  go.string."/tmp" go.string."/tmp" /tmpTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad(go.string.hdr."link"  go.string."link" go.string."link" linkTgclocals·50af04886c2470f0593a9d3a902aa43f00Tgclocals·08a2a418f214728aa3b95cfbfdc4269100.go.string.hdr."symlink" &go.string."symlink"&go.string."symlink"symlinkTgclocals·50af04886c2470f0593a9d3a902aa43f00Tgclocals·08a2a418f214728aa3b95cfbfdc4269100&go.string.hdr."PWD" go.string."PWD"go.string."PWD"PWD*go.string.hdr."getwd" "go.string."getwd""go.string."getwd" getwd$go.string.hdr.".." go.string.".."go.string.".."..&go.string.hdr."../" go.string."../"go.string."../"../Tgclocals·e359394feca9d4e1793688ac8880dc45A``&&&&>Tgclocals·dd2dfc0df278b8070edbcad16728ce80Tgclocals·63d72b3fefed6f728ca858d97423034d(( Tgclocals·9d98bbb373475f3af6381201d6212574((Tgclocals·aa453c3f4d1b9ec7210cef1f2be80e2fPP``ffxTgclocals·e9dcaa88c6d194e61c69c857a0ef3af8PPTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad(go.string.hdr."pipe"  go.string."pipe" go.string."pipe" pipe*go.string.hdr."pipe2" "go.string."pipe2""go.string."pipe2" pipe2$go.string.hdr."|0" go.string."|0"go.string."|0"|0$go.string.hdr."|1" go.string."|1"go.string."|1"|1Tgclocals·5f887b09352c71753616c2ea58fc8574PP10@  Tgclocals·f8b3137a9d3a95bbb3d186bace89b6dePPTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·33cdeccccebe80329f1fdbee7f5874cb:"".runtime_args.args_stackmap Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·5184031d3a32a42d85027f073f873668Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·5184031d3a32a42d85027f073f873668Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·5184031d3a32a42d85027f073f873668Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·5184031d3a32a42d85027f073f8736682go.string.hdr."getgroups" *go.string."getgroups"*go.string."getgroups" getgroupsTgclocals·10e79fd773912e1de6a67911ded2359900 haTgclocals·519e47b5ed6281ac4430343a24051b8900Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·5184031d3a32a42d85027f073f873668F"".runtime_beforeExit.args_stackmapTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·3bb21ca8fe1d99a3e492463bd711418a0@go.itab.*"".fileStat."".FileInfoTgclocals·6d69e80dd3ff5010837fc1f57ebf59ac88Tgclocals·9cd4f3c03913f898c78042c08372807a88Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·12fc1489b12fcdedb8fc818b7369b5d9Tgclocals·23e8278e2b69a3a75fa59b23c49ed6adTgclocals·1347047f6245a35b91e9a4f213167d52"go.string.hdr."-" go.string."-"go.string."-"-Tgclocals·23e8278e2b69a3a75fa59b23c49ed6adTgclocals·790e5cc5051fc0affc980ade09e929ec"go.string.hdr."0" go.string."0"go.string."0"0Tgclocals·790e5cc5051fc0affc980ade09e929ecTgclocals·790e5cc5051fc0affc980ade09e929ecRgo.string.hdr."/proc/sys/kernel/hostname" Jgo.string."/proc/sys/kernel/hostname"Jgo.string."/proc/sys/kernel/hostname"@4/proc/sys/kernel/hostnameTgclocals·9458d5b7c1c18810dcaa320ef56fb00800Tgclocals·54b9efafb07a952d942c59dc568ff3d600 Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·5184031d3a32a42d85027f073f8736688go.string.hdr."dalTLDpSugct" 0go.string."dalTLDpSugct"0go.string."dalTLDpSugct" dalTLDpSugct2go.string.hdr."rwxrwxrwx" *go.string."rwxrwxrwx"*go.string."rwxrwxrwx" rwxrwxrwxTgclocals·fad3647538fe088c3f63d28bb4a0e2d7 Tgclocals·f56b2291fa344104975cb6587be42b9b Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·23e8278e2b69a3a75fa59b23c49ed6adTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·23e8278e2b69a3a75fa59b23c49ed6adTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·23e8278e2b69a3a75fa59b23c49ed6adTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·3f5c1f818fa7055d0400cecd34057162Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·d0110d631ecd4af0947009e36d46dc99Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·3f5c1f818fa7055d0400cecd34057162Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·3f5c1f818fa7055d0400cecd34057162Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·2fccd208efe70893f9ac8d682812ae72Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·3bb21ca8fe1d99a3e492463bd711418a0@go.itab.syscall.Signal."".Signal@go.string.hdr."invalid argument" 8go.string."invalid argument"8go.string."invalid argument"0"invalid argumentBgo.string.hdr."permission denied" :go.string."permission denied":go.string."permission denied"0$permission deniedFgo.string.hdr."file already exists" >go.string."file already exists">go.string."file already exists"0(file already existsFgo.string.hdr."file does not exist" >go.string."file does not exist">go.string."file does not exist"0(file does not existXgo.string.hdr."os: process already finished" Pgo.string."os: process already finished"Pgo.string."os: process already finished"@:os: process already finished4go.string.hdr."/dev/stdin" ,go.string."/dev/stdin",go.string."/dev/stdin" /dev/stdin6go.string.hdr."/dev/stdout" .go.string."/dev/stdout".go.string."/dev/stdout" /dev/stdout6go.string.hdr."/dev/stderr" .go.string."/dev/stderr".go.string."/dev/stderr" /dev/stderrTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·33cdeccccebe80329f1fdbee7f5874cb."".ErrInvalid type.error. "".ErrPermission type.error."".ErrExist type.error."".ErrNotExist type.error."".Interrupt type."".Signal."".Kill type."".Signal."".errFinished type.error."".Stdintype.*"".File."".Stdouttype.*"".File."".Stderrtype.*"".File."".lstatLtype.func(string) ("".FileInfo, error)"".Lstat·f."".getwdCache0Ltype.struct { sync.Mutex; dir string }."".useSyscallwd*type.func(error) bool."".Args0type.[]string""".statictmp_0226type.[7]string go.string." "`go.string." "go.string.": "0"".initdone·type.uint84"".(*File).readdirnames·f."".(*File).readdirnames""".FindProcess·f"".FindProcess$"".StartProcess·f"".StartProcess0"".(*Process).Release·f*"".(*Process).Release*"".(*Process).Kill·f$"".(*Process).Kill*"".(*Process).Wait·f$"".(*Process).Wait."".(*Process).Signal·f("".(*Process).Signal<"".(*ProcessState).UserTime·f6"".(*ProcessState).UserTime@"".(*ProcessState).SystemTime·f:"".(*ProcessState).SystemTime8"".(*ProcessState).Exited·f2"".(*ProcessState).Exited:"".(*ProcessState).Success·f4"".(*ProcessState).Success2"".(*ProcessState).Sys·f,"".(*ProcessState).Sys<"".(*ProcessState).SysUsage·f6"".(*ProcessState).SysUsage"".Hostname·f"".Hostname*"".(*File).Readdir·f$"".(*File).Readdir4"".(*File).Readdirnames·f."".(*File).Readdirnames"".Expand·f"".Expand"".ExpandEnv·f"".ExpandEnv."".isShellSpecialVar·f("".isShellSpecialVar "".isAlphaNum·f"".isAlphaNum$"".getShellName·f"".getShellName"".Getenv·f"".Getenv"".LookupEnv·f"".LookupEnv"".Setenv·f"".Setenv"".Unsetenv·f"".Unsetenv"".Clearenv·f"".Clearenv"".Environ·f"".Environ0"".(*PathError).Error·f*"".(*PathError).Error6"".(*SyscallError).Error·f0"".(*SyscallError).Error*"".NewSyscallError·f$"".NewSyscallError"".IsExist·f"".IsExist "".IsNotExist·f"".IsNotExist$"".IsPermission·f"".IsPermission"".isExist·f"".isExist "".isNotExist·f"".isNotExist$"".isPermission·f"".isPermission "".newProcess·f"".newProcess0"".(*Process).setDone·f*"".(*Process).setDone*"".(*Process).done·f$"".(*Process).done"".Getpid·f"".Getpid"".Getppid·f"".Getppid$"".startProcess·f"".startProcess*"".(*Process).kill·f$"".(*Process).kill2"".(*ProcessState).Pid·f,"".(*ProcessState).Pid8"".(*ProcessState).exited·f2"".(*ProcessState).exited:"".(*ProcessState).success·f4"".(*ProcessState).success2"".(*ProcessState).sys·f,"".(*ProcessState).sys<"".(*ProcessState).sysUsage·f6"".(*ProcessState).sysUsage8"".(*ProcessState).String·f2"".(*ProcessState).String*"".(*Process).wait·f$"".(*Process).wait."".(*Process).signal·f("".(*Process).signal0"".(*Process).release·f*"".(*Process).release""".findProcess·f"".findProcess<"".(*ProcessState).userTime·f6"".(*ProcessState).userTime@"".(*ProcessState).systemTime·f:"".(*ProcessState).systemTime$"".(*File).Name·f"".(*File).Name0"".(*LinkError).Error·f*"".(*LinkError).Error$"".(*File).Read·f"".(*File).Read("".(*File).ReadAt·f""".(*File).ReadAt&"".(*File).Write·f "".(*File).Write*"".(*File).WriteAt·f$"".(*File).WriteAt$"".(*File).Seek·f"".(*File).Seek2"".(*File).WriteString·f,"".(*File).WriteString"".Mkdir·f"".Mkdir"".Chdir·f"".Chdir&"".(*File).Chdir·f "".(*File).Chdir"".Open·f"".Open"".Create·f"".Create"".Rename·f"".Rename"".fixCount·f"".fixCount"".sigpipe·f"".sigpipe"".Readlink·f"".Readlink""".syscallMode·f"".syscallMode"".Chmod·f"".Chmod&"".(*File).Chmod·f "".(*File).Chmod"".Chown·f"".Chown"".Lchown·f"".Lchown&"".(*File).Chown·f "".(*File).Chown,"".(*File).Truncate·f&"".(*File).Truncate$"".(*File).Sync·f"".(*File).Sync"".Chtimes·f"".Chtimes"".rename·f"".rename "".(*File).Fd·f"".(*File).Fd"".NewFile·f"".NewFile "".epipecheck·f"".epipecheck"".OpenFile·f"".OpenFile&"".(*File).Close·f "".(*File).Close&"".(*file).close·f "".(*file).close$"".(*File).Stat·f"".(*File).Stat"".Stat·f"".Stat"".Lstat·f"".Lstat*"".(*File).readdir·f$"".(*File).readdir$"".(*File).read·f"".(*File).read&"".(*File).pread·f "".(*File).pread&"".(*File).write·f "".(*File).write("".(*File).pwrite·f""".(*File).pwrite$"".(*File).seek·f"".(*File).seek"".Truncate·f"".Truncate"".Remove·f"".Remove"".basename·f"".basename"".TempDir·f"".TempDir"".Link·f"".Link"".Symlink·f"".Symlink"".Getwd·f"".Getwd"".MkdirAll·f"".MkdirAll"".RemoveAll·f"".RemoveAll*"".IsPathSeparator·f$"".IsPathSeparator"".Pipe·f"".Pipe"".init.1·f"".init.1$"".runtime_args·f"".runtime_args"".Getuid·f"".Getuid"".Geteuid·f"".Geteuid"".Getgid·f"".Getgid"".Getegid·f"".Getegid"".Getgroups·f"".Getgroups"".Exit·f"".Exit0"".runtime_beforeExit·f*"".runtime_beforeExit"".sameFile·f"".sameFile,"".fileInfoFromStat·f&"".fileInfoFromStat("".timespecToTime·f""".timespecToTime"".atime·f"".atime"".itoa·f"".itoa"".uitoa·f"".uitoa"".hostname·f"".hostname""".Getpagesize·f"".Getpagesize*"".FileMode.String·f$"".FileMode.String("".FileMode.IsDir·f""".FileMode.IsDir0"".FileMode.IsRegular·f*"".FileMode.IsRegular&"".FileMode.Perm·f "".FileMode.Perm,"".(*fileStat).Name·f&"".(*fileStat).Name."".(*fileStat).IsDir·f("".(*fileStat).IsDir"".SameFile·f"".SameFile,"".(*fileStat).Size·f&"".(*fileStat).Size,"".(*fileStat).Mode·f&"".(*fileStat).Mode2"".(*fileStat).ModTime·f,"".(*fileStat).ModTime*"".(*fileStat).Sys·f$"".(*fileStat).Sys "".glob.func1·f"".glob.func1"".init·f"".init"runtime.gcbits.01.go.string.hdr."[]uint8" &go.string."[]uint8"&go.string."[]uint8"[]uint8type.[]uint8~.8 0 runtime.algarray@"runtime.gcbits.01P.go.string.hdr."[]uint8"p*go.weak.type.*[]uint8"runtime.zerovaluetype.uint86go.typelink.[]uint8 []uint8type.[]uint86go.string.hdr."*os.dirInfo" .go.string."*os.dirInfo".go.string."*os.dirInfo" *os.dirInfo type.*"".dirInfoG̋6 0 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."*os.dirInfo"p2go.weak.type.**"".dirInfo"runtime.zerovaluetype."".dirInfo4go.string.hdr."os.dirInfo" ,go.string."os.dirInfo",go.string."os.dirInfo" os.dirInfo&go.string.hdr."buf" go.string."buf"go.string."buf"buf$go.string.hdr."os" go.string."os"go.string."os"os"go.importpath."". go.string."os"(go.string.hdr."nbuf"  go.string."nbuf" go.string."nbuf" nbuf(go.string.hdr."bufp"  go.string."bufp" go.string."bufp" bufp.go.string.hdr."dirInfo" &go.string."dirInfo"&go.string."dirInfo"dirInfotype."".dirInfo({[ &0 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."os.dirInfo"p type.*"".dirInfo"runtime.zerovaluetype."".dirInfo&go.string.hdr."buf""go.importpath."".type.[]uint8(go.string.hdr."nbuf""go.importpath."".type.int(go.string.hdr."bufp""go.importpath."".type.int`type."".dirInfo.go.string.hdr."dirInfo""go.importpath."".type."".dirInfo0go.string.hdr."[]string" (go.string."[]string"(go.string."[]string" []stringtype.[]stringӨ  0 runtime.algarray@"runtime.gcbits.01P0go.string.hdr."[]string"p,go.weak.type.*[]string"runtime.zerovaluetype.string:go.typelink.[]string []stringtype.[]stringTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·895d0569a38a56443b84805daa09d838Tgclocals·3bb21ca8fe1d99a3e492463bd711418ago.string.hdr."os.SyscallError" 6go.string."os.SyscallError"6go.string."os.SyscallError" os.SyscallError.go.string.hdr."Syscall" &go.string."Syscall"&go.string."Syscall"Syscall&go.string.hdr."Err" go.string."Err"go.string."Err"Err8go.string.hdr."SyscallError" 0go.string."SyscallError"0go.string."SyscallError" SyscallError(type."".SyscallError W02type..alg."".SyscallError@"runtime.gcbits.0dP>go.string.hdr."os.SyscallError"p*type.*"".SyscallError"runtime.zerovalue(type."".SyscallError.go.string.hdr."Syscall"type.string&go.string.hdr."Err"type.error`(type."".SyscallError8go.string.hdr."SyscallError""go.importpath."".(type."".SyscallErrorTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440Tgclocals·3bb21ca8fe1d99a3e492463bd711418a,type..hashfunc."".file$type..hash."".file(type..eqfunc."".file type..eq."".file"type..alg."".file ,type..hashfunc."".file(type..eqfunc."".file"runtime.gcbits.0a .go.string.hdr."os.file" &go.string."os.file"&go.string."os.file"os.file$go.string.hdr."fd" go.string."fd"go.string."fd"fd(go.string.hdr."name"  go.string."name" go.string."name" name.go.string.hdr."dirinfo" &go.string."dirinfo"&go.string."dirinfo"dirinfo,go.string.hdr."nepipe" $go.string."nepipe"$go.string."nepipe"nepipe(go.string.hdr."file"  go.string."file" go.string."file" filetype."".file( *{a ,0"type..alg."".file@"runtime.gcbits.0aP.go.string.hdr."os.file"ptype.*"".file"runtime.zerovaluetype."".file$go.string.hdr."fd""go.importpath."".type.int(go.string.hdr."name""go.importpath."".type.string.go.string.hdr."dirinfo""go.importpath."". type.*"".dirInfo,go.string.hdr."nepipe""go.importpath."".type.int32`type."".file(go.string.hdr."file""go.importpath."".type."".file0go.string.hdr."*os.file" (go.string."*os.file"(go.string."*os.file" *os.fileHgo.string.hdr."func(*os.file) error" @go.string."func(*os.file) error"@go.string."func(*os.file) error"0*func(*os.file) error2type.func(*"".file) error^P30 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."func(*os.file) error"pDgo.weak.type.*func(*"".file) error"runtime.zerovalue2type.func(*"".file) error2type.func(*"".file) errortype.*"".filetype.errorjgo.typelink.func(*os.file) error func(*"".file) error2type.func(*"".file) error8go.string.hdr."func() error" 0go.string."func() error"0go.string."func() error" func() error"type.func() errorֵ30 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."func() error"p4go.weak.type.*func() error"runtime.zerovalue"type.func() error"type.func() errortype.errorJgo.typelink.func() error func() error"type.func() errortype.*"".file{:60 runtime.algarray@"runtime.gcbits.01P0go.string.hdr."*os.file"p,go.weak.type.**"".file"runtime.zerovaluetype."".file`type.*"".filetype.*"".file*go.string.hdr."close""go.importpath.""."type.func() error2type.func(*"".file) error "".(*file).close "".(*file).close.go.string.hdr."os.File" &go.string."os.File"&go.string."os.File"os.FileTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Fgo.string.hdr."func(os.File) error" >go.string."func(os.File) error">go.string."func(os.File) error"0(func(os.File) error0type.func("".File) error8(Z30 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."func(os.File) error"pBgo.weak.type.*func("".File) error"runtime.zerovalue0type.func("".File) error0type.func("".File) errortype."".Filetype.errorfgo.typelink.func(os.File) error func("".File) error0type.func("".File) error(go.string.hdr."File"  go.string."File" go.string."File" Filetype."".FileG9"0 runtime.algarray@"runtime.gcbits.01P.go.string.hdr."os.File"ptype.*"".File"runtime.zerovaluetype."".Filetype.*"".file`type."".File(go.string.hdr."File""go.importpath."".type."".File*go.string.hdr."close""go.importpath.""."type.func() error0type.func("".File) error"".File.close"".File.close0go.string.hdr."*os.File" (go.string."*os.File"(go.string."*os.File" *os.FileTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Hgo.string.hdr."func(*os.File) error" @go.string."func(*os.File) error"@go.string."func(*os.File) error"0*func(*os.File) error2type.func(*"".File) error 30 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."func(*os.File) error"pDgo.weak.type.*func(*"".File) error"runtime.zerovalue2type.func(*"".File) error2type.func(*"".File) errortype.*"".Filetype.errorjgo.typelink.func(*os.File) error func(*"".File) error2type.func(*"".File) error8go.string.hdr."*os.FileMode" 0go.string."*os.FileMode"0go.string."*os.FileMode" *os.FileMode0go.string.hdr."FileMode" (go.string."FileMode"(go.string."FileMode" FileMode,go.string.hdr."String" $go.string."String"$go.string."String"StringTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2*go.string.hdr."IsDir" "go.string."IsDir""go.string."IsDir" IsDirTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·3f5c1f818fa7055d0400cecd340571622go.string.hdr."IsRegular" *go.string."IsRegular"*go.string."IsRegular" IsRegularTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·3f5c1f818fa7055d0400cecd34057162(go.string.hdr."Perm"  go.string."Perm" go.string."Perm" PermTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·3f5c1f818fa7055d0400cecd34057162Ngo.string.hdr."func(*os.FileMode) bool" Fgo.string."func(*os.FileMode) bool"Fgo.string."func(*os.FileMode) bool"00func(*os.FileMode) bool8type.func(*"".FileMode) boolgڔ30 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."func(*os.FileMode) bool"pJgo.weak.type.*func(*"".FileMode) bool"runtime.zerovalue8type.func(*"".FileMode) bool8type.func(*"".FileMode) bool"type.*"".FileModetype.boolvgo.typelink.func(*os.FileMode) bool func(*"".FileMode) bool8type.func(*"".FileMode) bool\go.string.hdr."func(*os.FileMode) os.FileMode" Tgo.string."func(*os.FileMode) os.FileMode"Tgo.string."func(*os.FileMode) os.FileMode"@>func(*os.FileMode) os.FileModeFtype.func(*"".FileMode) "".FileModea30 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."func(*os.FileMode) os.FileMode"pXgo.weak.type.*func(*"".FileMode) "".FileMode"runtime.zerovalueFtype.func(*"".FileMode) "".FileModeFtype.func(*"".FileMode) "".FileMode"type.*"".FileMode type."".FileModego.typelink.func(*os.FileMode) os.FileMode func(*"".FileMode) "".FileModeFtype.func(*"".FileMode) "".FileModeRgo.string.hdr."func(*os.FileMode) string" Jgo.string."func(*os.FileMode) string"Jgo.string."func(*os.FileMode) string"@4func(*os.FileMode) stringr30 runtime.algarray@"runtime.gcbits.01PRgo.string.hdr."func(*os.FileMode) string"pNgo.weak.type.*func(*"".FileMode) string"runtime.zerovaluefunc(*os.File, int, int) errorFtype.func(*"".File, int, int) errorC`T30 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."func(*os.File, int, int) error"pXgo.weak.type.*func(*"".File, int, int) error"runtime.zerovalueFtype.func(*"".File, int, int) errorFtype.func(*"".File, int, int) errortype.*"".Filetype.inttype.inttype.errorgo.typelink.func(*os.File, int, int) error func(*"".File, int, int) errorFtype.func(*"".File, int, int) errorLgo.string.hdr."func(*os.File) uintptr" Dgo.string."func(*os.File) uintptr"Dgo.string."func(*os.File) uintptr"0.func(*os.File) uintptr6type.func(*"".File) uintptrn:e!30 runtime.algarray@"runtime.gcbits.01PLgo.string.hdr."func(*os.File) uintptr"pHgo.weak.type.*func(*"".File) uintptr"runtime.zerovalue6type.func(*"".File) uintptr6type.func(*"".File) uintptrtype.*"".Filetype.uintptrrgo.typelink.func(*os.File) uintptr func(*"".File) uintptr6type.func(*"".File) uintptrJgo.string.hdr."func(*os.File) string" Bgo.string."func(*os.File) string"Bgo.string."func(*os.File) string"0,func(*os.File) string4type.func(*"".File) stringk30 runtime.algarray@"runtime.gcbits.01PJgo.string.hdr."func(*os.File) string"pFgo.weak.type.*func(*"".File) string"runtime.zerovalue4type.func(*"".File) string4type.func(*"".File) stringtype.*"".Filetype.stringngo.typelink.func(*os.File) string func(*"".File) string4type.func(*"".File) stringhgo.string.hdr."func(*os.File, []uint8) (int, error)" $`go.string."func(*os.File, []uint8) (int, error)"`go.string."func(*os.File, []uint8) (int, error)"PJfunc(*os.File, []uint8) (int, error)Rtype.func(*"".File, []uint8) (int, error)a30 runtime.algarray@"runtime.gcbits.01Phgo.string.hdr."func(*os.File, []uint8) (int, error)"pdgo.weak.type.*func(*"".File, []uint8) (int, error)"runtime.zerovalueRtype.func(*"".File, []uint8) (int, error)Rtype.func(*"".File, []uint8) (int, error)type.*"".Filetype.[]uint8type.inttype.errorgo.typelink.func(*os.File, []uint8) (int, error) func(*"".File, []uint8) (int, error)Rtype.func(*"".File, []uint8) (int, error)vgo.string.hdr."func(*os.File, []uint8, int64) (int, error)" +ngo.string."func(*os.File, []uint8, int64) (int, error)"ngo.string."func(*os.File, []uint8, int64) (int, error)"`Xfunc(*os.File, []uint8, int64) (int, error)`type.func(*"".File, []uint8, int64) (int, error)4Y30 runtime.algarray@"runtime.gcbits.01Pvgo.string.hdr."func(*os.File, []uint8, int64) (int, error)"prgo.weak.type.*func(*"".File, []uint8, int64) (int, error)"runtime.zerovalue`type.func(*"".File, []uint8, int64) (int, error)`type.func(*"".File, []uint8, int64) (int, error)type.*"".Filetype.[]uint8type.int64type.inttype.errorgo.typelink.func(*os.File, []uint8, int64) (int, error) func(*"".File, []uint8, int64) (int, error)`type.func(*"".File, []uint8, int64) (int, error)Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·1347047f6245a35b91e9a4f213167d52Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·0ebb2d1da58c1b4224bf5a7b370d7578@go.string.hdr."func() time.Time" 8go.string."func() time.Time"8go.string."func() time.Time"0"func() time.Time*type.func() time.Time t30 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."func() time.Time"pgo.string."func() interface {}">go.string."func() interface {}"0(func() interface {}0type.func() interface {}#30 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."func() interface {}"pBgo.weak.type.*func() interface {}"runtime.zerovalue0type.func() interface {}0type.func() interface {}"type.interface {}fgo.typelink.func() interface {} func() interface {}0type.func() interface {}8go.string.hdr."*os.FileInfo" 0go.string."*os.FileInfo"0go.string."*os.FileInfo" *os.FileInfo"type.*"".FileInfohoh6 0 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."*os.FileInfo"p4go.weak.type.**"".FileInfo"runtime.zerovalue type."".FileInfo6go.string.hdr."os.FileInfo" .go.string."os.FileInfo".go.string."os.FileInfo" os.FileInfo.go.string.hdr."ModTime" &go.string."ModTime"&go.string."ModTime"ModTime(go.string.hdr."Mode"  go.string."Mode" go.string."Mode" Mode(go.string.hdr."Name"  go.string."Name" go.string."Name" Name(go.string.hdr."Size"  go.string."Size" go.string."Size" Size&go.string.hdr."Sys" go.string."Sys"go.string."Sys"Sys0go.string.hdr."FileInfo" (go.string."FileInfo"(go.string."FileInfo" FileInfo type."".FileInfo#^,0 runtime.algarray@"runtime.gcbits.03P6go.string.hdr."os.FileInfo"p"type.*"".FileInfo"runtime.zerovalue type."".FileInfo*go.string.hdr."IsDir" type.func() bool.go.string.hdr."ModTime"*type.func() time.Time(go.string.hdr."Mode".type.func() "".FileMode(go.string.hdr."Name"$type.func() string(go.string.hdr."Size""type.func() int64&go.string.hdr."Sys"0type.func() interface {}` type."".FileInfo0go.string.hdr."FileInfo""go.importpath."". type."".FileInfo:go.string.hdr."[]os.FileInfo" 2go.string."[]os.FileInfo"2go.string."[]os.FileInfo" []os.FileInfo$type.[]"".FileInfo&h 0 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."[]os.FileInfo"p6go.weak.type.*[]"".FileInfo"runtime.zerovalue type."".FileInfoNgo.typelink.[]os.FileInfo []"".FileInfo$type.[]"".FileInfotgo.string.hdr."func(*os.File, int) ([]os.FileInfo, error)" *lgo.string."func(*os.File, int) ([]os.FileInfo, error)"lgo.string."func(*os.File, int) ([]os.FileInfo, error)"`Vfunc(*os.File, int) ([]os.FileInfo, error)^type.func(*"".File, int) ([]"".FileInfo, error)wf+30 runtime.algarray@"runtime.gcbits.01Ptgo.string.hdr."func(*os.File, int) ([]os.FileInfo, error)"ppgo.weak.type.*func(*"".File, int) ([]"".FileInfo, error)"runtime.zerovalue^type.func(*"".File, int) ([]"".FileInfo, error)^type.func(*"".File, int) ([]"".FileInfo, error)type.*"".Filetype.int$type.[]"".FileInfotype.errorgo.typelink.func(*os.File, int) ([]os.FileInfo, error) func(*"".File, int) ([]"".FileInfo, error)^type.func(*"".File, int) ([]"".FileInfo, error)jgo.string.hdr."func(*os.File, int) ([]string, error)" %bgo.string."func(*os.File, int) ([]string, error)"bgo.string."func(*os.File, int) ([]string, error)"PLfunc(*os.File, int) ([]string, error)Ttype.func(*"".File, int) ([]string, error)i30 runtime.algarray@"runtime.gcbits.01Pjgo.string.hdr."func(*os.File, int) ([]string, error)"pfgo.weak.type.*func(*"".File, int) ([]string, error)"runtime.zerovalueTtype.func(*"".File, int) ([]string, error)Ttype.func(*"".File, int) ([]string, error)type.*"".Filetype.inttype.[]stringtype.errorgo.typelink.func(*os.File, int) ([]string, error) func(*"".File, int) ([]string, error)Ttype.func(*"".File, int) ([]string, error)rgo.string.hdr."func(*os.File, int64, int) (int64, error)" )jgo.string."func(*os.File, int64, int) (int64, error)"jgo.string."func(*os.File, int64, int) (int64, error)"`Tfunc(*os.File, int64, int) (int64, error)\type.func(*"".File, int64, int) (int64, error)3v.30 runtime.algarray@"runtime.gcbits.01Prgo.string.hdr."func(*os.File, int64, int) (int64, error)"pngo.weak.type.*func(*"".File, int64, int) (int64, error)"runtime.zerovalue\type.func(*"".File, int64, int) (int64, error)\type.func(*"".File, int64, int) (int64, error)type.*"".Filetype.int64type.inttype.int64type.errorgo.typelink.func(*os.File, int64, int) (int64, error) func(*"".File, int64, int) (int64, error)\type.func(*"".File, int64, int) (int64, error)fgo.string.hdr."func(*os.File) (os.FileInfo, error)" #^go.string."func(*os.File) (os.FileInfo, error)"^go.string."func(*os.File) (os.FileInfo, error)"PHfunc(*os.File) (os.FileInfo, error)Ptype.func(*"".File) ("".FileInfo, error)ڦ030 runtime.algarray@"runtime.gcbits.01Pfgo.string.hdr."func(*os.File) (os.FileInfo, error)"pbgo.weak.type.*func(*"".File) ("".FileInfo, error)"runtime.zerovaluePtype.func(*"".File) ("".FileInfo, error)Ptype.func(*"".File) ("".FileInfo, error)type.*"".File type."".FileInfotype.errorgo.typelink.func(*os.File) (os.FileInfo, error) func(*"".File) ("".FileInfo, error)Ptype.func(*"".File) ("".FileInfo, error)Vgo.string.hdr."func(*os.File, int64) error" Ngo.string."func(*os.File, int64) error"Ngo.string."func(*os.File, int64) error"@8func(*os.File, int64) error@type.func(*"".File, int64) error830 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."func(*os.File, int64) error"pRgo.weak.type.*func(*"".File, int64) error"runtime.zerovalue@type.func(*"".File, int64) error@type.func(*"".File, int64) errortype.*"".Filetype.int64type.errorgo.typelink.func(*os.File, int64) error func(*"".File, int64) error@type.func(*"".File, int64) errorfgo.string.hdr."func(*os.File, string) (int, error)" #^go.string."func(*os.File, string) (int, error)"^go.string."func(*os.File, string) (int, error)"PHfunc(*os.File, string) (int, error)Ptype.func(*"".File, string) (int, error)"30 runtime.algarray@"runtime.gcbits.01Pfgo.string.hdr."func(*os.File, string) (int, error)"pbgo.weak.type.*func(*"".File, string) (int, error)"runtime.zerovaluePtype.func(*"".File, string) (int, error)Ptype.func(*"".File, string) (int, error)type.*"".Filetype.stringtype.inttype.errorgo.typelink.func(*os.File, string) (int, error) func(*"".File, string) (int, error)Ptype.func(*"".File, string) (int, error)*go.string.hdr."Chdir" "go.string."Chdir""go.string."Chdir" Chdir*go.string.hdr."Chmod" "go.string."Chmod""go.string."Chmod" ChmodNgo.string.hdr."func(os.FileMode) error" Fgo.string."func(os.FileMode) error"Fgo.string."func(os.FileMode) error"00func(os.FileMode) error8type.func("".FileMode) error{30 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."func(os.FileMode) error"pJgo.weak.type.*func("".FileMode) error"runtime.zerovalue8type.func("".FileMode) error8type.func("".FileMode) error type."".FileModetype.errorvgo.typelink.func(os.FileMode) error func("".FileMode) error8type.func("".FileMode) error*go.string.hdr."Chown" "go.string."Chown""go.string."Chown" ChownHgo.string.hdr."func(int, int) error" @go.string."func(int, int) error"@go.string."func(int, int) error"0*func(int, int) error2type.func(int, int) errorPt@30 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."func(int, int) error"pDgo.weak.type.*func(int, int) error"runtime.zerovalue2type.func(int, int) error2type.func(int, int) errortype.inttype.inttype.errorjgo.typelink.func(int, int) error func(int, int) error2type.func(int, int) error*go.string.hdr."Close" "go.string."Close""go.string."Close" Close$go.string.hdr."Fd" go.string."Fd"go.string."Fd"Fdtype.func([]uint8) (int, error)N4P30 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func([]uint8) (int, error)"pPgo.weak.type.*func([]uint8) (int, error)"runtime.zerovalue>type.func([]uint8) (int, error)>type.func([]uint8) (int, error)type.[]uint8type.inttype.errorgo.typelink.func([]uint8) (int, error) func([]uint8) (int, error)>type.func([]uint8) (int, error),go.string.hdr."ReadAt" $go.string."ReadAt"$go.string."ReadAt"ReadAtbgo.string.hdr."func([]uint8, int64) (int, error)" !Zgo.string."func([]uint8, int64) (int, error)"Zgo.string."func([]uint8, int64) (int, error)"PDfunc([]uint8, int64) (int, error)Ltype.func([]uint8, int64) (int, error)C,30 runtime.algarray@"runtime.gcbits.01Pbgo.string.hdr."func([]uint8, int64) (int, error)"p^go.weak.type.*func([]uint8, int64) (int, error)"runtime.zerovalueLtype.func([]uint8, int64) (int, error)Ltype.func([]uint8, int64) (int, error)type.[]uint8type.int64type.inttype.errorgo.typelink.func([]uint8, int64) (int, error) func([]uint8, int64) (int, error)Ltype.func([]uint8, int64) (int, error).go.string.hdr."Readdir" &go.string."Readdir"&go.string."Readdir"Readdir`go.string.hdr."func(int) ([]os.FileInfo, error)" Xgo.string."func(int) ([]os.FileInfo, error)"Xgo.string."func(int) ([]os.FileInfo, error)"PBfunc(int) ([]os.FileInfo, error)Jtype.func(int) ([]"".FileInfo, error) 30 runtime.algarray@"runtime.gcbits.01P`go.string.hdr."func(int) ([]os.FileInfo, error)"p\go.weak.type.*func(int) ([]"".FileInfo, error)"runtime.zerovalueJtype.func(int) ([]"".FileInfo, error)Jtype.func(int) ([]"".FileInfo, error)type.int$type.[]"".FileInfotype.errorgo.typelink.func(int) ([]os.FileInfo, error) func(int) ([]"".FileInfo, error)Jtype.func(int) ([]"".FileInfo, error)8go.string.hdr."Readdirnames" 0go.string."Readdirnames"0go.string."Readdirnames" ReaddirnamesVgo.string.hdr."func(int) ([]string, error)" Ngo.string."func(int) ([]string, error)"Ngo.string."func(int) ([]string, error)"@8func(int) ([]string, error)@type.func(int) ([]string, error)y30 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."func(int) ([]string, error)"pRgo.weak.type.*func(int) ([]string, error)"runtime.zerovalue@type.func(int) ([]string, error)@type.func(int) ([]string, error)type.inttype.[]stringtype.errorgo.typelink.func(int) ([]string, error) func(int) ([]string, error)@type.func(int) ([]string, error)(go.string.hdr."Seek"  go.string."Seek" go.string."Seek" Seek^go.string.hdr."func(int64, int) (int64, error)" Vgo.string."func(int64, int) (int64, error)"Vgo.string."func(int64, int) (int64, error)"@@func(int64, int) (int64, error)Htype.func(int64, int) (int64, error)³30 runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func(int64, int) (int64, error)"pZgo.weak.type.*func(int64, int) (int64, error)"runtime.zerovalueHtype.func(int64, int) (int64, error)Htype.func(int64, int) (int64, error)type.int64type.inttype.int64type.errorgo.typelink.func(int64, int) (int64, error) func(int64, int) (int64, error)Htype.func(int64, int) (int64, error)(go.string.hdr."Stat"  go.string."Stat" go.string."Stat" StatVgo.string.hdr."func() (os.FileInfo, error)" Ngo.string."func() (os.FileInfo, error)"Ngo.string."func() (os.FileInfo, error)"@8func() (os.FileInfo, error)@type.func() ("".FileInfo, error)XfC30 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."func() (os.FileInfo, error)"pRgo.weak.type.*func() ("".FileInfo, error)"runtime.zerovalue@type.func() ("".FileInfo, error)@type.func() ("".FileInfo, error) type."".FileInfotype.errorgo.typelink.func() (os.FileInfo, error) func() ("".FileInfo, error)@type.func() ("".FileInfo, error)(go.string.hdr."Sync"  go.string."Sync" go.string."Sync" Sync0go.string.hdr."Truncate" (go.string."Truncate"(go.string."Truncate" TruncateBgo.string.hdr."func(int64) error" :go.string."func(int64) error":go.string."func(int64) error"0$func(int64) error,type.func(int64) error?Q30 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."func(int64) error"p>go.weak.type.*func(int64) error"runtime.zerovalue,type.func(int64) error,type.func(int64) errortype.int64type.error^go.typelink.func(int64) error func(int64) error,type.func(int64) error*go.string.hdr."Write" "go.string."Write""go.string."Write" Write.go.string.hdr."WriteAt" &go.string."WriteAt"&go.string."WriteAt"WriteAt6go.string.hdr."WriteString" .go.string."WriteString".go.string."WriteString" WriteStringRgo.string.hdr."func(string) (int, error)" Jgo.string."func(string) (int, error)"Jgo.string."func(string) (int, error)"@4func(string) (int, error)type.func([]uint8) (int, error)Rtype.func(*"".File, []uint8) (int, error)"".(*File).Read"".(*File).Read,go.string.hdr."ReadAt"Ltype.func([]uint8, int64) (int, error)`type.func(*"".File, []uint8, int64) (int, error)""".(*File).ReadAt""".(*File).ReadAt.go.string.hdr."Readdir"Jtype.func(int) ([]"".FileInfo, error)^type.func(*"".File, int) ([]"".FileInfo, error)$"".(*File).Readdir$"".(*File).Readdir8go.string.hdr."Readdirnames"@type.func(int) ([]string, error) Ttype.func(*"".File, int) ([]string, error) ."".(*File).Readdirnames ."".(*File).Readdirnames (go.string.hdr."Seek" Htype.func(int64, int) (int64, error) \type.func(*"".File, int64, int) (int64, error) "".(*File).Seek "".(*File).Seek (go.string.hdr."Stat" @type.func() ("".FileInfo, error) Ptype.func(*"".File) ("".FileInfo, error) "".(*File).Stat "".(*File).Stat (go.string.hdr."Sync" "type.func() error 2type.func(*"".File) error "".(*File).Sync "".(*File).Sync 0go.string.hdr."Truncate" ,type.func(int64) error @type.func(*"".File, int64) error &"".(*File).Truncate &"".(*File).Truncate *go.string.hdr."Write" >type.func([]uint8) (int, error) Rtype.func(*"".File, []uint8) (int, error)  "".(*File).Write  "".(*File).Write .go.string.hdr."WriteAt" Ltype.func([]uint8, int64) (int, error) `type.func(*"".File, []uint8, int64) (int, error) $"".(*File).WriteAt $"".(*File).WriteAt 6go.string.hdr."WriteString"type.func([]uint8) (int, error)Rtype.func(*"".File, []uint8) (int, error)"".(*File).read"".(*File).read.go.string.hdr."readdir""go.importpath."".Jtype.func(int) ([]"".FileInfo, error)^type.func(*"".File, int) ([]"".FileInfo, error)$"".(*File).readdir$"".(*File).readdir8go.string.hdr."readdirnames""go.importpath."".@type.func(int) ([]string, error)Ttype.func(*"".File, int) ([]string, error)."".(*File).readdirnames."".(*File).readdirnames(go.string.hdr."seek""go.importpath."".Htype.func(int64, int) (int64, error)\type.func(*"".File, int64, int) (int64, error)"".(*File).seek"".(*File).seek*go.string.hdr."write""go.importpath."".>type.func([]uint8) (int, error)Rtype.func(*"".File, []uint8) (int, error) "".(*File).write "".(*File).writeTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·3bb21ca8fe1d99a3e492463bd711418a2type..hashfunc."".Process*type..hash."".Process.type..eqfunc."".Process&type..eq."".Process(type..alg."".Process 2type..hashfunc."".Process.type..eqfunc."".Process4go.string.hdr."os.Process" ,go.string."os.Process",go.string."os.Process" os.Process&go.string.hdr."Pid" go.string."Pid"go.string."Pid"Pid,go.string.hdr."handle" $go.string."handle"$go.string."handle"handle,go.string.hdr."isdone" $go.string."isdone"$go.string."isdone"isdone.go.string.hdr."Process" &go.string."Process"&go.string."Process"Processtype."".Process{z$0(type..alg."".Process@runtime.gcbits.P4go.string.hdr."os.Process"p type.*"".Process"runtime.zerovaluetype."".Process&go.string.hdr."Pid"type.int,go.string.hdr."handle""go.importpath."".type.uintptr,go.string.hdr."isdone""go.importpath."".type.uint32`type."".Process.go.string.hdr."Process""go.importpath."".type."".Process6go.string.hdr."*os.Process" .go.string."*os.Process".go.string."*os.Process" *os.ProcessNgo.string.hdr."func(*os.Process) error" Fgo.string."func(*os.Process) error"Fgo.string."func(*os.Process) error"00func(*os.Process) error8type.func(*"".Process) errorW30 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."func(*os.Process) error"pJgo.weak.type.*func(*"".Process) error"runtime.zerovalue8type.func(*"".Process) error8type.func(*"".Process) error type.*"".Processtype.errorvgo.typelink.func(*os.Process) error func(*"".Process) error8type.func(*"".Process) errorTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·2a1dd1e1e59d0a384c26951e316cd7e6Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·0ebb2d1da58c1b4224bf5a7b370d7578,go.string.hdr."func()" $go.string."func()"$go.string."func()"func()type.func()30 runtime.algarray@"runtime.gcbits.01P,go.string.hdr."func()"p(go.weak.type.*func()"runtime.zerovaluetype.func()type.func()2go.typelink.func() func()type.func()4go.string.hdr."*os.Signal" ,go.string."*os.Signal",go.string."*os.Signal" *os.Signaltype.*"".SignalG$6 0 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*os.Signal"p0go.weak.type.**"".Signal"runtime.zerovaluetype."".Signal2go.string.hdr."os.Signal" *go.string."os.Signal"*go.string."os.Signal" os.Signal,go.string.hdr."Signal" $go.string."Signal"$go.string."Signal"Signaltype."".Signalʹ0 runtime.algarray@"runtime.gcbits.03P2go.string.hdr."os.Signal"ptype.*"".Signal"runtime.zerovaluetype."".Signal,go.string.hdr."Signal"type.func(),go.string.hdr."String"$type.func() string`type."".Signal,go.string.hdr."Signal""go.importpath."".type."".Signaldgo.string.hdr."func(*os.Process, os.Signal) error" "\go.string."func(*os.Process, os.Signal) error"\go.string."func(*os.Process, os.Signal) error"PFfunc(*os.Process, os.Signal) errorNtype.func(*"".Process, "".Signal) error30 runtime.algarray@"runtime.gcbits.01Pdgo.string.hdr."func(*os.Process, os.Signal) error"p`go.weak.type.*func(*"".Process, "".Signal) error"runtime.zerovalueNtype.func(*"".Process, "".Signal) errorNtype.func(*"".Process, "".Signal) error type.*"".Processtype."".Signaltype.errorgo.typelink.func(*os.Process, os.Signal) error func(*"".Process, "".Signal) errorNtype.func(*"".Process, "".Signal) errorTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·3bb21ca8fe1d99a3e492463bd711418ago.string.hdr."os.ProcessState" 6go.string."os.ProcessState"6go.string."os.ProcessState" os.ProcessState&go.string.hdr."pid" go.string."pid"go.string."pid"pid,go.string.hdr."status" $go.string."status"$go.string."status"status,go.string.hdr."rusage" $go.string."rusage"$go.string."rusage"rusage8go.string.hdr."ProcessState" 0go.string."ProcessState"0go.string."ProcessState" ProcessState(type."".ProcessState&&02type..alg."".ProcessState@"runtime.gcbits.04P>go.string.hdr."os.ProcessState"p*type.*"".ProcessState"runtime.zerovalue(type."".ProcessState&go.string.hdr."pid""go.importpath."".type.int,go.string.hdr."status""go.importpath.""..type.syscall.WaitStatus,go.string.hdr."rusage""go.importpath."".(type.*syscall.Rusage`(type."".ProcessState8go.string.hdr."ProcessState""go.importpath."".(type."".ProcessState@go.string.hdr."*os.ProcessState" 8go.string."*os.ProcessState"8go.string."*os.ProcessState"0"*os.ProcessStateVgo.string.hdr."func(*os.ProcessState) bool" Ngo.string."func(*os.ProcessState) bool"Ngo.string."func(*os.ProcessState) bool"@8func(*os.ProcessState) bool@type.func(*"".ProcessState) bool30 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."func(*os.ProcessState) bool"pRgo.weak.type.*func(*"".ProcessState) bool"runtime.zerovalue@type.func(*"".ProcessState) bool@type.func(*"".ProcessState) bool*type.*"".ProcessStatetype.boolgo.typelink.func(*os.ProcessState) bool func(*"".ProcessState) bool@type.func(*"".ProcessState) boolTgo.string.hdr."func(*os.ProcessState) int" Lgo.string."func(*os.ProcessState) int"Lgo.string."func(*os.ProcessState) int"@6func(*os.ProcessState) int>type.func(*"".ProcessState) int?30 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func(*os.ProcessState) int"pPgo.weak.type.*func(*"".ProcessState) int"runtime.zerovalue>type.func(*"".ProcessState) int>type.func(*"".ProcessState) int*type.*"".ProcessStatetype.intgo.typelink.func(*os.ProcessState) int func(*"".ProcessState) int>type.func(*"".ProcessState) intZgo.string.hdr."func(*os.ProcessState) string" Rgo.string."func(*os.ProcessState) string"Rgo.string."func(*os.ProcessState) string"@type.func(*"".ProcessState) int,"".(*ProcessState).Pid,"".(*ProcessState).Pid,go.string.hdr."String"$type.func() stringDtype.func(*"".ProcessState) string2"".(*ProcessState).String2"".(*ProcessState).String.go.string.hdr."Success" type.func() bool@type.func(*"".ProcessState) bool4"".(*ProcessState).Success4"".(*ProcessState).Success&go.string.hdr."Sys"0type.func() interface {}Ptype.func(*"".ProcessState) interface {},"".(*ProcessState).Sys,"".(*ProcessState).Sys0go.string.hdr."SysUsage"0type.func() interface {}Ptype.func(*"".ProcessState) interface {}6"".(*ProcessState).SysUsage6"".(*ProcessState).SysUsage4go.string.hdr."SystemTime"2type.func() time.DurationRtype.func(*"".ProcessState) time.Duration:"".(*ProcessState).SystemTime:"".(*ProcessState).SystemTime0go.string.hdr."UserTime"2type.func() time.DurationRtype.func(*"".ProcessState) time.Duration6"".(*ProcessState).UserTime6"".(*ProcessState).UserTime,go.string.hdr."exited""go.importpath."". type.func() bool@type.func(*"".ProcessState) bool2"".(*ProcessState).exited2"".(*ProcessState).exited.go.string.hdr."success""go.importpath."". type.func() bool @type.func(*"".ProcessState) bool 4"".(*ProcessState).success 4"".(*ProcessState).success &go.string.hdr."sys" "go.importpath."". 0type.func() interface {} Ptype.func(*"".ProcessState) interface {} ,"".(*ProcessState).sys ,"".(*ProcessState).sys 0go.string.hdr."sysUsage" "go.importpath."". 0type.func() interface {} Ptype.func(*"".ProcessState) interface {} 6"".(*ProcessState).sysUsage 6"".(*ProcessState).sysUsage 4go.string.hdr."systemTime" "go.importpath."". 2type.func() time.Duration Rtype.func(*"".ProcessState) time.Duration :"".(*ProcessState).systemTime :"".(*ProcessState).systemTime 0go.string.hdr."userTime" "go.importpath."". 2type.func() time.Duration Rtype.func(*"".ProcessState) time.Duration 6"".(*ProcessState).userTime 6"".(*ProcessState).userTimevgo.string.hdr."func(*os.Process) (*os.ProcessState, error)" +ngo.string."func(*os.Process) (*os.ProcessState, error)"ngo.string."func(*os.Process) (*os.ProcessState, error)"`Xfunc(*os.Process) (*os.ProcessState, error)`type.func(*"".Process) (*"".ProcessState, error)͞30 runtime.algarray@"runtime.gcbits.01Pvgo.string.hdr."func(*os.Process) (*os.ProcessState, error)"prgo.weak.type.*func(*"".Process) (*"".ProcessState, error)"runtime.zerovalue`type.func(*"".Process) (*"".ProcessState, error)`type.func(*"".Process) (*"".ProcessState, error) type.*"".Process*type.*"".ProcessStatetype.errorgo.typelink.func(*os.Process) (*os.ProcessState, error) func(*"".Process) (*"".ProcessState, error)`type.func(*"".Process) (*"".ProcessState, error)Lgo.string.hdr."func(*os.Process) bool" Dgo.string."func(*os.Process) bool"Dgo.string."func(*os.Process) bool"0.func(*os.Process) bool6type.func(*"".Process) bool8h30 runtime.algarray@"runtime.gcbits.01PLgo.string.hdr."func(*os.Process) bool"pHgo.weak.type.*func(*"".Process) bool"runtime.zerovalue6type.func(*"".Process) bool6type.func(*"".Process) bool type.*"".Processtype.boolrgo.typelink.func(*os.Process) bool func(*"".Process) bool6type.func(*"".Process) boolBgo.string.hdr."func(*os.Process)" :go.string."func(*os.Process)":go.string."func(*os.Process)"0$func(*os.Process),type.func(*"".Process)@:Xo30 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."func(*os.Process)"p>go.weak.type.*func(*"".Process)"runtime.zerovalue,type.func(*"".Process),type.func(*"".Process) type.*"".Process^go.typelink.func(*os.Process) func(*"".Process),type.func(*"".Process)(go.string.hdr."Kill"  go.string."Kill" go.string."Kill" Kill.go.string.hdr."Release" &go.string."Release"&go.string."Release"ReleaseJgo.string.hdr."func(os.Signal) error" Bgo.string."func(os.Signal) error"Bgo.string."func(os.Signal) error"0,func(os.Signal) error4type.func("".Signal) error'H@G30 runtime.algarray@"runtime.gcbits.01PJgo.string.hdr."func(os.Signal) error"pFgo.weak.type.*func("".Signal) error"runtime.zerovalue4type.func("".Signal) error4type.func("".Signal) errortype."".Signaltype.errorngo.typelink.func(os.Signal) error func("".Signal) error4type.func("".Signal) error(go.string.hdr."Wait"  go.string."Wait" go.string."Wait" Wait`go.string.hdr."func() (*os.ProcessState, error)" Xgo.string."func() (*os.ProcessState, error)"Xgo.string."func() (*os.ProcessState, error)"PBfunc() (*os.ProcessState, error)Jtype.func() (*"".ProcessState, error)\C30 runtime.algarray@"runtime.gcbits.01P`go.string.hdr."func() (*os.ProcessState, error)"p\go.weak.type.*func() (*"".ProcessState, error)"runtime.zerovalueJtype.func() (*"".ProcessState, error)Jtype.func() (*"".ProcessState, error)*type.*"".ProcessStatetype.errorgo.typelink.func() (*os.ProcessState, error) func() (*"".ProcessState, error)Jtype.func() (*"".ProcessState, error)(go.string.hdr."done"  go.string."done" go.string."done" done(go.string.hdr."kill"  go.string."kill" go.string."kill" kill.go.string.hdr."release" &go.string."release"&go.string."release"release.go.string.hdr."setDone" &go.string."setDone"&go.string."setDone"setDone,go.string.hdr."signal" $go.string."signal"$go.string."signal"signal type.*"".Process 006 0 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."*os.Process"p2go.weak.type.**"".Process"runtime.zerovaluetype."".Process` type.*"".Process type.*"".Process(go.string.hdr."Kill""type.func() error8type.func(*"".Process) error$"".(*Process).Kill$"".(*Process).Kill.go.string.hdr."Release""type.func() error8type.func(*"".Process) error*"".(*Process).Release*"".(*Process).Release,go.string.hdr."Signal"4type.func("".Signal) errorNtype.func(*"".Process, "".Signal) error("".(*Process).Signal("".(*Process).Signal(go.string.hdr."Wait"Jtype.func() (*"".ProcessState, error)`type.func(*"".Process) (*"".ProcessState, error)$"".(*Process).Wait$"".(*Process).Wait(go.string.hdr."done""go.importpath."". type.func() bool6type.func(*"".Process) bool$"".(*Process).done$"".(*Process).done(go.string.hdr."kill""go.importpath.""."type.func() error8type.func(*"".Process) error$"".(*Process).kill$"".(*Process).kill.go.string.hdr."release""go.importpath.""."type.func() error8type.func(*"".Process) error*"".(*Process).release*"".(*Process).release.go.string.hdr."setDone""go.importpath."".type.func(),type.func(*"".Process)*"".(*Process).setDone*"".(*Process).setDone,go.string.hdr."signal""go.importpath."".4type.func("".Signal) errorNtype.func(*"".Process, "".Signal) error("".(*Process).signal("".(*Process).signal(go.string.hdr."wait""go.importpath."".Jtype.func() (*"".ProcessState, error) `type.func(*"".Process) (*"".ProcessState, error) $"".(*Process).wait $"".(*Process).wait4go.string.hdr."[]*os.File" ,go.string."[]*os.File",go.string."[]*os.File" []*os.Filetype.[]*"".FileN|2 0 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."[]*os.File"p0go.weak.type.*[]*"".File"runtime.zerovaluetype.*"".FileBgo.typelink.[]*os.File []*"".Filetype.[]*"".File&runtime.gcbits.2501%6go.string.hdr."os.ProcAttr" .go.string."os.ProcAttr".go.string."os.ProcAttr" os.ProcAttr&go.string.hdr."Dir" go.string."Dir"go.string."Dir"Dir&go.string.hdr."Env" go.string."Env"go.string."Env"Env*go.string.hdr."Files" "go.string."Files""go.string."Files" Files0go.string.hdr."ProcAttr" (go.string."ProcAttr"(go.string."ProcAttr" ProcAttr type."".ProcAttrHHg(@$0 runtime.algarray@&runtime.gcbits.2501P6go.string.hdr."os.ProcAttr"p"type.*"".ProcAttr"runtime.zerovalue type."".ProcAttr&go.string.hdr."Dir"type.string&go.string.hdr."Env"type.[]string*go.string.hdr."Files"type.[]*"".File&go.string.hdr."Sys"2type.*syscall.SysProcAttr` type."".ProcAttr0go.string.hdr."ProcAttr""go.importpath."". type."".ProcAttr8go.string.hdr."*os.ProcAttr" 0go.string."*os.ProcAttr"0go.string."*os.ProcAttr" *os.ProcAttr"type.*"".ProcAttr 6 0 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."*os.ProcAttr"p4go.weak.type.**"".ProcAttr"runtime.zerovalue type."".ProcAttrFgo.string.hdr."func(string) string" >go.string."func(string) string">go.string."func(string) string"0(func(string) string0type.func(string) stringM30 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."func(string) string"pBgo.weak.type.*func(string) string"runtime.zerovalue0type.func(string) string0type.func(string) stringtype.stringtype.stringfgo.typelink.func(string) string func(string) string0type.func(string) string type..hashfunc32 ,runtime.memhash_varlentype..eqfunc32 .runtime.memequal_varlentype..alg32  type..hashfunc32type..eqfunc322go.string.hdr."[32]uint8" *go.string."[32]uint8"*go.string."[32]uint8" [32]uint8type.[32]uint8 Y 0type..alg32@runtime.gcbits.P2go.string.hdr."[32]uint8"p.go.weak.type.*[32]uint8"runtime.zerovaluetype.uint8type.[]uint8>go.typelink.[32]uint8 [32]uint8type.[32]uint8Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·895d0569a38a56443b84805daa09d838Tgclocals·3bb21ca8fe1d99a3e492463bd711418a6type..hashfunc."".PathError.type..hash."".PathError2type..eqfunc."".PathError*type..eq."".PathError,type..alg."".PathError 6type..hashfunc."".PathError2type..eqfunc."".PathError"runtime.gcbits.3558go.string.hdr."os.PathError" 0go.string."os.PathError"0go.string."os.PathError" os.PathError$go.string.hdr."Op" go.string."Op"go.string."Op"Op(go.string.hdr."Path"  go.string."Path" go.string."Path" Path2go.string.hdr."PathError" *go.string."PathError"*go.string."PathError" PathError"type."".PathError00LZg 0,type..alg."".PathError@"runtime.gcbits.35P8go.string.hdr."os.PathError"p$type.*"".PathError"runtime.zerovalue"type."".PathError$go.string.hdr."Op"type.string(go.string.hdr."Path"type.string&go.string.hdr."Err"type.error`"type."".PathError2go.string.hdr."PathError""go.importpath.""."type."".PathError:go.string.hdr."*os.PathError" 2go.string."*os.PathError"2go.string."*os.PathError" *os.PathErrorTgo.string.hdr."func(*os.PathError) string" Lgo.string."func(*os.PathError) string"Lgo.string."func(*os.PathError) string"@6func(*os.PathError) string>type.func(*"".PathError) string·30 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func(*os.PathError) string"pPgo.weak.type.*func(*"".PathError) string"runtime.zerovalue>type.func(*"".PathError) string>type.func(*"".PathError) string$type.*"".PathErrortype.stringgo.typelink.func(*os.PathError) string func(*"".PathError) string>type.func(*"".PathError) string$type.*"".PathErrorت60 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."*os.PathError"p6go.weak.type.**"".PathError"runtime.zerovalue"type."".PathError`$type.*"".PathError$type.*"".PathError*go.string.hdr."Error"$type.func() string>type.func(*"".PathError) string*"".(*PathError).Error*"".(*PathError).ErrorTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·895d0569a38a56443b84805daa09d838Tgclocals·3bb21ca8fe1d99a3e492463bd711418a6type..hashfunc."".LinkError.type..hash."".LinkError2type..eqfunc."".LinkError*type..eq."".LinkError,type..alg."".LinkError 6type..hashfunc."".LinkError2type..eqfunc."".LinkError"runtime.gcbits.d58go.string.hdr."os.LinkError" 0go.string."os.LinkError"0go.string."os.LinkError" os.LinkError&go.string.hdr."Old" go.string."Old"go.string."Old"Old&go.string.hdr."New" go.string."New"go.string."New"New2go.string.hdr."LinkError" *go.string."LinkError"*go.string."LinkError" LinkError"type."".LinkError@@F03 0$0,type..alg."".LinkError@"runtime.gcbits.d5P8go.string.hdr."os.LinkError"p$type.*"".LinkError"runtime.zerovalue"type."".LinkError$go.string.hdr."Op"type.string&go.string.hdr."Old"type.string&go.string.hdr."New"type.string&go.string.hdr."Err"type.error`"type."".LinkError2go.string.hdr."LinkError""go.importpath.""."type."".LinkError:go.string.hdr."*os.LinkError" 2go.string."*os.LinkError"2go.string."*os.LinkError" *os.LinkErrorTgo.string.hdr."func(*os.LinkError) string" Lgo.string."func(*os.LinkError) string"Lgo.string."func(*os.LinkError) string"@6func(*os.LinkError) string>type.func(*"".LinkError) stringjs30 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func(*os.LinkError) string"pPgo.weak.type.*func(*"".LinkError) string"runtime.zerovalue>type.func(*"".LinkError) string>type.func(*"".LinkError) string$type.*"".LinkErrortype.stringgo.typelink.func(*os.LinkError) string func(*"".LinkError) string>type.func(*"".LinkError) string$type.*"".LinkErrork60 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."*os.LinkError"p6go.weak.type.**"".LinkError"runtime.zerovalue"type."".LinkError`$type.*"".LinkError$type.*"".LinkError*go.string.hdr."Error"$type.func() string>type.func(*"".LinkError) string*"".(*LinkError).Error*"".(*LinkError).Error2go.string.hdr."**os.File" *go.string."**os.File"*go.string."**os.File" **os.Filetype.**"".FileQP6 0 runtime.algarray@"runtime.gcbits.01P2go.string.hdr."**os.File"p.go.weak.type.***"".File"runtime.zerovaluetype.*"".File2go.string.hdr."[]uintptr" *go.string."[]uintptr"*go.string."[]uintptr" []uintptrtype.[]uintptr3] 0 runtime.algarray@"runtime.gcbits.01P2go.string.hdr."[]uintptr"p.go.weak.type.*[]uintptr"runtime.zerovaluetype.uintptr>go.typelink.[]uintptr []uintptrtype.[]uintptrTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440Tgclocals·3bb21ca8fe1d99a3e492463bd711418a0type..hashfunc.[7]string(type..hash.[7]string,type..eqfunc.[7]string$type..eq.[7]string&type..alg.[7]string 0type..hashfunc.[7]string,type..eqfunc.[7]string&runtime.gcbits.5515U2go.string.hdr."[7]string" *go.string."[7]string"*go.string."[7]string" [7]stringtype.[7]stringph V0&type..alg.[7]string@&runtime.gcbits.5515P2go.string.hdr."[7]string"p.go.weak.type.*[7]string"runtime.zerovaluetype.stringtype.[]string>go.typelink.[7]string [7]stringtype.[7]string4go.string.hdr."*[7]string" ,go.string."*[7]string",go.string."*[7]string" *[7]stringtype.*[7]stringͿ6 0 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[7]string"p0go.weak.type.**[7]string"runtime.zerovaluetype.[7]stringDgo.string.hdr."[]syscall.Timespec" go.string."[2]syscall.Timespec">go.string."[2]syscall.Timespec"0([2]syscall.Timespec0type.[2]syscall.Timespec 0type..alg32@runtime.gcbits.PFgo.string.hdr."[2]syscall.Timespec"pBgo.weak.type.*[2]syscall.Timespec"runtime.zerovalue*type.syscall.Timespec.type.[]syscall.Timespecfgo.typelink.[2]syscall.Timespec [2]syscall.Timespec0type.[2]syscall.TimespecTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·895d0569a38a56443b84805daa09d838Tgclocals·3bb21ca8fe1d99a3e492463bd711418a4type..hashfunc."".fileStat,type..hash."".fileStat0type..eqfunc."".fileStat(type..eq."".fileStat*type..alg."".fileStat 4type..hashfunc."".fileStat0type..eqfunc."".fileStat&runtime.gcbits.c1016go.string.hdr."os.fileStat" .go.string."os.fileStat".go.string."os.fileStat" os.fileStat(go.string.hdr."size"  go.string."size" go.string."size" size(go.string.hdr."mode"  go.string."mode" go.string."mode" mode.go.string.hdr."modTime" &go.string."modTime"&go.string."modTime"modTime0go.string.hdr."fileStat" (go.string."fileStat"(go.string."fileStat" fileStat type."".fileStatHHTgT 820*type..alg."".fileStat@&runtime.gcbits.c101P6go.string.hdr."os.fileStat"p"type.*"".fileStat"runtime.zerovalue type."".fileStat(go.string.hdr."name""go.importpath."".type.string(go.string.hdr."size""go.importpath."".type.int64(go.string.hdr."mode""go.importpath."". type."".FileMode.go.string.hdr."modTime""go.importpath."".type.time.Time&go.string.hdr."sys""go.importpath.""."type.interface {}` type."".fileStat0go.string.hdr."fileStat""go.importpath."". type."".fileStat8go.string.hdr."*os.fileStat" 0go.string."*os.fileStat"0go.string."*os.fileStat" *os.fileStatNgo.string.hdr."func(*os.fileStat) bool" Fgo.string."func(*os.fileStat) bool"Fgo.string."func(*os.fileStat) bool"00func(*os.fileStat) bool8type.func(*"".fileStat) bool30 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."func(*os.fileStat) bool"pJgo.weak.type.*func(*"".fileStat) bool"runtime.zerovalue8type.func(*"".fileStat) bool8type.func(*"".fileStat) bool"type.*"".fileStattype.boolvgo.typelink.func(*os.fileStat) bool func(*"".fileStat) bool8type.func(*"".fileStat) boolXgo.string.hdr."func(*os.fileStat) time.Time" Pgo.string."func(*os.fileStat) time.Time"Pgo.string."func(*os.fileStat) time.Time"@:func(*os.fileStat) time.TimeBtype.func(*"".fileStat) time.Time|30 runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."func(*os.fileStat) time.Time"pTgo.weak.type.*func(*"".fileStat) time.Time"runtime.zerovalueBtype.func(*"".fileStat) time.TimeBtype.func(*"".fileStat) time.Time"type.*"".fileStattype.time.Timego.typelink.func(*os.fileStat) time.Time func(*"".fileStat) time.TimeBtype.func(*"".fileStat) time.Time\go.string.hdr."func(*os.fileStat) os.FileMode" Tgo.string."func(*os.fileStat) os.FileMode"Tgo.string."func(*os.fileStat) os.FileMode"@>func(*os.fileStat) os.FileModeFtype.func(*"".fileStat) "".FileModerI30 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."func(*os.fileStat) os.FileMode"pXgo.weak.type.*func(*"".fileStat) "".FileMode"runtime.zerovalueFtype.func(*"".fileStat) "".FileModeFtype.func(*"".fileStat) "".FileMode"type.*"".fileStat type."".FileModego.typelink.func(*os.fileStat) os.FileMode func(*"".fileStat) "".FileModeFtype.func(*"".fileStat) "".FileModeRgo.string.hdr."func(*os.fileStat) string" Jgo.string."func(*os.fileStat) string"Jgo.string."func(*os.fileStat) string"@4func(*os.fileStat) stringgo.typelink.[20]uint8 [20]uint8type.[20]uint8"type..hashfunc512 ,runtime.memhash_varlentype..eqfunc512 .runtime.memequal_varlentype..alg512 "type..hashfunc512type..eqfunc5124go.string.hdr."[512]uint8" ,go.string."[512]uint8",go.string."[512]uint8" [512]uint8type.[512]uint8)0type..alg512@runtime.gcbits.P4go.string.hdr."[512]uint8"p0go.weak.type.*[512]uint8"runtime.zerovaluetype.uint8type.[]uint8Bgo.typelink.[512]uint8 [512]uint8type.[512]uint8bgo.string.hdr."func(string) (os.FileInfo, error)" !Zgo.string."func(string) (os.FileInfo, error)"Zgo.string."func(string) (os.FileInfo, error)"PDfunc(string) (os.FileInfo, error)Ltype.func(string) ("".FileInfo, error)}y30 runtime.algarray@"runtime.gcbits.01Pbgo.string.hdr."func(string) (os.FileInfo, error)"p^go.weak.type.*func(string) ("".FileInfo, error)"runtime.zerovalueLtype.func(string) ("".FileInfo, error)Ltype.func(string) ("".FileInfo, error)type.string type."".FileInfotype.errorgo.typelink.func(string) (os.FileInfo, error) func(string) ("".FileInfo, error)Ltype.func(string) ("".FileInfo, error)Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440Tgclocals·3bb21ca8fe1d99a3e492463bd711418a`type..hashfunc.struct { sync.Mutex; dir string }Xtype..hash.struct { sync.Mutex; dir string }\type..eqfunc.struct { sync.Mutex; dir string }Ttype..eq.struct { sync.Mutex; dir string }Vtype..alg.struct { sync.Mutex; dir string } `type..hashfunc.struct { sync.Mutex; dir string }\type..eqfunc.struct { sync.Mutex; dir string }Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·87d20ce1b58390b294df80b886db78bfTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·87d20ce1b58390b294df80b886db78bfdgo.string.hdr."*struct { sync.Mutex; dir string }" "\go.string."*struct { sync.Mutex; dir string }"\go.string."*struct { sync.Mutex; dir string }"PF*struct { sync.Mutex; dir string }pgo.string.hdr."func(*struct { sync.Mutex; dir string })" (hgo.string."func(*struct { sync.Mutex; dir string })"hgo.string."func(*struct { sync.Mutex; dir string })"`Rfunc(*struct { sync.Mutex; dir string })Ztype.func(*struct { sync.Mutex; dir string })G330 runtime.algarray@"runtime.gcbits.01Ppgo.string.hdr."func(*struct { sync.Mutex; dir string })"plgo.weak.type.*func(*struct { sync.Mutex; dir string })"runtime.zerovalueZtype.func(*struct { sync.Mutex; dir string })Ztype.func(*struct { sync.Mutex; dir string })Ntype.*struct { sync.Mutex; dir string }go.typelink.func(*struct { sync.Mutex; dir string }) func(*struct { sync.Mutex; dir string })Ztype.func(*struct { sync.Mutex; dir string })(go.string.hdr."Lock"  go.string."Lock" go.string."Lock" Lock,go.string.hdr."Unlock" $go.string."Unlock"$go.string."Unlock"UnlockNtype.*struct { sync.Mutex; dir string }t6$0 runtime.algarray@"runtime.gcbits.01Pdgo.string.hdr."*struct { sync.Mutex; dir string }"p`go.weak.type.**struct { sync.Mutex; dir string }"runtime.zerovalueLtype.struct { sync.Mutex; dir string }`Ntype.*struct { sync.Mutex; dir string }Ntype.*struct { sync.Mutex; dir string }(go.string.hdr."Lock"type.func()Ztype.func(*struct { sync.Mutex; dir string })Xgo.(*struct { sync.Mutex; dir string }).LockXgo.(*struct { sync.Mutex; dir string }).Lock,go.string.hdr."Unlock"type.func()Ztype.func(*struct { sync.Mutex; dir string })\go.(*struct { sync.Mutex; dir string }).Unlock\go.(*struct { sync.Mutex; dir string }).Unlock"runtime.gcbits.02bgo.string.hdr."struct { sync.Mutex; dir string }" !Zgo.string."struct { sync.Mutex; dir string }"Zgo.string."struct { sync.Mutex; dir string }"PDstruct { sync.Mutex; dir string }&go.string.hdr."dir" go.string."dir"go.string."dir"dirLtype.struct { sync.Mutex; dir string }@80Vtype..alg.struct { sync.Mutex; dir string }@"runtime.gcbits.02Pbgo.string.hdr."struct { sync.Mutex; dir string }"pNtype.*struct { sync.Mutex; dir string }"runtime.zerovalueLtype.struct { sync.Mutex; dir string }type.sync.Mutex&go.string.hdr."dir""go.importpath."".type.string@go.string.hdr."func(error) bool" 8go.string."func(error) bool"8go.string."func(error) bool"0"func(error) bool*type.func(error) bool OA30 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."func(error) bool"p