Searched refs:sys_path (Results 1 – 3 of 3) sorted by relevance
/external/libusb/libusb/os/ |
D | darwin_usb.h | 122 char sys_path[21]; member
|
D | darwin_usb.c | 529 …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/ |
D | parse-events.c | 1133 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()
|