Searched defs:GetFileSize (Results 1 - 15 of 15) sorted by relevance

/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvreader.cpp18 GetFileSize();
45 return !GetFileSize();
48 bool MkvReader::GetFileSize() { function in class:mkvparser::MkvReader
/external/webrtc/webrtc/test/testsupport/
H A Dfileutils.cc255 size_t GetFileSize(std::string filename) { function in namespace:webrtc::test
/external/libchrome/base/files/
H A Dfile_util.cc189 bool GetFileSize(const FilePath& file_path, int64_t* file_size) { function in namespace:base
/external/skia/src/utils/win/
H A DSkDWriteFontFileStream.cpp116 hr = fFontFileStream->GetFileSize(&realFileSize);
129 HRNM(fFontFileStream->GetFileSize(&fileSize), "Could not get file size");
183 this->GetFileSize(&fileSize);
224 HRESULT STDMETHODCALLTYPE SkDWriteFontFileStreamWrapper::GetFileSize(UINT64* fileSize) { function in class:SkDWriteFontFileStreamWrapper
/external/webrtc/webrtc/base/
H A Dwin32filesystem.cc308 bool Win32Filesystem::GetFileSize(const Pathname &pathname, size_t *size) { function in class:rtc::Win32Filesystem
H A Dfileutils.h212 virtual bool GetFileSize(const Pathname& path, size_t* size) = 0;
357 static bool GetFileSize(const Pathname& path, size_t* size) { function in class:rtc::Filesystem
358 return EnsureDefaultFilesystem()->GetFileSize(path, size);
H A Dfileutils_mock.h214 bool GetFileSize(const Pathname &path, size_t *size) { function in class:rtc::FakeFileSystem
H A Dunixfilesystem.cc330 bool UnixFilesystem::GetFileSize(const Pathname& pathname, size_t *size) { function in class:rtc::UnixFilesystem
/external/zopfli/src/zopflipng/
H A Dzopflipng_bin.cc51 size_t GetFileSize(const std::string& filename) { function
307 size_t origsize = GetFileSize(files[i]);
340 size_t origoutfilesize = GetFileSize(out_filename);
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_dwrite.cpp47 virtual HRESULT STDMETHODCALLTYPE GetFileSize(OUT UINT64* fileSize);
300 HRESULT STDMETHODCALLTYPE CDwFontFileStream::GetFileSize(OUT UINT64* fileSize) { function in class:CDwFontFileStream
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
H A Dperfdiag.py59 from gslib.util import GetFileSize namespace
514 file_size = GetFileSize(fp) if mem_metadata else None
/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A Dutil.py888 def GetFileSize(fp, position_to_eof=False): function
H A Dcopy_helper.py105 from gslib.util import GetFileSize namespace
1842 existing_file_size = GetFileSize(fp)
2106 existing_file_size = GetFileSize(fp)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 631 milliseconds