Home | History | Annotate | Download | only in cpufeatures

Lines Matching defs:filepath

501     const char filepath[] = "/proc/self/auxv";
502 int fd = TEMP_FAILURE_RETRY(open(filepath, O_RDONLY));
504 D("Could not open %s: %s\n", filepath, strerror(errno));
514 D("Error while reading %s: %s\n", filepath, strerror(errno));