func os.Create

10 uses

	os (current package)
		file.go#L319: func Create(name string) (*File, error) {

	src.elv.sh/pkg/prog
		prog.go#L106: 		f, err := os.Create(f.CPUProfile)

	src.elv.sh/pkg/testutil
		must.go#L39: 		file, err := os.Create(name)

	testing
		cover.go#L84: 		f, err = os.Create(toOutputDir(*coverProfile))
		testing.go#L1531: 		f, err := os.Create(toOutputDir(*cpuProfile))
		testing.go#L1544: 		f, err := os.Create(toOutputDir(*traceFile))
		testing.go#L1572: 			f, err = os.Create(*testlog)
		testing.go#L1623: 		f, err := os.Create(toOutputDir(*memProfile))
		testing.go#L1636: 		f, err := os.Create(toOutputDir(*blockProfile))
		testing.go#L1648: 		f, err := os.Create(toOutputDir(*mutexProfile))