Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for runtimepath (0.18 sec)

  1. misc/ios/go_ios_exec.go

    			return "", err
    		}
    		// Copy src/runtime/textflag.h for (at least) Test386EndToEnd in
    		// cmd/asm/internal/asm.
    		runtimePath := filepath.Join(dstbase, "src", "runtime")
    		if err := os.MkdirAll(runtimePath, 0755); err != nil {
    			return "", err
    		}
    		err = cp(
    			filepath.Join(runtimePath, "textflag.h"),
    			filepath.Join(cwd, "src", "runtime", "textflag.h"),
    		)
    		if err != nil {
    			return "", err
    		}
    	}
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Apr 11 16:34:30 GMT 2022
    - 23.4K bytes
    - Viewed (0)
Back to top