Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/util/
DFiles.cpp221 struct stat filestats = {}; in MmapPath() local
222 if (fstat(fd, &filestats) != 0) { in MmapPath()
230 if (filestats.st_size == 0) { in MmapPath()
235 if (!filemap.create(path.c_str(), fd, 0, filestats.st_size, true)) { in MmapPath()