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

12

/external/chromium_org/base/files/
H A Dfile_util.cc190 bool GetFileSize(const FilePath& file_path, int64* file_size) { function in namespace:base
/external/chromium_org/content/browser/fileapi/
H A Dfile_system_operation_impl_unittest.cc158 int64 GetFileSize(const std::string& path) { function in class:content::FileSystemOperationImplTest
709 EXPECT_EQ(6, GetFileSize("src/file"));
1096 EXPECT_EQ(length, GetFileSize("file"));
1114 EXPECT_EQ(length, GetFileSize("file"));
1135 EXPECT_EQ(10, GetFileSize("dir/file"));
1140 EXPECT_EQ(10, GetFileSize("dir/file"));
1295 EXPECT_EQ(0, GetFileSize("dest"));
/external/chromium_org/content/browser/quota/
H A Dquota_reservation_manager_unittest.cc33 int64 GetFileSize(const base::FilePath& path) { function in namespace:content::__anon7286
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.cc89 virtual HRESULT STDMETHODCALLTYPE GetFileSize(UINT64* file_size) { function in class:__anon7836::FontFileStream
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_synchronous_entry.cc156 int SimpleEntryStat::GetFileSize(const std::string& key, int file_index) const { function in class:disk_cache::SimpleEntryStat
676 const int64 file_size = entry_stat.GetFileSize(key_, i);
/external/chromium_org/storage/browser/database/
H A Dvfs_backend.cc153 int64 VfsBackend::GetFileSize(const base::FilePath& file_path) { function in class:storage::VfsBackend
155 return (base::GetFileSize(file_path, &size) ? size : 0);
/external/chromium_org/third_party/leveldatabase/
H A Denv_chromium.cc150 return "GetFileSize";
530 Status ChromiumEnv::GetFileSize(const std::string& fname, uint64_t* size) { function in class:leveldb_env::ChromiumEnv
533 if (!::base::GetFileSize(CreateFilePath(fname), &signed_size)) {
/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::__anon12454::InMemoryEnv
/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/leveldatabase/src/util/
H A Denv_posix.cc323 s = GetFileSize(fname, &size);
398 virtual Status GetFileSize(const std::string& fname, uint64_t* size) { function in class:leveldb::__anon12468::PosixEnv
/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/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 Dfileutils.h216 virtual bool GetFileSize(const Pathname& path, size_t* size) = 0;
361 static bool GetFileSize(const Pathname& path, size_t* size) { function in class:rtc::Filesystem
362 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.cc329 bool UnixFilesystem::GetFileSize(const Pathname& pathname, size_t *size) { function in class:rtc::UnixFilesystem
H A Dwin32filesystem.cc307 bool Win32Filesystem::GetFileSize(const Pathname &pathname, size_t *size) { function in class:rtc::Win32Filesystem
/external/chromium_org/third_party/webrtc/test/testsupport/
H A Dfileutils.cc251 size_t GetFileSize(std::string filename) { function in namespace:webrtc::test
/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 ...
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvreader.cpp24 GetFileSize();
52 return !GetFileSize();
55 bool MkvReader::GetFileSize() { function in class:mkvparser::MkvReader
/external/lldb/include/lldb/Core/
H A DSection.h182 GetFileSize () const function in class:lldb_private::Section
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_dwrite.cpp38 virtual HRESULT STDMETHODCALLTYPE GetFileSize(OUT UINT64* fileSize);
329 HRESULT STDMETHODCALLTYPE CDwFontFileStream::GetFileSize(OUT UINT64* fileSize) function in class:CDwFontFileStream
/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/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

Completed in 779 milliseconds

12