HomeSort by relevance Sort by last modified time
    Searched full:fdstat (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 77 struct stat fdStat;
78 if (fstat(descriptor, &fdStat) == -1) {
BitmapFactory.cpp 565 struct stat fdStat;
566 if (fstat(descriptor, &fdStat) == -1) {
  /external/valgrind/coregrind/
vgdb.c 153 struct stat fdstat; local
161 if (fstat(shared_mem_fd, &fdstat) != 0)
164 if (fdstat.st_size == sizeof(VgdbShared64))
166 else if (fdstat.st_size == sizeof(VgdbShared32))
175 (long int)fdstat.st_size);
182 fdstat.st_size);
193 *s = (void*) mmap (NULL, fdstat.st_size,
    [all...]

Completed in 981 milliseconds