Searched refs:get_file_size (Results 1 - 15 of 15) sorted by relevance
/third_party/lz4/examples/ |
H A D | fileCompress.c | 19 static size_t get_file_size(char *filename) in get_file_size() function 188 get_file_size(inpFilename), in main() 189 get_file_size(lz4Filename), /* might overflow is size_t is 32 bits and size_{in,out} > 4 GB */ in main() 190 (double)get_file_size(lz4Filename) / get_file_size(inpFilename) * 100); in main()
|
/third_party/elfio/elfio/ |
H A D | elfio_note.hpp | 178 note_section_accessor_template<segment, &segment::get_file_size>; 180 note_section_accessor_template<const segment, &segment::get_file_size>;
|
H A D | elfio_segment.hpp | 201 if ( PT_NULL == get_type() || 0 == get_file_size() ) { 206 Elf_Xword size = get_file_size();
|
H A D | elfio_dump.hpp | 839 << " " << DUMP_HEX0x_FORMAT( 8 ) << seg->get_file_size() << " " in segment_header() 853 << DUMP_HEX0x_FORMAT( 16 ) << seg->get_file_size() << " " in segment_header() 1191 for ( i = 0; i < std::min( seg->get_file_size(), MAX_DATA_ENTRIES ); in segment_data()
|
H A D | elfio.hpp | 355 if ( seg->get_type() == PT_LOAD && seg->get_file_size() > 0 && 601 Elf64_Off segEndOffset = segBaseOffset + seg->get_file_size();
|
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
H A D | tlsauthentication.c | 66 get_file_size (const char *filename) in get_file_size() function 93 size = get_file_size (filename); in load_file()
|
/third_party/fsverity-utils/programs/ |
H A D | test_sign_digest.c | 45 ASSERT(get_file_size(&file, &expected_sig_size)); in main()
|
H A D | utils.h | 42 bool get_file_size(struct filedes *file, u64 *size_ret);
|
H A D | cmd_enable.c | 28 if (!get_file_size(&file, &file_size)) in read_signature()
|
H A D | cmd_sign.c | 119 if (!get_file_size(&file, &tree_params.file_size)) in fsverity_cmd_sign()
|
H A D | cmd_digest.c | 76 if (!get_file_size(&file, &tree_params.file_size)) in fsverity_cmd_digest()
|
H A D | utils.c | 121 bool get_file_size(struct filedes *file, u64 *size_ret) in get_file_size() function
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_ra_validate.c | 123 get_file_size(struct ra_val_ctx *ctx, struct ir3_register *reg) in get_file_size() function 143 validate_assert(ctx, dst_max <= get_file_size(ctx, dst)); in validate_simple() 150 validate_assert(ctx, src_max <= get_file_size(ctx, src)); in validate_simple()
|
/third_party/elfio/examples/tutorial/ |
H A D | tutorial.cpp | 75 << pseg->get_file_size() << "\t0x" << pseg->get_memory_size() in main()
|
/third_party/elfio/tests/ |
H A D | ELFIOTest.cpp | 117 EXPECT_EQ( seg->get_file_size(), fsize ); in checkSegment()
|
Completed in 12 milliseconds