Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Dutils.cpp394 int fd, ret, save_errno; in show_wchan() local
406 save_errno = errno; in show_wchan()
410 printf("Failed to read '%s' (%s)\n", path, strerror(save_errno)); in show_wchan()
461 int fd, ret, save_errno; in show_showtime() local
472 save_errno = errno; in show_showtime()
476 printf("Failed to read '%s' (%s)\n", path, strerror(save_errno)); in show_showtime()
/frameworks/av/media/mtp/
DMtpFfsHandle.cpp378 int save_errno = errno; in cancelEvents() local
404 errno = save_errno; in cancelEvents()