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

12

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvreader.cpp18 GetFileSize();
45 return !GetFileSize();
48 bool MkvReader::GetFileSize() { function in class:mkvparser::MkvReader
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvreader.cpp24 GetFileSize();
52 return !GetFileSize();
55 bool MkvReader::GetFileSize() { function in class:mkvparser::MkvReader
/external/chromium_org/webkit/browser/database/
H A Dvfs_backend.cc153 int64 VfsBackend::GetFileSize(const base::FilePath& file_path) { function in class:webkit_database::VfsBackend
155 return (base::GetFileSize(file_path, &size) ? size : 0);
/external/webrtc/src/modules/audio_processing/test/testsupport/
H A Dfileutils.cc154 size_t GetFileSize(std::string filename) { function in namespace:webrtc::test
/external/webrtc/test/testsupport/
H A Dfileutils.cc154 size_t GetFileSize(std::string filename) { function in namespace:webrtc::test
/external/chromium_org/base/
H A Dfile_util.cc190 bool GetFileSize(const FilePath& file_path, int64* file_size) { function in namespace:base
/external/chromium_org/content/browser/quota/
H A Dquota_reservation_manager_unittest.cc33 int64 GetFileSize(const base::FilePath& path) { function in namespace:content::__anon6979
35 base::GetFileSize(path, &size);
131 if (GetFileSize(path_) < max_offset)
139 SetFileSize(path_, GetFileSize(path_) + amount);
237 EXPECT_EQ(kInitialFileSize + 10 + 20, GetFileSize(file_path()));
251 EXPECT_EQ(3, GetFileSize(file_path()));
284 EXPECT_EQ(kInitialFileSize + 20 + 30 + 40, GetFileSize(file_path()));
328 EXPECT_EQ(kInitialFileSize + 10 + 20, GetFileSize(file_path()));
359 EXPECT_EQ(kInitialFileSize + 10, GetFileSize(file_path()));
/external/chromium_org/content/renderer/
H A Drenderer_font_platform_win.cc81 virtual HRESULT STDMETHODCALLTYPE GetFileSize(UINT64* file_size) { function in class:__anon7475::FontFileStream
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
H A Denv.h91 virtual Status GetFileSize(const std::string& fname, uint64_t* file_size) = 0;
299 Status GetFileSize(const std::string& f, uint64_t* s) { function in class:leveldb::EnvWrapper
300 return target_->GetFileSize(f, s);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwin32filesystem.cc324 bool Win32Filesystem::GetFileSize(const Pathname &pathname, size_t *size) { function in class:talk_base::Win32Filesystem
H A Dfileutils_mock.h231 bool GetFileSize(const Pathname &path, size_t *size) { function in class:talk_base::FakeFileSystem
H A Dunixfilesystem.cc346 bool UnixFilesystem::GetFileSize(const Pathname& pathname, size_t *size) { function in class:talk_base::UnixFilesystem
H A Dfileutils.h234 virtual bool GetFileSize(const Pathname& path, size_t* size) = 0;
379 static bool GetFileSize(const Pathname& path, size_t* size) { function in class:talk_base::Filesystem
380 return EnsureDefaultFilesystem()->GetFileSize(path, size);
/external/chromium_org/third_party/skia/src/utils/win/
H A DSkDWriteFontFileStream.cpp114 hr = fFontFileStream->GetFileSize(&realFileSize);
127 HRNM(fFontFileStream->GetFileSize(&fileSize), "Could not get file size");
179 this->GetFileSize(&fileSize);
223 HRESULT STDMETHODCALLTYPE SkDWriteFontFileStreamWrapper::GetFileSize(UINT64* fileSize) { function in class:SkDWriteFontFileStreamWrapper
/external/chromium_org/third_party/webrtc/base/
H A Dwin32filesystem.cc307 bool Win32Filesystem::GetFileSize(const Pathname &pathname, size_t *size) { function in class:rtc::Win32Filesystem
H A Dfileutils_mock.h214 bool GetFileSize(const Pathname &path, size_t *size) { function in class:rtc::FakeFileSystem
H A Dunixfilesystem.cc329 bool UnixFilesystem::GetFileSize(const Pathname& pathname, size_t *size) { function in class:rtc::UnixFilesystem
H A Dfileutils.h217 virtual bool GetFileSize(const Pathname& path, size_t* size) = 0;
362 static bool GetFileSize(const Pathname& path, size_t* size) { function in class:rtc::Filesystem
363 return EnsureDefaultFilesystem()->GetFileSize(path, size);
/external/chromium_org/third_party/webrtc/test/testsupport/
H A Dfileutils.cc251 size_t GetFileSize(std::string filename) { function in namespace:webrtc::test
/external/lldb/include/lldb/Core/
H A DSection.h182 GetFileSize () const function in class:lldb_private::Section
/external/skia/src/utils/win/
H A DSkDWriteFontFileStream.cpp114 hr = fFontFileStream->GetFileSize(&realFileSize);
127 HRNM(fFontFileStream->GetFileSize(&fileSize), "Could not get file size");
179 this->GetFileSize(&fileSize);
223 HRESULT STDMETHODCALLTYPE SkDWriteFontFileStreamWrapper::GetFileSize(UINT64* fileSize) { function in class:SkDWriteFontFileStreamWrapper
/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/chromium_org/third_party/leveldatabase/src/helpers/memenv/
H A Dmemenv.cc328 virtual Status GetFileSize(const std::string& fname, uint64_t* file_size) { function in class:leveldb::__anon11484::InMemoryEnv
/external/chromium_org/content/browser/fileapi/
H A Dfile_system_operation_impl_unittest.cc168 int64 GetFileSize(const std::string& path) { function in class:content::FileSystemOperationImplTest
581 EXPECT_EQ(6, GetFileSize("src/file"));
1060 EXPECT_EQ(length, GetFileSize("file"));
1080 EXPECT_EQ(length, GetFileSize("file"));
1103 EXPECT_EQ(10, GetFileSize("dir/file"));
1110 EXPECT_EQ(10, GetFileSize("dir/file"));
/external/chromium_org/third_party/leveldatabase/
H A Denv_chromium.cc143 return "GetFileSize";
526 Status ChromiumEnv::GetFileSize(const std::string& fname, uint64_t* size) { function in class:leveldb_env::ChromiumEnv
529 if (!::base::GetFileSize(CreateFilePath(fname), &signed_size)) {

Completed in 749 milliseconds

12