Searched refs:Create (Results 1 – 25 of 30) sorted by relevance
12
/build/blueprint/deptools/ |
D | depfile.go | 36 f, err := os.Create(filename)
|
/build/blueprint/bootstrap/ |
D | command.go | 80 f, err := os.Create(cpuprofile) 90 f, err := os.Create(traceFile) 240 f, err := os.Create(memprofile)
|
/build/kati/cmd/kati/ |
D | main.go | 106 f, err := os.Create(heapprofile) 230 f, err := os.Create(cpuprofile) 249 f, err := os.Create(traceEventFile)
|
/build/soong/zip/cmd/ |
D | main.go | 162 f, err := os.Create(*cpuProfile) 173 f, err := os.Create(*traceFile)
|
/build/soong/third_party/zip/ |
D | example_test.go | 33 f, err := w.Create(file.Name)
|
D | writer_test.go | 128 _, err := w.Create("foo")
|
/build/kati/testcase/ |
D | gen_testcase_parse_benchmark.go | 85 f, err := os.Create("testcase_parse_benchmark_test.go")
|
D | parse_benchcmp.go | 50 f, err := os.Create(fname)
|
/build/make/tools/droiddoc/templates-ndk/ |
D | macros_override.cs | 1 <?cs # Create a comma separated list of annotations on obj that were in showAnnotations in Doclava …
|
/build/soong/ui/build/ |
D | util.go | 90 f, err := os.Create(file)
|
D | build.go | 57 file, err := os.Create(config.CombinedNinjaFile())
|
/build/soong/java/ |
D | jdeps.go | 102 file, err := os.Create(jfpath)
|
/build/soong/cmd/diff_target_files/ |
D | whitelist_test.go | 27 f, err := w.Create(name)
|
/build/soong/finder/cmd/ |
D | finder.go | 87 f, err := os.Create(cpuprofile)
|
/build/soong/scripts/ |
D | setup_go_workspace_for_soong.sh | 215 Create the directory structure that Go tools and editors expect by
|
/build/soong/ui/build/paths/ |
D | logs_test.go | 122 if fp, err := os.Create(f); err == nil {
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 137 toFile, err := os.Create(to) 362 f, err := os.Create(stdLog)
|
/build/soong/cc/ |
D | compdb.go | 84 f, err := os.Create(compdbFilename)
|
D | pylintrc | 213 # Create a graph of every (i.e. internal and external) dependencies in the 217 # Create a graph of external dependencies in the given file (report RP0402 must 221 # Create a graph of internal dependencies in the given file (report RP0402 must
|
/build/soong/cmd/zip2zip/ |
D | zip2zip_test.go | 426 w, err := inputWriter.Create(file)
|
D | zip2zip.go | 86 output, err := os.Create(*output)
|
/build/kati/ |
D | ninja.go | 610 f, err := os.Create(n.envlistName()) 631 f, err := os.Create(n.shName()) 676 f, err := os.Create(n.ninjaName())
|
D | serialize.go | 300 f, err := os.Create(filename) 319 f, err := os.Create(filename)
|
/build/soong/ui/logger/ |
D | logger.go | 120 return os.Create(filename)
|
/build/make/tools/releasetools/ |
D | pylintrc | 342 # Create a graph of every (i.e. internal and external) dependencies in the 346 # Create a graph of external dependencies in the given file (report RP0402 must 350 # Create a graph of internal dependencies in the given file (report RP0402 must
|
12