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

  /external/libusb/libusb/os/
sunos_usb.c 476 char filename[PATH_MAX + 1], statfilename[PATH_MAX + 1]; local
521 (void) snprintf(statfilename, PATH_MAX, "%sstat", filename);
533 if ((fdstat = open(statfilename, O_RDWR)) == -1) {
535 statfilename, errno);
541 statfilename, errno);
573 if ((fdstat = open(statfilename, O_RDONLY)) == -1) {
574 usbi_dbg("can't open %s: %d", statfilename, errno);
    [all...]

Completed in 488 milliseconds