Searched refs:prefix_with_filename (Results 1 – 6 of 6) sorted by relevance
/external/flac/src/metaflac/ |
D | operations_shorthand.h | 25 FLAC__bool do_shorthand_operation__streaminfo(const char *filename, FLAC__bool prefix_with_filename… 26 …rthand_operation__vorbis_comment(const char *filename, FLAC__bool prefix_with_filename, FLAC__Meta…
|
D | operations.c | 46 static FLAC__bool do_shorthand_operation(const char *filename, FLAC__bool prefix_with_filename, FLA… 57 …_shorthand_operation__streaminfo(const char *filename, FLAC__bool prefix_with_filename, FLAC__Meta… 60 …rthand_operation__vorbis_comment(const char *filename, FLAC__bool prefix_with_filename, FLAC__Meta… 134 ok = do_major_operation__list(options->prefix_with_filename? filename : 0, chain, options); in do_major_operation_on_file() 299 …ok &= do_shorthand_operation(filename, options->prefix_with_filename, chain, &options->ops.operati… in do_shorthand_operations_on_file() 318 …ok &= do_shorthand_operation(filename, options->prefix_with_filename, chain, &options->ops.operati… in do_shorthand_operations_on_file() 335 FLAC__bool do_shorthand_operation(const char *filename, FLAC__bool prefix_with_filename, FLAC__Meta… in do_shorthand_operation() argument 358 …ok = do_shorthand_operation__streaminfo(filename, prefix_with_filename, chain, operation, needs_wr… in do_shorthand_operation() 368 …ok = do_shorthand_operation__vorbis_comment(filename, prefix_with_filename, chain, operation, need… in do_shorthand_operation()
|
D | operations_shorthand_streaminfo.c | 32 FLAC__bool do_shorthand_operation__streaminfo(const char *filename, FLAC__bool prefix_with_filename… in do_shorthand_operation__streaminfo() argument 49 if(prefix_with_filename) in do_shorthand_operation__streaminfo()
|
D | operations_shorthand_vorbiscomment.c | 42 …rthand_operation__vorbis_comment(const char *filename, FLAC__bool prefix_with_filename, FLAC__Meta… in do_shorthand_operation__vorbis_comment() argument 85 …write_vc_field(prefix_with_filename? filename : 0, &block->data.vorbis_comment.vendor_string, raw,… in do_shorthand_operation__vorbis_comment() 88 …write_vc_fields(prefix_with_filename? filename : 0, operation->argument.vc_field_name.value, block… in do_shorthand_operation__vorbis_comment()
|
D | options.h | 186 FLAC__bool prefix_with_filename; member
|
D | options.c | 132 options->prefix_with_filename = 2; in init_options() 179 if(options->prefix_with_filename == 2) in parse_options() 180 options->prefix_with_filename = (argc - share__optind > 1); in parse_options() 360 options->prefix_with_filename = true; in parse_option() 363 options->prefix_with_filename = false; in parse_option()
|