Home
last modified time | relevance | path

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

/art/runtime/
Dutils.cc876 return buffer.st_size > 0; in FileExistsAndNotEmpty()
934 return rc == 0 ? stat_buf.st_size : -1; in GetFileSizeBytes()
Delf.h1397 Elf32_Word st_size; // Size of the symbol member
1425 Elf64_Xword st_size; // Size of the symbol member
Delf_file.cc887 (symbol->st_size != result.first->second->st_size) || in FindSymbolByName()
Ddex_file.cc294 size_t length = sbuf.st_size; in OpenFile()
/art/runtime/base/unix_file/
Dfd_file.cc215 return (rc == -1) ? -errno : s.st_size; in GetLength()
/art/compiler/
Delf_builder.h389 sym.st_size = size; in Add()
/art/runtime/jit/
Dprofile_compilation_info.cc1025 if (stat_buffer.st_size == 0) { in LoadInternal()
/art/dex2oat/
Ddex2oat.cc1415 s.st_size, in OpenFile()