Searched refs:Create (Results 1 – 25 of 31) sorted by relevance
12
/build/soong/finder/ |
D | finder_test.go | 85 fs.Create(t, filepath.Join(root, path), filesystem) 116 fs.Create(t, filepath.Join(root, path), filesystem) 211 fs.Create(t, filepath.Join(root, "findme.txt"), filesystem) 234 fs.Create(t, createdPath, filesystem) 257 fs.Create(t, "/tmp/findme.txt", filesystem) 275 fs.Create(t, "/tmp/exclude/findme.txt", filesystem) 276 fs.Create(t, "/tmp/exclude/subdir/findme.txt", filesystem) 277 fs.Create(t, "/tmp/subdir/exclude/findme.txt", filesystem) 278 fs.Create(t, "/tmp/subdir/subdir/findme.txt", filesystem) 279 fs.Create(t, "/tmp/subdir/findme.txt", filesystem) [all …]
|
/build/soong/finder/fs/ |
D | fs_test.go | 25 Create(t, "/tmp/realdir/hi.txt", filesystem) 26 Create(t, "/tmp/realdir/ignoreme.txt", filesystem)
|
D | test.go | 35 func Create(t *testing.T, path string, filesystem *MockFs) { func
|
/build/bazel/rules/ |
D | static_libc.bzl | 27 # Create the filegroups 45 # Create the libc config.
|
/build/blueprint/deptools/ |
D | depfile.go | 36 f, err := os.Create(filename)
|
/build/soong/ui/build/ |
D | util.go | 104 f, err := os.Create(file) 139 destination, err := os.Create(dst)
|
D | cleanbuild_test.go | 42 if f, err := os.Create(filepath.Join(dir, name)); err != nil {
|
D | build.go | 77 file, err := os.Create(config.CombinedNinjaFile())
|
/build/soong/zip/cmd/ |
D | main.go | 184 f, err := os.Create(*cpuProfile) 195 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/blueprint/bootstrap/ |
D | command.go | 150 f, err := os.Create(absolutePath(args.Cpuprofile)) 160 f, err := os.Create(absolutePath(args.TraceFile)) 331 f, err := os.Create(absolutePath(args.Memprofile))
|
/build/make/tools/rbcrun/cmd/ |
D | rbcrun.go | 68 pprof, err := os.Create(*perfFile)
|
/build/soong/cmd/diff_target_files/ |
D | allow_list_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 | 125 if fp, err := os.Create(f); err == nil {
|
/build/soong/cmd/zip2zip/ |
D | zip2zip_test.go | 426 w, err := inputWriter.Create(file)
|
D | zip2zip.go | 86 output, err := os.Create(*output)
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 147 toFile, err := os.Create(to) 397 f, err := os.Create(stdLog)
|
/build/soong/cmd/sbox/ |
D | sbox.go | 422 out, err := os.Create(to) 499 out, err := os.Create(outRspFile)
|
/build/soong/cc/ |
D | compdb.go | 84 f, err := os.Create(filepath.Join(android.AbsSrcDirForExistingUseCases(), compDBFile.String()))
|
/build/soong/cmd/extract_apks/ |
D | main.go | 536 outFile, err := os.Create(*outputFile) 553 apkcertsFile, err := os.Create(*apkcertsOutput)
|
/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