Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for trimFilename (0.1 sec)

  1. src/cmd/compile/internal/noder/noder.go

    		}
    		if p.file == nil {
    			base.ErrorExit()
    		}
    		lines += p.file.EOF.Line()
    	}
    	base.Timer.AddEvent(int64(lines), "lines")
    
    	unified(m, noders)
    }
    
    // trimFilename returns the "trimmed" filename of b, which is the
    // absolute filename after applying -trimpath processing. This
    // filename form is suitable for use in object files and export data.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 11 20:40:57 UTC 2023
    - 12.5K bytes
    - Viewed (0)
Back to top