HomeSort by relevance Sort by last modified time
    Searched defs:GetFileSize (Results 1 - 25 of 37) sorted by null

1 2

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
UefiShellLib.h 54 EFI_SHELL_GET_FILE_SIZE GetFileSize;
  /external/libvpx/libvpx/third_party/libwebm/common/
file_util.cc 52 uint64_t GetFileSize(const std::string& file_name) {
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvreader.cc 19 GetFileSize();
46 return !GetFileSize();
49 bool MkvReader::GetFileSize() {
  /external/pdfium/testing/
fake_file_access.cpp 21 m_FileLen = simulator_->GetFileSize();
95 unsigned long FakeFileAccess::GetFileSize() {
113 available_data_.Union(RangeSet::Range(0, static_cast<size_t>(GetFileSize())));
  /external/pdfium/core/fpdfapi/parser/
cpdf_linearized_header.h 26 FX_FILESIZE GetFileSize() const { return m_szFileSize; }
  /external/tensorflow/tensorflow/core/platform/cloud/
retrying_file_system.cc 177 Status RetryingFileSystem::GetFileSize(const string& fname, uint64* file_size) {
179 std::bind(&FileSystem::GetFileSize, base_file_system_.get(), fname,
  /external/libchrome/base/files/
file_util.cc 190 bool GetFileSize(const FilePath& file_path, int64_t* file_size) {
  /external/skia/src/utils/win/
SkDWriteFontFileStream.cpp 116 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) {
  /external/skqp/src/utils/win/
SkDWriteFontFileStream.cpp 116 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) {
  /external/tensorflow/tensorflow/core/util/
memmapped_file_system.cc 124 Status MemmappedFileSystem::GetFileSize(const string& filename, uint64* size) {
138 auto status = GetFileSize(fname, &size);
  /external/webrtc/webrtc/test/testsupport/
fileutils.cc 255 size_t GetFileSize(std::string filename) {
  /test/vts/drivers/shell/
ShellDriver.cpp 116 long stdout_size = GetFileSize(stdout_file_name);
126 long stderr_size = GetFileSize(stderr_file_name);
270 long VtsShellDriver::GetFileSize(const char* filename) {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellTftpCommandLib/
Tftp.c 152 GetFileSize (
502 Status = GetFileSize (Mtftp4, AsciiRemoteFilePath, &FileSize);
802 GetFileSize (
    [all...]
  /external/perf_data_converter/src/quipper/
test_utils.cc 124 int64_t GetFileSize(const string& filename) {
  /external/tensorflow/tensorflow/contrib/android/
asset_manager_filesystem.cc 201 Status AssetManagerFileSystem::GetFileSize(const string& fname, uint64* s) {
221 TF_RETURN_IF_ERROR(GetFileSize(fname, &size));
  /external/tensorflow/tensorflow/core/platform/posix/
posix_file_system.cc 252 Status PosixFileSystem::GetFileSize(const string& fname, uint64* size) {
  /external/webrtc/webrtc/base/
fileutils.h 212 virtual bool GetFileSize(const Pathname& path, size_t* size) = 0;
357 static bool GetFileSize(const Pathname& path, size_t* size) {
358 return EnsureDefaultFilesystem()->GetFileSize(path, size);
fileutils_mock.h 214 bool GetFileSize(const Pathname &path, size_t *size) {
unixfilesystem.cc 330 bool UnixFilesystem::GetFileSize(const Pathname& pathname, size_t *size) {
win32filesystem.cc 308 bool Win32Filesystem::GetFileSize(const Pathname &pathname, size_t *size) {
  /external/zopfli/src/zopflipng/
zopflipng_bin.cc 51 size_t GetFileSize(const std::string& filename) {
307 size_t origsize = GetFileSize(files[i]);
340 size_t origoutfilesize = GetFileSize(out_filename);
  /external/pdfium/core/fxge/win32/
fx_win32_dwrite.cpp 50 HRESULT STDMETHODCALLTYPE GetFileSize(OUT UINT64* fileSize) override;
327 HRESULT STDMETHODCALLTYPE CDwFontFileStream::GetFileSize(OUT UINT64* fileSize) {
  /external/tensorflow/tensorflow/core/platform/hadoop/
hadoop_file_system.cc 452 Status HadoopFileSystem::GetFileSize(const string& fname, uint64* size) {
  /external/tensorflow/tensorflow/core/platform/windows/
windows_file_system.cc 334 s = GetFileSize(translated_fname, &file_size);
454 Status WindowsFileSystem::GetFileSize(const string& fname, uint64* size) {
  /system/extras/simpleperf/
utils.cpp 165 uint64_t GetFileSize(const std::string& filename) {

Completed in 1318 milliseconds

1 2