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

  /external/libchrome/sandbox/linux/services/
yama.cc 86 const int open_errno = errno; local
87 DCHECK(ENOENT == open_errno);
  /device/htc/flounder/sensor_hub/libsensors/
CwMcuSensor.cpp 184 int open_errno; local
193 open_errno = errno;
242 " strerr = %s\n", fd, strerror(open_errno));
    [all...]

Completed in 622 milliseconds