HomeSort by relevance Sort by last modified time
    Searched defs:FileSize (Results 1 - 14 of 14) sorted by null

  /external/clang/lib/Lex/
HeaderMap.cpp 81 unsigned FileSize = FE->getSize();
82 if (FileSize <= sizeof(HMapHeader)) return nullptr;
  /external/webrtc/webrtc/base/
fileutils.cc 121 size_t DirectoryIterator::FileSize() const {
  /external/clang/lib/Basic/
FileManager.cpp 415 uint64_t FileSize = Entry->getSize();
419 FileSize = -1;
425 Entry->File->getBuffer(Filename, FileSize,
437 return FS->getBufferForFile(Filename, FileSize,
442 return FS->getBufferForFile(FilePath, FileSize,
  /external/llvm/tools/llvm-pdbdump/
llvm-pdbdump.cpp 383 MemoryBuffer::getFileOrSTDIN(Path, /*FileSize=*/-1,
429 uint64_t FileSize = 0;
433 if (!sys::fs::file_size(FileName, FileSize)) {
434 Printer << ": " << FileSize << " bytes";
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 183 LARGE_INTEGER FileSize;
184 Success = ::GetFileSizeEx(FileHandle, &FileSize);
  /external/llvm/include/llvm/Object/
ELF.h 340 const uint64_t FileSize = Buf.size();
342 if (sizeof(Elf_Ehdr) > FileSize) {
355 if (SectionTableOffset + sizeof(Elf_Shdr) > FileSize) {
366 if (SectionTableOffset + SectionTableSize > FileSize) {
  /external/llvm/lib/MC/
MachObjectWriter.cpp 770 uint64_t FileSize = Layout.getSectionFileSize(&Sec);
771 FileSize += getPaddingSize(&Sec, Layout);
779 SectionDataFileSize = std::max(SectionDataFileSize, Address + FileSize);
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.h 247 UInt64 FileSize;
  /art/runtime/
oat_file.cc     [all...]
  /external/jhead/
jhead.h 88 unsigned FileSize;
  /system/update_engine/common/
utils.cc 368 if (offset >= FileSize(path)) {
409 off_t FileSize(int fd) {
425 off_t FileSize(const string& path) {
431 off_t size = FileSize(fd);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setupapi.h 317 DWORD FileSize;
327 DWORD FileSize;
    [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]

Completed in 435 milliseconds