Home
last modified time | relevance | path

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

/art/libartbase/base/
Dos_linux.cc93 return st.st_size; // TODO: Deal with symlinks? According to the documentation, in GetFileSizeBytes()
/art/libartbase/base/unix_file/
Dfd_file.cc221 return (rc == -1) ? -errno : s.st_size; in GetLength()
/art/runtime/
Delf.h1400 Elf32_Word st_size; // Size of the symbol member
1430 Elf64_Xword st_size; // Size of the symbol member
Delf_file.cc886 (symbol->st_size != result.first->second->st_size) || in FindSymbolByName()
Doat_file_assistant.cc1062 s.st_size, in Status()
Doat_file.cc304 s.st_size, in LoadVdex()
/art/runtime/dex/
Dart_dex_file_loader.cc302 size_t length = sbuf.st_size; in OpenFile()
/art/runtime/jit/
Dprofile_compilation_info.cc1254 return stat_buffer.st_size == 0; in HasEmptyContent()
2057 if (stat_buffer.st_size == 0) { in IsProfileFile()
/art/compiler/linker/
Delf_builder.h384 sym.st_size = size; in Add()
/art/dex2oat/
Ddex2oat.cc1384 s.st_size, in OpenFile()