Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for findExportFile (0.38 sec)

  1. src/go/internal/gccgoimporter/importer.go

    	// the package's dependencies that need initialization.
    	Inits []PackageInit
    }
    
    // Locate the file from which to read export data.
    // This is intended to replicate the logic in gofrontend.
    func findExportFile(searchpaths []string, pkgpath string) (string, error) {
    	for _, spath := range searchpaths {
    		pkgfullpath := filepath.Join(spath, pkgpath)
    		pkgdir, name := filepath.Split(pkgfullpath)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 20 18:41:18 UTC 2020
    - 6.8K bytes
    - Viewed (0)
Back to top