/system/core/libsparse/ |
H A D | sparse_file.h | 25 bool verbose; member in struct:sparse_file
|
H A D | sparse_read.c | 53 static void verbose_error(bool verbose, int err, const char *fmt, ...) argument 80 if (verbose) { 236 verbose_error(s->verbose, ret, "data block at %lld", offset); 244 verbose_error(s->verbose, ret, "fill block at %lld", offset); 253 verbose_error(s->verbose, ret, "skip block at %lld", offset); 261 verbose_error(s->verbose, -EINVAL, "crc block at %lld", 267 verbose_error(s->verbose, -EINVAL, "unknown block %04X at %lld", 419 struct sparse_file *sparse_file_import(int fd, bool verbose, bool crc) argument 428 verbose_error(verbose, ret, "header"); 433 verbose_error(verbose, 475 sparse_file_import_auto(int fd, bool crc, bool verbose) argument [all...] |
H A D | simg_dump.py | 23 -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 D | sparse.c | 338 s->verbose = true;
|
/system/extras/ext4_utils/ |
H A D | ext4fixup_main.c | 31 int verbose = 0; local 42 verbose = 1; 67 return ext4fixup_internal(fsdev, verbose, no_write, stop_phase, stop_loc, stop_count);
|
H A D | ext4fixup.c | 69 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 D | ext2simg.c | 44 static int verbose = 0; variable 51 fprintf(stderr, " -v verbose output\n"); 133 verbose = 1; 171 read_ext(infd, verbose);
|
H A D | make_ext4fs_main.c | 79 int verbose = 0; local 154 verbose = 1; 240 sparse, crc, wipe, real_uuid, sehnd, verbose, fixed_time, block_list_file);
|
H A D | ext4_utils.h | 161 struct selabel_handle *sehnd, int verbose, time_t fixed_time, 164 int read_ext(int fd, int verbose);
|
H A D | make_ext4fs.c | 128 struct selabel_handle *sehnd, int verbose, time_t fixed_time) 219 if (dentries[i].secon && verbose) 289 inode, fs_config_func, sehnd, verbose, fixed_time); 494 struct selabel_handle *sehnd, int verbose, time_t fixed_time, 609 fs_config_func, sehnd, verbose, fixed_time); 625 if (verbose) { 126 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 491 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) argument
|
H A D | ext4_utils.c | 551 int read_ext(int fd, int verbose) argument 574 if (verbose) {
|
/system/core/libsparse/include/sparse/ |
H A D | sparse.h | 221 * @verbose - print verbose errors while reading the sparse file 225 * sparse cookie that was used to write it. If verbose is true, prints verbose 230 struct sparse_file *sparse_file_import(int fd, bool verbose, bool crc); 237 * @verbose - whether to use verbose logging 247 struct sparse_file *sparse_file_import_auto(int fd, bool crc, bool verbose); 264 * sparse_file_verbose - set a sparse file cookie to print verbose errors 268 * Print verbose spars [all...] |
/system/core/toolbox/ |
H A D | nandread.c | 32 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/extras/showmap/ |
H A D | showmap.c | 211 static int verbose = 0; variable 226 if (!verbose && !addresses) { 238 if (!verbose && !addresses) { 257 milist = load_maps(pid, addresses, !verbose && !addresses); 289 if (!verbose && !addresses) { 310 if (!verbose && !addresses) { 330 verbose = 1; 361 " -v = verbose (don't coalesce maps with the same name)\n"
|
/system/core/libnetutils/ |
H A D | dhcpclient.c | 45 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/extras/memtrack/ |
H A D | memtrack.cpp | 268 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/tests/bionic/libc/ |
H A D | run-test.sh | 36 --verbose) 69 echo " --verbose Enable verbose mode"
|
/system/extras/tests/workloads/ |
H A D | defs.sh | 54 (-v) verbose=1;; 104 verbose=${verbose:=0} 126 if [ $verbose -gt 0 ]; then
|
/system/core/cpio/ |
H A D | mkbootfs.c | 54 static int verbose = 0; variable 163 if(verbose) { 234 if(verbose) {
|
/system/extras/verity/ |
H A D | build_verity_tree.cpp | 118 " -v, enable verbose logging\n" 132 bool verbose = false; local 141 {"verbose", no_argument, 0, 'v'}, 194 verbose = true; 269 file = sparse_file_import_auto(fd, false, verbose);
|