Searched refs:sysfile (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/libdwfl/ |
D | linux-kernel-modules.c | 824 char *sysfile; in INTDEF() local 825 if (asprintf (&sysfile, SECADDRDIRFMT "%s", modname, secname) < 0) in INTDEF() 828 FILE *f = fopen (sysfile, "r"); in INTDEF() 829 free (sysfile); in INTDEF() 859 if (asprintf (&sysfile, SECADDRDIRFMT "_%s", in INTDEF() 862 f = fopen (sysfile, "r"); in INTDEF() 863 free (sysfile); in INTDEF() 874 int len = asprintf (&sysfile, SECADDRDIRFMT "%s", in INTDEF() 878 char *end = sysfile + len; in INTDEF() 882 f = fopen (sysfile, "r"); in INTDEF() [all …]
|
/external/autotest/server/cros/network/ |
D | attenuator_controller.py | 284 sysfile = gpio_pin.export_file 286 sysfile = gpio_pin.unexport_file 287 self._host.run('echo %s > %s' % (gpio_pin.offset, sysfile),
|