Home
last modified time | relevance | path

Searched refs:verbose (Results 1 – 25 of 30) sorted by relevance

12

/system/core/libsparse/
Dsparse_read.c54 static void verbose_error(bool verbose, int err, const char *fmt, ...) in verbose_error() argument
81 if (verbose) { in verbose_error()
237 verbose_error(s->verbose, ret, "data block at %" PRId64, offset); in process_chunk()
245 verbose_error(s->verbose, ret, "fill block at %" PRId64, offset); in process_chunk()
254 verbose_error(s->verbose, ret, "skip block at %" PRId64, offset); in process_chunk()
262 verbose_error(s->verbose, -EINVAL, "crc block at %" PRId64, in process_chunk()
268 verbose_error(s->verbose, -EINVAL, "unknown block %04X at %" PRId64, in process_chunk()
422 struct sparse_file *sparse_file_import(int fd, bool verbose, bool crc) in sparse_file_import() argument
431 verbose_error(verbose, ret, "header"); in sparse_file_import()
436 verbose_error(verbose, -EINVAL, "header magic"); in sparse_file_import()
[all …]
Dsimg_dump.py34 verbose = 0 # -v
44 verbose += 1
91 if not verbose:
144 if verbose > 1:
Dsparse_file.h25 bool verbose; member
/system/tools/aidl/tests/
Dintegration-test.py60 def __init__(self, device_serial=None, verbose=None): argument
68 self._verbose = verbose
128 device_serial=None, verbose=False): argument
143 host = AdbHost(device_serial=device_serial, verbose=verbose)
201 device_serial=args.serial, verbose=args.verbose)
/system/extras/ext4_utils/
Dext4fixup_main.c31 int verbose = 0; in main() local
42 verbose = 1; in main()
67 return ext4fixup_internal(fsdev, verbose, no_write, stop_phase, stop_loc, stop_count); in main()
Dext4fixup.c69 static int verbose = 0; variable
254 if (verbose) { in check_inode_bitmap()
278 if (verbose) { in update_superblocks_and_bg_desc()
586 if (verbose) { in recurse_dir()
621 if (verbose) { in recurse_dir()
627 if (verbose) { in recurse_dir()
641 if (verbose) { in recurse_dir()
696 verbose = v_flag; in ext4fixup_internal()
708 read_ext(fd, verbose); in ext4fixup_internal()
734 if (verbose) { in ext4fixup_internal()
[all …]
Dext2simg.c44 static int verbose = 0; variable
133 verbose = 1; in main()
171 read_ext(infd, verbose); in main()
Dmake_ext4fs_main.c80 int verbose = 0; in main() local
157 verbose = 1; in main()
257 sparse, crc, wipe, real_uuid, sehnd, verbose, fixed_time, in main()
Dext4_utils.h164 struct selabel_handle *sehnd, int verbose, time_t fixed_time,
167 int read_ext(int fd, int verbose);
Dmake_ext4fs.c148 struct selabel_handle *sehnd, int verbose, time_t fixed_time) in build_directory_structure() argument
239 if (dentries[i].secon && verbose) in build_directory_structure()
309 inode, fs_config_func, sehnd, verbose, fixed_time); in build_directory_structure()
684 struct selabel_handle *sehnd, int verbose, time_t fixed_time, in make_ext4fs_internal() argument
810 fs_config_func, sehnd, verbose, fixed_time); in make_ext4fs_internal()
826 if (verbose) { in make_ext4fs_internal()
/system/core/toolbox/
Dnandread.c32 int verbose = 0; in nandread_main() local
74 verbose++; in nandread_main()
132 if (verbose) { in nandread_main()
157 if (verbose) { in nandread_main()
172 if (verbose) { in nandread_main()
192 if (verbose > 3) in nandread_main()
264 else if (verbose > 2 || (verbose > 1 && !(pos & (mtdinfo.erasesize - 1)))) in nandread_main()
278 if (verbose) { in nandread_main()
/system/core/libnetutils/
Ddhcpclient.c45 static int verbose = 1; variable
356 if (verbose) ALOGD("Wrong size %d != %d\n", sz, DHCP_MSG_FIXED_SIZE); in is_valid_reply()
360 if (verbose) ALOGD("Wrong Op %d != %d\n", reply->op, OP_BOOTREPLY); in is_valid_reply()
364 if (verbose) ALOGD("Wrong Xid 0x%x != 0x%x\n", ntohl(reply->xid), in is_valid_reply()
369 if (verbose) ALOGD("Wrong Htype %d != %d\n", reply->htype, msg->htype); in is_valid_reply()
373 if (verbose) ALOGD("Wrong Hlen %d != %d\n", reply->hlen, msg->hlen); in is_valid_reply()
377 if (verbose) ALOGD("Wrong chaddr %x != %x\n", *(reply->chaddr),*(msg->chaddr)); in is_valid_reply()
501 if (verbose) dump_dhcp_info(&info); in dhcp_init_ifc()
/system/extras/showmap/
Dshowmap.cpp28 static bool verbose = false; variable
224 if (!verbose && !addresses) { in print_header()
236 if (!verbose && !addresses) { in print_divider()
256 if (!verbose && !addresses) { in print_mi()
266 mapinfo *milist = load_maps(pid, addresses, !verbose && !addresses); in show_map()
321 verbose = true; in main()
/system/connectivity/shill/test-scripts/
Dconnect-vpn148 if options.verbose:
157 if options.verbose == "true":
163 if not success or options.verbose:
/system/core/libsparse/include/sparse/
Dsparse.h230 struct sparse_file *sparse_file_import(int fd, bool verbose, bool crc);
247 struct sparse_file *sparse_file_import_auto(int fd, bool crc, bool verbose);
/system/extras/memtrack/
Dmemtrack.cpp301 bool verbose = false; in main() local
306 verbose = true; in main()
322 if (quiet && verbose) { in main()
348 if (verbose) { in main()
354 if (verbose) { in main()
/system/extras/verity/fec/
Dimage.cpp106 file = sparse_file_import_auto(fd, false, ctx->verbose); in file_image_load()
121 if (ctx->verbose) { in file_image_load()
199 if (ctx->verbose) { in image_ecc_new()
374 if (ctx->verbose) { in image_process()
387 if (ctx->verbose) { in image_process()
413 if (ctx->verbose) { in image_process()
Dmain.cpp197 if (ctx.verbose) { in encode()
246 if (ctx.verbose) { in decode()
356 ctx.verbose = true; in main()
Dimage.h44 bool verbose; member
/system/extras/tests/workloads/
Ddefs.sh58 (-v) verbose=1;;
122 verbose=${verbose:=0}
146 if [ $verbose -gt 0 ]; then
/system/core/cpio/
Dmkbootfs.c54 static int verbose = 0; variable
163 if(verbose) { in _archive_dir()
234 if(verbose) { in _archive()
/system/extras/verity/
Dbuild_verity_tree.cpp134 bool verbose = false; in main() local
196 verbose = true; in main()
271 file = sparse_file_import_auto(fd, false, verbose); in main()
/system/core/crash_reporter/
Dlist_proxies.cc268 bool verbose = cl->HasSwitch(kVerbose); in main() local
282 if ((!quiet && isatty(STDERR_FILENO)) || verbose) in main()
/system/connectivity/shill/
DHACKING107 - When adding verbose log messages for debug purposes, use the SLOG marco and
110 - Choose the appropriate scope and verbose level for log messages. E.g.
/system/core/trusty/libtrusty/tipc-test/
Dtipc_test.c92 static void print_usage_and_exit(const char *prog, int code, bool verbose) in print_usage_and_exit() argument
95 if (verbose) in print_usage_and_exit()

12