Searched refs:verbose (Results 1 - 23 of 23) sorted by relevance

/system/core/libsparse/
H A Dsparse_file.h25 bool verbose; member in struct:sparse_file
H A Dsimg_dump.py23 -v verbose output
34 verbose = 0 # -v
38 ["verbose"])
43 if o in ("-v", "--verbose"):
44 verbose += 1
91 if not verbose:
144 if verbose > 1:
H A Dsparse_read.c51 static void verbose_error(bool verbose, int err, const char *fmt, ...) argument
78 if (verbose) {
239 verbose_error(s->verbose, ret, "data block at %lld", offset);
247 verbose_error(s->verbose, ret, "fill block at %lld", offset);
256 verbose_error(s->verbose, ret, "skip block at %lld", offset);
264 verbose_error(s->verbose, -EINVAL, "crc block at %lld",
270 verbose_error(s->verbose, -EINVAL, "unknown block %04X at %lld",
423 struct sparse_file *sparse_file_import(int fd, bool verbose, bool crc) argument
432 verbose_error(verbose, ret, "header");
437 verbose_error(verbose,
[all...]
H A Dsparse.c316 s->verbose = true;
/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 Dext4fixup.c69 static int verbose = 0; variable
236 if (verbose) {
360 if (verbose) {
384 if (verbose) {
686 if (verbose) {
721 if (verbose) {
727 if (verbose) {
741 if (verbose) {
796 verbose = v_flag;
820 if (verbose) {
[all...]
H A Dmake_ext4fs_main.c73 int verbose = 0; local
144 verbose = 1;
204 sparse, crc, wipe, sehnd, verbose);
H A Dext2simg.c44 static int verbose = 0; variable
51 fprintf(stderr, " -v verbose output\n");
87 if (verbose) {
193 verbose = 1;
H A Dmake_ext4fs.c112 struct selabel_handle *sehnd, int verbose)
189 if (dentries[i].secon && verbose)
259 subdir_dir_path, inode, fs_config_func, sehnd, verbose);
461 struct selabel_handle *sehnd, int verbose)
570 fs_config_func, sehnd, verbose);
586 if (verbose) {
110 build_directory_structure(const char *full_path, const char *dir_path, u32 dir_inode, fs_config_func_t fs_config_func, struct selabel_handle *sehnd, int verbose) argument
458 make_ext4fs_internal(int fd, const char *_directory, const char *_mountpoint, fs_config_func_t fs_config_func, int gzip, int sparse, int crc, int wipe, struct selabel_handle *sehnd, int verbose) argument
H A Dext4_utils.h191 struct selabel_handle *sehnd, int verbose);
/system/extras/libc_test/
H A Dmain.cpp127 bool verbose) {
146 if (verbose) {
164 bool verbose) {
196 if (verbose) {
217 if (verbose) {
231 bool verbose) {
265 if (verbose) {
273 if (verbose) {
285 if (verbose) {
293 if (verbose) {
125 doStrcmpExpectEqual(char *string1, char *string2, const int align[4], int (*test_strcmp)(const char *s1, const char *s2), bool verbose) argument
161 doStrcmpExpectDiff(char *string1, char *string2, const int diff_align[2], const int align[4], char diff_char, int (*test_strcmp)(const char *s1, const char *s2), bool verbose) argument
230 doStrcmpCheckRead(int (*test_strcmp)(const char *s1, const char *s2), bool verbose) argument
[all...]
/system/core/toolbox/
H A Dnotify.c21 int verbose = 2; local
44 verbose = atoi(optarg);
97 if(verbose >= 2)
99 else if(verbose >= 2)
101 else if(verbose >= 1)
114 display_name = (verbose >= 2 || event->len == 0) ? filename : event->name;
H A Dnandread.c31 int verbose = 0; local
73 verbose++;
131 if (verbose) {
156 if (verbose) {
171 if (verbose) {
191 if (verbose > 3)
263 else if (verbose > 2 || (verbose > 1 && !(pos & (mtdinfo.erasesize - 1))))
277 if (verbose) {
H A Drestorecon.c15 static int verbose; variable
39 if (verbose)
74 verbose = 1;
H A Dlsusb.c25 static int verbose = 0; variable
157 if (verbose) {
209 verbose = 1;
/system/extras/showmap/
H A Dshowmap.c209 static int verbose = 0; variable
224 if (!verbose && !addresses) {
236 if (!verbose && !addresses) {
255 milist = load_maps(pid, addresses, !verbose && !addresses);
287 if (!verbose && !addresses) {
308 if (!verbose && !addresses) {
328 verbose = 1;
359 " -v = verbose (don't coalesce maps with the same name)\n"
/system/core/libnetutils/
H A Ddhcpclient.c45 static int verbose = 1; variable
354 if (verbose) ALOGD("netcfg: Wrong size %d != %d\n", sz, DHCP_MSG_FIXED_SIZE);
358 if (verbose) ALOGD("netcfg: Wrong Op %d != %d\n", reply->op, OP_BOOTREPLY);
362 if (verbose) ALOGD("netcfg: Wrong Xid 0x%x != 0x%x\n", ntohl(reply->xid),
367 if (verbose) ALOGD("netcfg: Wrong Htype %d != %d\n", reply->htype, msg->htype);
371 if (verbose) ALOGD("netcfg: Wrong Hlen %d != %d\n", reply->hlen, msg->hlen);
375 if (verbose) ALOGD("netcfg: Wrong chaddr %x != %x\n", *(reply->chaddr),*(msg->chaddr));
499 if (verbose) dump_dhcp_info(&info);
/system/core/libsparse/include/sparse/
H A Dsparse.h217 * @verbose - print verbose errors while reading the sparse file
221 * sparse cookie that was used to write it. If verbose is true, prints verbose
226 struct sparse_file *sparse_file_import(int fd, bool verbose, bool crc);
259 * sparse_file_verbose - set a sparse file cookie to print verbose errors
263 * Print verbose sparse file errors whenever using the sparse file cookie.
268 * sparse_print_verbose - function called to print verbose errors
270 * By default, verbose errors will print to standard error.
271 * sparse_print_verbose may be overridden to log verbose error
[all...]
/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/core/sh/
H A Dexec.c336 int verbose; local
340 verbose = 0;
345 verbose++;
351 if (verbose || cmdp->cmdtype == CMDNORMAL)
352 printentry(cmdp, verbose);
363 if (verbose) {
366 printentry(cmdp, verbose);
377 printentry(struct tblentry *cmdp, int verbose) argument
401 if (verbose) {
/system/extras/tests/bionic/libc/
H A Drun-test.sh36 --verbose)
69 echo " --verbose Enable verbose mode"
/system/core/cpio/
H A Dmkbootfs.c53 static int verbose = 0; variable
160 if(verbose) {
229 if(verbose) {
/system/core/netcfg/
H A Dnetcfg.c28 static int verbose = 0; variable

Completed in 252 milliseconds