HomeSort by relevance Sort by last modified time
    Searched refs:file_size (Results 126 - 150 of 226) sorted by null

1 2 3 4 56 7 8 910

  /system/update_engine/payload_generator/
payload_signer.cc 526 uint64_t file_size = utils::FileSize(payload_path); local
536 properties->SetString(kPayloadPropertyFileSize, std::to_string(file_size));
542 HashCalculator::RawHashOfFile(payload_path, file_size, &file_hash) ==
543 static_cast<off_t>(file_size));
  /system/core/adb/
sysdeps_win32.cpp 122 DWORD file_size; local
139 file_size = GetFileSize( file, NULL );
142 if (file_size > 0) {
143 data = (char*) malloc( file_size + 1 );
145 D("load_file: could not allocate %ld bytes", file_size );
146 file_size = 0;
150 if ( !ReadFile( file, data, file_size, &out_bytes, NULL ) ||
151 out_bytes != file_size )
153 D("load_file: could not read %ld bytes from '%s'", file_size, fn);
156 file_size = 0
    [all...]
  /external/squashfs-tools/squashfs-tools/
unsquash-1.c 123 i.data = inode->file_size;
140 i.data = inode->file_size;
squashfs_swap.h 147 SWAP_FUNC(32, s, d, file_size, struct squashfs_reg_inode_header);\
158 SWAP_FUNC(64, s, d, file_size, struct squashfs_lreg_inode_header);\
175 SWAP_FUNC(16, s, d, file_size, struct squashfs_dir_inode_header);\
188 SWAP_FUNC(32, s, d, file_size, struct squashfs_ldir_inode_header);\
  /external/valgrind/auxprogs/
valgrind-di-server.c 185 ULong file_size; member in struct:__anon24916
746 conn_state[conn_no].file_size);
787 conn_state[conn_no].file_size = stat_buf.st_size;
790 conn_state[conn_no].file_size);
819 if (ok && req_len + req_offset > conn_state[conn_no].file_size) {
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/
__init__.py     [all...]
  /system/connectivity/shill/
json_store.cc 338 int64_t file_size = 0; local
339 return base::GetFileSize(path_, &file_size) && file_size != 0;
  /system/core/crash_reporter/
user_collector.cc 257 int64_t file_size = 0; local
258 if (!base::GetFileSize(container_dir.Append("maps"), &file_size)) {
262 if (file_size == 0) {
  /external/ImageMagick/coders/
icon.c 116 file_size,
113 file_size, member in struct:_IconInfo
    [all...]
  /external/autotest/client/tests/aiostress/
aio-stress.c 1307 off_t file_size = 1 * 1024 * 1024 * 1024; local
    [all...]
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 575 long file_size; local
608 file_size = ftell(ctx->ifp);
611 if ((file_size < ctx->frame_size) ||
612 (file_size % ctx->frame_size)) {
613 fprintf(stderr, "The input file size %ld isn't a multiple of the frame size %d\n", file_size, ctx->frame_size);
617 ctx->num_pictures = file_size / ctx->frame_size;
    [all...]
mpeg2vaenc.c 575 long file_size; local
608 file_size = ftell(ctx->ifp);
611 if ((file_size < ctx->frame_size) ||
612 (file_size % ctx->frame_size)) {
613 fprintf(stderr, "The input file size %ld isn't a multiple of the frame size %d\n", file_size, ctx->frame_size);
617 ctx->num_pictures = file_size / ctx->frame_size;
    [all...]
  /external/libchrome/base/files/
file_util.h 268 BASE_EXPORT bool GetFileSize(const FilePath& file_path, int64_t* file_size);
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 839 EXPECT_EQ(1, descriptor_set.file_size());
864 EXPECT_EQ(1, descriptor_set.file_size());
889 EXPECT_EQ(2, descriptor_set.file_size());
920 EXPECT_EQ(2, descriptor_set.file_size());
    [all...]
plugin.pb.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc     [all...]
  /frameworks/minikin/libs/minikin/
Hyphenator.cpp 86 uint32_t file_size; member in struct:android::Header
  /frameworks/minikin/tools/
mk_hyb_file.py 306 file_size = pattern_off + len(pattern)
307 data = [0x62ad7968, 0, alphabet_off, trie_off, pattern_off, file_size]
507 (magic, version, alphabet_off, trie_off, pattern_off, file_size) = struct.unpack('<6I', header)
510 pattern_data = hyb_data[pattern_off:file_size]
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 239 size_t file_size = 0; local
246 file_size = (size_t)ftell(fp);
249 file_size, p_obj->input[idx].size);
251 if (p_obj->input[idx].size > file_size) {
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 239 size_t file_size = 0; local
246 file_size = (size_t)ftell(fp);
249 file_size, p_obj->input[idx].size);
251 if (p_obj->input[idx].size > file_size) {
  /external/opencv3/3rdparty/libtiff/
tif_ojpeg.c 253 uint64 file_size; member in struct:__anon20391
    [all...]
  /external/pdfium/third_party/libtiff/
tif_ojpeg.c 262 uint64 file_size; member in struct:__anon21669
    [all...]
  /external/sonivox/jet_tools/JetCreator/
midifile.py 978 def ReadFromStream (self, stream, offset, file_size):
995 if (self.start + track_len) > file_size:
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
copy_helper.py     [all...]
  /external/libbrillo/brillo/streams/
file_stream_unittest.cc 709 int file_size = buffer.size(); // Stupid base::WriteFile taking "int" size. local
710 ASSERT_EQ(file_size, base::WriteFile(path, buffer.data(), file_size));
755 int file_size = buffer2.size(); // Stupid base::ReadFile taking "int" size. local
756 ASSERT_EQ(file_size, base::ReadFile(path, buffer2.data(), file_size));
    [all...]

Completed in 3022 milliseconds

1 2 3 4 56 7 8 910