Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpFfsHandle.cpp385 int save_errno = errno; in cancelEvents() local
415 errno = save_errno; in cancelEvents()
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp4122 int fd, ret, save_errno; in show_wchan() local
4134 save_errno = errno; in show_wchan()
4138 printf("Failed to read '%s' (%s)\n", path, strerror(save_errno)); in show_wchan()
4189 int fd, ret, save_errno; in show_showtime() local
4200 save_errno = errno; in show_showtime()
4204 printf("Failed to read '%s' (%s)\n", path, strerror(save_errno)); in show_showtime()