OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:card_path
(Results
1 - 1
of
1
) sorted by null
/external/libdrm/tests/planetest/
dev.c
112
char
card_path
[256];
local
114
snprintf(
card_path
, sizeof(
card_path
), "/dev/dri/card%d", card);
116
fd = open(
card_path
, O_RDWR);
Completed in 322 milliseconds