Searched defs:verbose (Results 1 - 17 of 17) sorted by relevance

/system/core/libsparse/
H A Dsparse_file.h25 bool verbose; member in struct:sparse_file
H A Dsparse_read.c54 static void verbose_error(bool verbose, int err, const char *fmt, ...) argument
81 if (verbose) {
237 verbose_error(s->verbose, ret, "data block at %" PRId64, offset);
245 verbose_error(s->verbose, ret, "fill block at %" PRId64, offset);
254 verbose_error(s->verbose, ret, "skip block at %" PRId64, offset);
262 verbose_error(s->verbose, -EINVAL, "crc block at %" PRId64,
268 verbose_error(s->verbose, -EINVAL, "unknown block %04X at %" PRId64,
422 struct sparse_file *sparse_file_import(int fd, bool verbose, bool crc) argument
431 verbose_error(verbose, ret, "header");
436 verbose_error(verbose,
478 sparse_file_import_auto(int fd, bool crc, bool verbose) argument
[all...]
/system/extras/ext4_utils/
H A Dext4fixup_main.c31 int verbose = 0; local
42 verbose = 1;
67 return ext4fixup_internal(fsdev, verbose, no_write, stop_phase, stop_loc, stop_count);
H A Dmake_ext4fs_main.c80 int verbose = 0; local
157 verbose = 1;
257 sparse, crc, wipe, real_uuid, sehnd, verbose, fixed_time,
H A Dext2simg.c44 static int verbose = 0; variable
51 fprintf(stderr, " -v verbose output\n");
133 verbose = 1;
171 read_ext(infd, verbose);
H A Dext4_utils.c595 int read_ext(int fd, int verbose) argument
618 if (verbose) {
H A Dext4fixup.c69 static int verbose = 0; variable
254 if (verbose) {
278 if (verbose) {
586 if (verbose) {
621 if (verbose) {
627 if (verbose) {
641 if (verbose) {
696 verbose = v_flag;
708 read_ext(fd, verbose);
734 if (verbose) {
[all...]
H A Dmake_ext4fs.c148 struct selabel_handle *sehnd, int verbose, time_t fixed_time)
239 if (dentries[i].secon && verbose)
309 inode, fs_config_func, sehnd, verbose, fixed_time);
684 struct selabel_handle *sehnd, int verbose, time_t fixed_time,
810 fs_config_func, sehnd, verbose, fixed_time);
826 if (verbose) {
146 build_directory_structure(const char *full_path, const char *dir_path, const char *target_out_path, u32 dir_inode, fs_config_func_t fs_config_func, struct selabel_handle *sehnd, int verbose, time_t fixed_time) argument
681 make_ext4fs_internal(int fd, const char *_directory, const char *_target_out_directory, const char *_mountpoint, fs_config_func_t fs_config_func, int gzip, int sparse, int crc, int wipe, int real_uuid, struct selabel_handle *sehnd, int verbose, time_t fixed_time, FILE* block_list_file, FILE* base_alloc_file_in, FILE* base_alloc_file_out) argument
/system/core/toolbox/
H A Dnandread.c32 int verbose = 0; local
74 verbose++;
132 if (verbose) {
157 if (verbose) {
172 if (verbose) {
192 if (verbose > 3)
264 else if (verbose > 2 || (verbose > 1 && !(pos & (mtdinfo.erasesize - 1))))
278 if (verbose) {
/system/core/cpio/
H A Dmkbootfs.c54 static int verbose = 0; variable
163 if(verbose) {
234 if(verbose) {
/system/core/crash_reporter/
H A Dlist_proxies.cc51 const char kVerbose[] = "verbose";
58 " --verbose Print additional messages even when not run from a TTY\n"
268 bool verbose = cl->HasSwitch(kVerbose); local
279 // Log to stderr if a TTY (and "-quiet" wasn't passed), or if "-verbose"
282 if ((!quiet && isatty(STDERR_FILENO)) || verbose)
/system/extras/memtrack/
H A Dmemtrack.cpp268 printf("Usage: memtrack [--verbose | --quiet] [--scan_delay TIME_SECS]\n");
271 printf(" --verbose\n");
301 bool verbose = false; local
305 if (strcmp(argv[i], "--verbose") == 0) {
306 verbose = true;
322 if (quiet && verbose) {
323 printf("Both --quiet and --verbose cannot be specified.\n");
348 if (verbose) {
354 if (verbose) {
/system/extras/showmap/
H A Dshowmap.cpp28 static bool verbose = false; variable
224 if (!verbose && !addresses) {
236 if (!verbose && !addresses) {
256 if (!verbose && !addresses) {
266 mapinfo *milist = load_maps(pid, addresses, !verbose && !addresses);
321 verbose = true;
356 " -v = verbose (don't coalesce maps with the same name)\n"
/system/extras/verity/
H A Dbuild_verity_tree.cpp120 " -v, enable verbose logging\n"
134 bool verbose = false; local
143 {"verbose", no_argument, 0, 'v'},
196 verbose = true;
271 file = sparse_file_import_auto(fd, false, verbose);
/system/extras/verity/fec/
H A Dimage.h45 /* if true, print more verbose information to stderr */
46 bool verbose; member in struct:image
/system/core/libnetutils/
H A Ddhcpclient.c45 static int verbose = 1; variable
356 if (verbose) ALOGD("Wrong size %d != %d\n", sz, DHCP_MSG_FIXED_SIZE);
360 if (verbose) ALOGD("Wrong Op %d != %d\n", reply->op, OP_BOOTREPLY);
364 if (verbose) ALOGD("Wrong Xid 0x%x != 0x%x\n", ntohl(reply->xid),
369 if (verbose) ALOGD("Wrong Htype %d != %d\n", reply->htype, msg->htype);
373 if (verbose) ALOGD("Wrong Hlen %d != %d\n", reply->hlen, msg->hlen);
377 if (verbose) ALOGD("Wrong chaddr %x != %x\n", *(reply->chaddr),*(msg->chaddr));
501 if (verbose) dump_dhcp_info(&info);
/system/core/trusty/libtrusty/tipc-test/
H A Dtipc_test.c92 static void print_usage_and_exit(const char *prog, int code, bool verbose) argument
95 if (verbose)

Completed in 467 milliseconds