/build/soong/ui/build/ |
D | finder.go | 41 ctx.Fatalf("No working directory for module-finder: %v", err.Error()) 52 ctx.Fatalf("%v must not exist", prunePath) 75 ctx.Fatalf("Could not create module-finder: %v", err) 91 ctx.Fatalf("Could not export module list: %v", err) 99 ctx.Fatalf("Could not export product list: %v", err) 105 ctx.Fatalf("Could not export module list: %v", err) 111 ctx.Fatalf("Could not find OWNERS: %v", err) 117 ctx.Fatalf("Could not find TEST_MAPPING: %v", err) 123 ctx.Fatalf("No Android.bp found") 127 ctx.Fatalf("Could not find modules: %v", err)
|
D | proc_sync_test.go | 41 t.Fatalf("Failed to create lock: %v", err) 138 …t.Fatalf("Unexpected error in subprocess trying to lock uncontested fileLock: %v. Subprocess outpu… 141 t.Fatalf("Subprocess failed to lock uncontested fileLock. Subprocess output: %q", message) 146 t.Fatalf("Failed to lock fileLock: %v", err) 154 t.Fatalf("Permitted locking fileLock twice. Subprocess output: %q", message) 159 t.Fatalf("Error unlocking fileLock: %v", err) 167 …t.Fatalf("Subprocess failed to acquire lock after it was released by the main process. Subprocess … 215 t.Fatalf("Incorrect number of waits elapsed; expected 0, got %v", waiter.numWaitsElapsed) 227 t.Fatalf("Incorrect number of waits elapsed; expected 2, got %v", waiter.numWaitsElapsed) 236 …t.Fatalf("Appeared to have acquired lock on iteration %v which should not be available until itera… [all …]
|
D | util.go | 26 ctx.Fatalf("Failed to get absolute path: %v", err) 52 ctx.Fatalf("Error creating %s: %q\n", dir, err) 71 ctx.Fatalf("Error removing %s: %q\n", dir, err) 92 ctx.Fatalf("Error creating %s: %q\n", file, err) 96 ctx.Fatalf("Error checking %s: %q\n", file, err)
|
D | goma.go | 49 ctx.Fatalf("ulimit returned unexpected value: %s: %v\n", opt, err) 59 ctx.Fatalf("max user processes is insufficient: %d; want >= %d.\n", u, gomaLeastNProcs) 62 ctx.Fatalf("max open files is insufficient: %d; want >= %d.\n", n, gomaLeastNFiles) 77 ctx.Fatalf("goma_ctl.py ensure_start failed with: %v\n%s\n", err, output)
|
D | exec.go | 86 c.ctx.Fatalf("Failed to run %s: %v", c.name, err) 95 c.ctx.Fatalf("%s failed with: %v", c.name, e.ProcessState.String()) 97 c.ctx.Fatalf("Failed to run %s: %v", c.name, err)
|
D | util_test.go | 47 t.Fatalf("Failed to chown: %v", err)
|
D | config.go | 160 log.Fatalf("Current working directory must be the source tree. %q not found", srcDirFileCheck) 246 ctx.Fatalf("Failed to parse %q: %v", arg, err) 332 ctx.Fatalf("Invalid variant %q. Must be one of 'user', 'userdebug' or 'eng'", variant) 352 ctx.Fatalf("Invalid variant %q. Must be one of 'user', 'userdebug' or 'eng'", variant) 370 ctx.Fatalf("Invalid architecture: %q", arch)
|
/build/soong/cc/ |
D | library_test.go | 34 t.Fatalf("unexpected inputs to libfoo shared: %#v", libfooShared.Inputs.Strings()) 38 t.Fatalf("unexpected inputs to libfoo static: %#v", libfooStatic.Inputs.Strings()) 60 t.Fatalf("unexpected inputs to libfoo shared: %#v", libfooShared.Inputs.Strings()) 64 t.Fatalf("unexpected inputs to libfoo static: %#v", libfooStatic.Inputs.Strings()) 86 t.Fatalf("unexpected inputs to libfoo shared: %#v", libfooShared.Inputs.Strings()) 90 t.Fatalf("unexpected inputs to libfoo static: %#v", libfooStatic.Inputs.Strings()) 112 t.Fatalf("unexpected inputs to libfoo shared: %#v", libfooShared.Inputs.Strings()) 116 t.Fatalf("unexpected inputs to libfoo static: %#v", libfooStatic.Inputs.Strings()) 138 t.Fatalf("unexpected inputs to libfoo shared: %#v", libfooShared.Inputs.Strings()) 142 t.Fatalf("unexpected inputs to libfoo static: %#v", libfooStatic.Inputs.Strings()) [all …]
|
D | compdb.go | 86 log.Fatalf("Could not create file %s: %s", filepath.Join(dir, compdbFilename), err) 102 log.Fatalf("Failed to marshal: %s", err) 110 log.Fatalf("Unable to symlink %s to %s: %s", compDBFile, finalLinkPath, err)
|
/build/soong/cmd/dep_fixer/ |
D | main.go | 48 log.Fatalf("Error opening %q: %v", arg, err) 53 log.Fatalf("Failed to parse: %v", err) 70 log.Fatalf("Failed to write: %v", err) 76 log.Fatalf("Failed to write to %q: %v", *output, err)
|
/build/soong/ui/logger/ |
D | logger_test.go | 34 t.Fatalf("Failed to get TempDir: %v", err) 43 t.Fatalf("Failed to create file: %v", err) 46 t.Fatalf("Short write") 48 t.Fatalf("Failed to write: %v", err) 51 t.Fatalf("Failed to close: %v", err) 63 t.Fatalf("Failed to open dir: %v", err) 67 t.Fatalf("Failed to read dir: %v", err)
|
/build/soong/cmd/extract_linker/ |
D | main.go | 42 log.Fatalf("Error opening %q: %v", flag.Arg(0), err) 48 log.Fatalf("Unable to read elf file: %v", err) 102 log.Fatalf("Unable to write %q: %v", asmPath, err) 109 log.Fatalf("Unable to write %q: %v", flagsPath, err)
|
/build/soong/third_party/zip/ |
D | zip_test.go | 34 t.Fatalf("creating file %d: %v", i, err) 38 t.Fatalf("Writer.Close: %v", err) 43 t.Fatalf("NewReader: %v", err) 46 t.Fatalf("File contains %d files, want %d", got, nFiles) 51 t.Fatalf("File(%d) = %q, want %q", i, zr.File[i].Name, want) 205 t.Fatalf("len(b.buf) = %d; want 10", len(b.buf)) 359 t.Fatalf("Expected directory64EndSignature (%d), got %d", directory64EndSignature, sig) 364 t.Fatalf("Expected length of %d, got %d", directory64EndLen-12, size) 374 t.Fatalf("error creating header: %v", err) 377 t.Fatalf("error writing content: %v", err) [all …]
|
D | writer_test.go | 133 t.Fatalf("Unexpected %d bytes already in buffer", buf.Len()) 163 t.Fatalf("File name: got %q, want %q", f.Name, wt.Name)
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 212 log.Fatalf("Failed to create tempdir: %v", err) 256 log.Fatalf("Products don't exist: %s\n", missingProducts) 333 log.Fatalf("Error zipping logs: %v", err) 342 log.Fatalf("%d failures", failures) 355 mpctx.Logger.Fatalf("Error creating out directory: %v", err) 358 mpctx.Logger.Fatalf("Error creating log directory: %v", err) 364 mpctx.Logger.Fatalf("Error creating std.log: %v", err) 418 log.Fatalf("Error zipping artifacts: %v", err) 442 log.Fatalf("Error copying log file: %s", err)
|
/build/soong/androidmk/parser/ |
D | parser_test.go | 46 t.Fatalf("Unexpected errors while parsing: %v", errs) 50 t.Fatalf("length mismatch, expected %d nodes, got %d", len(test.out), len(got))
|
/build/soong/cmd/host_bionic_inject/ |
D | host_bionic_inject_test.go | 137 t.Fatalf("No error expected, but got: %v", err) 140 t.Fatalf("Returned no error, but wanted: %v", tc.err) 142 t.Fatalf("Different error found:\nwant: %v\n got: %v", tc.err, err)
|
/build/soong/zip/ |
D | zip_test.go | 407 t.Fatalf("want error %v, got %v", test.err, err) 411 t.Fatalf("want error %v, got %v", test.err, err) 415 t.Fatalf("want error %v, got %v", test.err, err) 418 t.Fatalf("want error %v, got %v", test.err, err) 433 t.Fatalf("error when opening %s: %s", f.Name, err) 440 t.Fatalf("error when reading %s: %s", f.Name, err) 455 t.Fatalf("want %d files, got %d", len(test.files), len(files))
|
/build/soong/cmd/zip2zip/ |
D | zip2zip_test.go | 443 t.Fatalf("Unexpected error:\n got: %q\nwant: %q", errorString(err), errorString(testCase.err)) 465 …t.Fatalf("Output file list does not match:\nwant: %v\n got: %v", testCase.outputFiles, outputFiles) 468 …t.Fatalf("Stored file list does not match:\nwant: %v\n got: %v", testCase.storedFiles, storedFiles)
|
/build/blueprint/ |
D | ninja_strings_test.go | 109 t.Fatalf("error creating scope: %s", err) 153 t.Fatalf("unexpected error: %s", err)
|
/build/soong/cmd/zipsync/ |
D | zipsync.go | 96 log.Fatalf("%q in %q is an absolute path", f.Name, input) 100 log.Fatalf("%q found in both %q and %q", f.Name, prev, input)
|
/build/blueprint/microfactory/ |
D | microfactory_test.go | 379 Fatalf(format string, args ...interface{}) methodSpec 387 t.Fatalf("Error creating temporary directory: %#v", err) 393 t.Fatalf("Error writing %q: %#v", name, err) 398 t.Fatalf("Error creating %q directory: %#v", name, err) 417 t.Fatalf("Error finding deps: %v", err)
|
/build/soong/bpfix/bpfix/ |
D | bpfix_test.go | 63 t.Fatalf("%d parse errors", len(errs)) 99 t.Fatalf("%sproperty is not a list: %v", errorHeader, listResult) 103 t.Fatalf("%sproperty exists: %v", errorHeader, listResult) 114 t.Fatalf("%s%q\nlists are different", errorHeader, actualValues)
|
/build/soong/finder/fs/ |
D | readdir_test.go | 308 t.Fatalf("expected:\n %v\ngot:\n %v\n", testCase.out, entries)
|
/build/soong/java/ |
D | dexpreopt_test.go | 141 t.Fatalf("want dexpreopt %s, got %s", enabledString(test.enabled), enabledString(enabled))
|