OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:list_device
(Results
1 - 2
of
2
) sorted by null
/external/libbrillo/policy/tests/
libpolicy_unittest.cc
157
std::vector<DevicePolicy::UsbDeviceId>
list_device
;
local
158
ASSERT_TRUE(policy.GetUsbDetachableWhitelist(&
list_device
));
159
ASSERT_EQ(2,
list_device
.size());
160
ASSERT_EQ(0x413c,
list_device
[0].vendor_id);
161
ASSERT_EQ(0x2105,
list_device
[0].product_id);
162
ASSERT_EQ(0x0403,
list_device
[1].vendor_id);
163
ASSERT_EQ(0x6001,
list_device
[1].product_id);
190
std::vector<DevicePolicy::UsbDeviceId>
list_device
;
local
212
ASSERT_FALSE(policy.GetUsbDetachableWhitelist(&
list_device
));
/external/toybox/toys/other/
lsusb.c
18
static int
list_device
(struct dirtree *new)
function
48
dirtree_read("/sys/bus/usb/devices/",
list_device
);
Completed in 532 milliseconds