Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0069/
Dpoc.c31 static char *device_names[] = {"/dev/mtk_cmdq", "/proc/mtk_cmdq", variable
209 for (size_t ii = 0; ii < sizeof(device_names) / sizeof(device_names[0]); in main()
211 fd = open(device_names[ii], O_RDONLY); in main()