Home
last modified time | relevance | path

Searched refs:st_size (Results 1 – 8 of 8) sorted by relevance

/art/runtime/base/unix_file/
Dmapped_file.cc54 file_size_ = st.st_size; in MapReadOnly()
Dfd_file.cc160 return (rc == -1) ? -errno : s.st_size; in GetLength()
/art/runtime/
Delf.h1396 Elf32_Word st_size; // Size of the symbol member
1423 Elf64_Xword st_size; // Size of the symbol member
Delf_file.cc884 (symbol->st_size != result.first->second->st_size) || in FindSymbolByName()
Dprofiler.cc806 if (st.st_size == 0) { in LoadFile()
Ddex_file.cc192 size_t length = sbuf.st_size; in OpenFile()
/art/runtime/native/
Ddalvik_system_DexFile.cc271 if (sendfile(dst.get(), src.get(), nullptr, stat_src.st_size) == -1) { in CopyProfileFile()
/art/compiler/
Delf_writer_quick.cc681 sym.st_size = it->size_; in GenerateSymtab()