Home
last modified time | relevance | path

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

/art/runtime/base/unix_file/
Dfd_file.cc177 return (rc == -1) ? -errno : s.st_size; in GetLength()
/art/runtime/
Delf.h1397 Elf32_Word st_size; // Size of the symbol member
1425 Elf64_Xword st_size; // Size of the symbol member
Dutils.cc1467 return buffer.st_size > 0; in FileExistsAndNotEmpty()
1887 return rc == 0 ? stat_buf.st_size : -1; in GetFileSizeBytes()
Delf_file.cc876 (symbol->st_size != result.first->second->st_size) || in FindSymbolByName()
Dprofiler.cc812 if (st.st_size == 0) { in LoadFile()
Ddex_file.cc247 size_t length = sbuf.st_size; in OpenFile()
/art/runtime/jit/
Doffline_profiling_info.cc483 if (stat_buffer.st_size == 0) { in LoadInternal()
/art/compiler/
Delf_builder.h384 sym.st_size = size; in Add()