Searched refs:ubuntu_kver_file (Results 1 – 1 of 1) sorted by relevance
33 const char *ubuntu_kver_file = "/proc/version_signature"; in get_ubuntu_kernel_version() local38 if (faccessat(AT_FDCWD, ubuntu_kver_file, R_OK, AT_EACCESS) != 0) in get_ubuntu_kernel_version()41 f = fopen(ubuntu_kver_file, "re"); in get_ubuntu_kernel_version()