Searched refs:DEV_XDC_DIR (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/uapp/xdc-test/
H A Dxdc-device.cpp12 static const char* const DEV_XDC_DIR = "/dev/class/usb-dbc"; variable
15 DIR* d = opendir(DEV_XDC_DIR);
17 fprintf(stderr, "Could not open dir: \"%s\"\n", DEV_XDC_DIR);
30 stream_id, DEV_XDC_DIR, de->d_name, status);
35 DEV_XDC_DIR, de->d_name, stream_id);

Completed in 19 milliseconds