HomeSort by relevance Sort by last modified time
    Searched refs:ftell (Results 26 - 50 of 432) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdio 62 using ::ftell;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdio 62 using ::ftell;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstdio 62 using ::ftell;
  /build/tools/zipalign/
ZipFile.cpp 215 fileLength = ftell(mZipFp);
409 lfhPosn = ftell(mZipFp);
411 startPosn = ftell(mZipFp);
429 long src = inputFp ? ftell(inputFp) : size;
430 long dst = ftell(mZipFp) - startPosn;
460 uncompressedLen = inputFp ? ftell(inputFp) : size;
495 endPosn = ftell(mZipFp); // seeked to end of compressed data
584 lfhPosn = ftell(mZipFp);
616 endPosn = ftell(mZipFp);
687 lfhPosn = ftell(mZipFp)
    [all...]
  /external/ceres-solver/internal/ceres/
file.cc 61 int num_bytes = ftell(file_descriptor);
  /external/chromium_org/third_party/freetype/include/freetype/config/
ftstdlib.h 108 #define ft_ftell ftell
  /external/chromium_org/third_party/harfbuzz-ng/src/
test-size-params.cc 71 len = ftell (f);
test-would-substitute.cc 75 len = ftell (f);
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvreader.cpp 60 m_length = ftell(m_file);
mkvwriter.cpp 71 return ftell(file_);
  /external/chromium_org/third_party/sfntly/cpp/src/sample/subsetter/
subset_util.cc 52 size_t file_size = ftell(input_file);
  /external/chromium_org/third_party/skia/experimental/FileReaderApp/
ReaderView.cpp 42 int size = ftell(f) * sizeof(char);
  /external/chromium_org/third_party/webrtc/video_engine/
vie_file_image.cc 40 int buffer_size = ftell(image_file);
  /external/chromium_org/v8/src/
icu_util.cc 68 size_t size = ftell(inf);
  /external/compiler-rt/SDKs/darwin/usr/include/
stdio.h 82 long ftell(FILE *);
  /external/freetype/include/config/
ftstdlib.h 108 #define ft_ftell ftell
  /external/harfbuzz_ng/src/
test-size-params.cc 71 len = ftell (f);
test-would-substitute.cc 75 len = ftell (f);
  /external/libvpx/libvpx/third_party/libwebm/
mkvreader.cpp 67 m_length = ftell(m_file);
mkvwriter.cpp 75 return ftell(file_);
  /external/sfntly/cpp/src/sample/subsetter/
subset_util.cc 52 size_t file_size = ftell(input_file);
  /external/skia/experimental/FileReaderApp/
ReaderView.cpp 42 int size = ftell(f) * sizeof(char);
  /hardware/intel/common/libva/test/decode/
loadjpeg.c 53 pos = ftell(fp);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvreader.cpp 55 m_length = ftell(m_file);
mkvwriter.cpp 75 return ftell(file_);

Completed in 588 milliseconds

12 3 4 5 6 7 8 91011>>