Home
last modified time | relevance | path

Searched refs:sys_path (Results 1 – 3 of 3) sorted by relevance

/external/libusb/libusb/os/
Ddarwin_usb.h122 char sys_path[21]; member
Ddarwin_usb.c529 …snprintf(priv->sys_path, 20, "%03i-%04x-%04x-%02x-%02x", address, idVendor, idProduct, bDeviceClas… in process_new_device()
544 usbi_info (ctx, "found device with address %d at %s", dev->device_address, priv->sys_path); in process_new_device()
/external/linux-tools-perf/src/tools/perf/tests/
Dparse-events.c1133 char sys_path[PATH_MAX]; in count_tracepoints() local
1144 scnprintf(sys_path, PATH_MAX, "%s/%s", in count_tracepoints()
1147 sys_dir = opendir(sys_path); in count_tracepoints()