Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 41 of 41 for SELF (0.08 sec)

  1. src/os/os_test.go

    		found := true
    		for _, f := range sd.files {
    			path := filepath.Join(sd.name, f)
    			if _, err := Stat(path); err != nil {
    				found = false
    				break
    			}
    		}
    		if found {
    			return sd
    		}
    		// In a self-hosted iOS build the above files might
    		// not exist. Look for system files instead below.
    	case "windows":
    		return &sysDir{
    			Getenv("SystemRoot") + "\\system32\\drivers\\etc",
    			[]string{
    				"networks",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 83.1K bytes
    - Viewed (0)
Back to top