func os.Create
7 uses
os (current package)
file.go#L399: func Create(name string) (*File, error) {
testing
testing.go#L2606: f, err := os.Create(toOutputDir(*cpuProfile))
testing.go#L2619: f, err := os.Create(toOutputDir(*traceFile))
testing.go#L2663: f, err = os.Create(*testlog)
testing.go#L2714: f, err := os.Create(toOutputDir(*memProfile))
testing.go#L2727: f, err := os.Create(toOutputDir(*blockProfile))
testing.go#L2739: f, err := os.Create(toOutputDir(*mutexProfile))
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)