HomeSort by relevance Sort by last modified time
    Searched refs:filestats (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/aapt2/util/
Files.cpp 175 struct stat filestats = {}; local
176 if (fstat(fd, &filestats) != 0) {
184 if (filestats.st_size == 0) {
189 if (!filemap.create(path.c_str(), fd, 0, filestats.st_size, true)) {
  /external/flac/libFLAC/
stream_decoder.c 3389 struct flac_stat_s filestats; local
    [all...]

Completed in 90 milliseconds