HomeSort by relevance Sort by last modified time
    Searched defs:dev_path (Results 1 - 15 of 15) sorted by null

  /external/toolchain-utils/crosperf/
translate_xbuddy.py 9 dev_path = os.path.expanduser('~/trunk/src/platform/dev') variable
10 sys.path.append(dev_path)
  /cts/hostsidetests/security/securityPatch/CVE-2017-0451/
poc.c 48 char* dev_path = "/dev/voice_svc"; local
50 g_fd = open(dev_path, O_RDWR);
  /external/libese/libese-hw/nxp/include/ese/hw/nxp/
spi_board.h 29 const char *dev_path; member in struct:NxpSpiBoard
  /external/ltp/lib/
tst_device.c 43 static char dev_path[1024]; variable
57 snprintf(dev_path, sizeof(dev_path), dev_variants[i], dev);
59 if (stat(dev_path, &st) == 0 && S_ISBLK(st.st_mode))
79 tst_resm(TINFO, "Found free device '%s'", dev_path);
107 dev_fd = open(dev_path, O_RDONLY);
113 tst_resm(TINFO, "Device '%s' in use", dev_path);
117 tst_resm(TINFO, "Found free device '%s'", dev_path);
227 attach_device(cleanup_fn, dev_path, DEV_FILE);
231 return dev_path;
    [all...]
  /external/ltp/testcases/kernel/device-drivers/acpi/
ltp_acpi.c 34 static const char dev_path[] = "/sys/devices/" ACPI_TEST_NAME "/path"; variable
80 if (read_sysfs_file(dev_path, sysfs_path + 4, 4092)) {
  /cts/hostsidetests/security/securityPatch/CVE-2016-8424/
poc.c 67 char* dev_path = "/dev/nvmap"; local
68 g_fd = open(dev_path, O_RDWR);
70 printf("[*] open file(%s) failed, errno=%d\n", dev_path, errno);
72 printf("[*] open file(%s) succ!\n", dev_path);
  /system/bt/btif/co/
bta_hh_co.cc 39 const char* dev_path = "/dev/uhid"; variable
294 p_dev->fd = open(dev_path, O_RDWR | O_CLOEXEC);
324 p_dev->fd = open(dev_path, O_RDWR | O_CLOEXEC);
  /cts/hostsidetests/security/securityPatch/CVE-2016-8429/
poc.c 95 char* dev_path = "/dev/nvmap"; local
96 g_fd = open(dev_path, O_RDWR);
98 printf("[*] open file(%s) failed, errno=%d\n", dev_path, errno);
100 printf("[*] open file(%s) succ!\n", dev_path);
  /cts/hostsidetests/security/securityPatch/CVE-2016-8430/
poc.c 105 char* dev_path = "/dev/nvhost-vic"; local
106 g_fd = open(dev_path, O_RDONLY);
108 printf("open file(%s) failed, errno=%d\n", dev_path, errno);
111 printf("open file(%s) succ!\n", dev_path);
114 dev_path = "/dev/nvmap";
115 g_nvmap_fd = open(dev_path, O_RDONLY);
117 printf("open file(%s) failed, errno=%d\n", dev_path, errno);
120 printf("open file(%s) succ!\n", dev_path);
  /cts/hostsidetests/security/securityPatch/CVE-2016-8434/
poc.c 105 char* dev_path = "/dev/kgsl-3d0"; local
106 g_fd = open(dev_path, O_RDWR);
  /cts/hostsidetests/security/securityPatch/CVE-2016-8460/
poc.c 112 char* dev_path = "/dev/nvmap"; local
113 g_fd = open(dev_path, O_RDWR);
  /cts/hostsidetests/security/securityPatch/CVE-2016-9120/
poc.c 104 char* dev_path = "/dev/ion"; local
105 g_fd = open(dev_path, O_RDONLY);
107 printf("[*] open file(%s) failed, errno=%d\n", dev_path, errno);
109 printf("[*] open file(%s) succ!\n", dev_path);
  /external/syslinux/core/fs/
diskio_bios.c 35 uint8_t dev_path[16]; member in struct:edd_disk_params
  /cts/hostsidetests/security/securityPatch/CVE-2016-8428/
poc.c 115 char* dev_path = "/dev/nvmap"; local
116 g_fd = open(dev_path, O_RDWR);
118 printf("[*] open file(%s) failed, errno=%d\n", dev_path, errno);
120 printf("[*] open file(%s) succ!\n", dev_path);
  /external/syslinux/com32/include/syslinux/
disk.h 85 char dev_path[8]; member in struct:disk_ebios_eparam

Completed in 283 milliseconds