Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Dutils.cpp414 int fd, ret, save_errno; in show_wchan() local
426 save_errno = errno; in show_wchan()
430 printf("Failed to read '%s' (%s)\n", path, strerror(save_errno)); in show_wchan()
481 int fd, ret, save_errno; in show_showtime() local
492 save_errno = errno; in show_showtime()
496 printf("Failed to read '%s' (%s)\n", path, strerror(save_errno)); in show_showtime()
/frameworks/av/media/mtp/
DMtpFfsHandle.cpp380 int save_errno = errno; in cancelEvents() local
406 errno = save_errno; in cancelEvents()