Home
last modified time | relevance | path

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

/art/runtime/base/unix_file/
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
1424 Elf64_Xword st_size; // Size of the symbol member
Doat_file_assistant.cc585 if (sendfile(dst.get(), src.get(), nullptr, stat_src.st_size) == -1) { in CopyProfileFile()
Dprofiler.cc803 if (st.st_size == 0) { in LoadFile()
Delf_file.cc936 (symbol->st_size != result.first->second->st_size) || in FindSymbolByName()
Ddex_file.cc227 size_t length = sbuf.st_size; in OpenFile()
/art/compiler/
Delf_builder.h337 sym.st_size = it.size_; in Write()