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

/external/libvpx/libvpx/third_party/libwebm/common/
H A Dfile_util.cc52 uint64_t GetFileSize(const std::string& file_name) { function in namespace:libwebm
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
H A Dmkvreader.cc19 GetFileSize();
46 return !GetFileSize();
49 bool MkvReader::GetFileSize() { function in class:mkvparser::MkvReader
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_linearized_header.h26 FX_FILESIZE GetFileSize() const { return m_szFileSize; } function in class:CPDF_LinearizedHeader
/external/pdfium/testing/
H A Dfake_file_access.cpp21 m_FileLen = simulator_->GetFileSize();
95 unsigned long FakeFileAccess::GetFileSize() { function in class:FakeFileAccess
113 available_data_.Union(RangeSet::Range(0, static_cast<size_t>(GetFileSize())));
/external/tensorflow/tensorflow/core/platform/cloud/
H A Dretrying_file_system.cc177 Status RetryingFileSystem::GetFileSize(const string& fname, uint64* file_size) { function in class:tensorflow::RetryingFileSystem
179 std::bind(&FileSystem::GetFileSize, base_file_system_.get(), fname,
H A Dgcs_file_system.cc897 TF_RETURN_IF_ERROR(GetFileSize(fname, &size));
1305 Status GcsFileSystem::GetFileSize(const string& fname, uint64* file_size) { function in class:tensorflow::GcsFileSystem
/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.cc190 bool GetFileSize(const FilePath& file_path, int64_t* file_size) { function in namespace:base
/external/perf_data_converter/src/quipper/
H A Dtest_utils.cc124 int64_t GetFileSize(const string& filename) { function in namespace:quipper
/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/skqp/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/tensorflow/tensorflow/contrib/android/
H A Dasset_manager_filesystem.cc201 Status AssetManagerFileSystem::GetFileSize(const string& fname, uint64* s) { function in class:tensorflow::AssetManagerFileSystem
221 TF_RETURN_IF_ERROR(GetFileSize(fname, &size));
/external/tensorflow/tensorflow/core/platform/posix/
H A Dposix_file_system.cc252 Status PosixFileSystem::GetFileSize(const string& fname, uint64* size) { function in class:tensorflow::PosixFileSystem
/external/tensorflow/tensorflow/core/util/
H A Dmemmapped_file_system.cc124 Status MemmappedFileSystem::GetFileSize(const string& filename, uint64* size) { function in class:tensorflow::MemmappedFileSystem
138 auto status = GetFileSize(fname, &size);
/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/tensorflow/tensorflow/core/platform/windows/
H A Dwindows_file_system.cc334 s = GetFileSize(translated_fname, &file_size);
454 Status WindowsFileSystem::GetFileSize(const string& fname, uint64* size) { function in class:tensorflow::WindowsFileSystem
/external/pdfium/core/fxge/win32/
H A Dfx_win32_dwrite.cpp50 HRESULT STDMETHODCALLTYPE GetFileSize(OUT UINT64* fileSize) override;
327 HRESULT STDMETHODCALLTYPE CDwFontFileStream::GetFileSize(OUT UINT64* fileSize) { function in class:CDwFontFileStream
/external/tensorflow/tensorflow/core/platform/
H A Denv.cc266 Status Env::GetFileSize(const string& fname, uint64* file_size) { function in class:tensorflow::Env
269 return fs->GetFileSize(fname, file_size);
382 Status s = env->GetFileSize(fname, &file_size);
/external/tensorflow/tensorflow/core/platform/hadoop/
H A Dhadoop_file_system.cc452 Status HadoopFileSystem::GetFileSize(const string& fname, uint64* size) { function in class:tensorflow::HadoopFileSystem
/external/tensorflow/tensorflow/core/platform/s3/
H A Ds3_file_system.cc373 TF_RETURN_IF_ERROR(GetFileSize(fname, &size));
574 Status S3FileSystem::GetFileSize(const string& fname, uint64* file_size) { function in class:tensorflow::S3FileSystem
/external/harfbuzz_ng/src/
H A Dhb-directwrite.cc109 virtual HRESULT STDMETHODCALLTYPE GetFileSize(OUT UINT64* fileSize) function in class:DWriteFontFileStream

Completed in 559 milliseconds