Searched defs:verbose (Results 1 - 19 of 19) 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.c32 int verbose = 0; local
43 verbose = 1;
68 return ext4fixup_internal(fsdev, verbose, no_write, stop_phase, stop_loc, stop_count);
H A Dmake_ext4fs_main.c81 int verbose = 0; local
164 verbose = 1;
264 sparse, crc, wipe, real_uuid, sehnd, verbose, fixed_time,
H A Dext4_utils.c604 int read_ext(int fd, int verbose) argument
627 if (verbose) {
H A Dext4fixup.c74 static int verbose = 0; variable
259 if (verbose) {
283 if (verbose) {
591 if (verbose) {
626 if (verbose) {
632 if (verbose) {
646 if (verbose) {
701 verbose = v_flag;
713 read_ext(fd, verbose);
739 if (verbose) {
[all...]
H A Dmake_ext4fs.c153 struct selabel_handle *sehnd, int verbose, time_t fixed_time)
244 if (dentries[i].secon && verbose)
314 inode, fs_config_func, sehnd, verbose, fixed_time);
719 struct selabel_handle *sehnd, int verbose, time_t fixed_time,
845 fs_config_func, sehnd, verbose, fixed_time);
861 if (verbose) {
151 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
716 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/tools/hidl/c2hal/
H A Dmain.cpp114 bool verbose = false; local
132 verbose = true;
156 if (verbose) {
/system/extras/verity/fec/
H A Dimage.h43 /* if true, print more verbose information to stderr */
44 bool verbose; member in struct:image
/system/media/audio_utils/tests/
H A Dfifo_tests.cpp37 bool verbose = false; local
53 case 'v': // enable verbose logging
54 verbose = true;
130 if (verbose) {
146 if (verbose) {
165 if (verbose) {
202 if (verbose) {
/system/core/cpio/
H A Dmkbootfs.c56 static int verbose = 0; variable
165 if(verbose) {
236 if(verbose) {
/system/extras/memtrack/
H A Dmemtrack.cpp264 printf("Usage: memtrack [--verbose | --quiet] [--scan_delay TIME_SECS]\n");
267 printf(" --verbose\n");
297 bool verbose = false; local
301 if (strcmp(argv[i], "--verbose") == 0) {
302 verbose = true;
318 if (quiet && verbose) {
319 printf("Both --quiet and --verbose cannot be specified.\n");
344 if (verbose) {
350 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/core/liblog/
H A Devent_tag_map.cpp147 bool emplaceUnique(uint32_t tag, const TagFmt& tagfmt, bool verbose = false);
154 bool verbose) {
164 if (verbose) {
181 if (verbose) {
239 // lineNum = 0 removes verbose comments and requires us to cache the
304 bool verbose = true; local
310 verbose = !!fastcmp<strncmp>(cp, "uid=", strlen("uid="));
323 verbose)) {
153 emplaceUnique(uint32_t tag, const TagFmt& tagfmt, bool verbose) argument
/system/core/libnetutils/
H A Ddhcpclient.c43 static int verbose = 1; variable
354 if (verbose) ALOGD("Wrong size %d != %d\n", sz, DHCP_MSG_FIXED_SIZE);
358 if (verbose) ALOGD("Wrong Op %d != %d\n", reply->op, OP_BOOTREPLY);
362 if (verbose) ALOGD("Wrong Xid 0x%x != 0x%x\n", ntohl(reply->xid),
367 if (verbose) ALOGD("Wrong Htype %d != %d\n", reply->htype, msg->htype);
371 if (verbose) ALOGD("Wrong Hlen %d != %d\n", reply->hlen, msg->hlen);
375 if (verbose) ALOGD("Wrong chaddr %x != %x\n", *(reply->chaddr),*(msg->chaddr));
499 if (verbose) dump_dhcp_info(&info);
/system/core/trusty/libtrusty/tipc-test/
H A Dtipc_test.c95 static void print_usage_and_exit(const char *prog, int code, bool verbose) argument
98 if (verbose)
/system/extras/ioshark/
H A Dioshark_bench.c68 int verbose = 0; variable
577 if (verbose) {
673 /* Non-verbose summary mode for nightly runs */
688 verbose = 1;
695 if ((verbose + summary_mode) == 2)
732 if (verbose) {
835 if (verbose)
839 if (verbose)
/system/libhwbinder/vts/performance/
H A DLatency.cpp62 int verbose = 0; variable
95 if (!verbose) return;
237 uint32_t ret = service->send(verbose, call_sta);
329 uint32_t ret = service->send(verbose, call_sta);
414 verbose = 1;

Completed in 390 milliseconds