Home
last modified time | relevance | path

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

/systemd-251/src/test/
Dtest-condition.c894 _cleanup_free_ char *version_id = NULL; in TEST() local
966 if (parse_os_release(NULL, "VERSION_ID", &version_id) <= 0) in TEST()
969 key_value_pair = strjoina("VERSION_ID", "=", version_id); in TEST()
975 key_value_pair = strjoina("VERSION_ID", "!=", version_id); in TEST()
981 key_value_pair = strjoina("VERSION_ID", "<=", version_id); in TEST()
987 key_value_pair = strjoina("VERSION_ID", ">=", version_id); in TEST()
993 key_value_pair = strjoina("VERSION_ID", "<", version_id, ".1"); in TEST()
999 key_value_pair = strjoina("VERSION_ID", ">", version_id, ".1"); in TEST()
1005 …key_value_pair = strjoina("VERSION_ID", "=", version_id, " ", os_release_pairs[0], "=", quote, os_… in TEST()
1011 …key_value_pair = strjoina("VERSION_ID", "!=", version_id, " ", os_release_pairs[0], "=", quote, os… in TEST()
[all …]
/systemd-251/src/portable/
Dportablectl.c399 … *id = NULL, *version_id = NULL, *sysext_scope = NULL, *portable_prefixes = NULL; in inspect_image() local
408 "VERSION_ID", &version_id, in inspect_image()
430 strna(version_id)); in inspect_image()
Dportable.c523 _cleanup_free_ char *id = NULL, *version_id = NULL, *sysext_level = NULL; in extract_image_and_extensions() local
580 "VERSION_ID", &version_id, in extract_image_and_extensions()
628 …r = extension_release_validate(ext->path, id, version_id, sysext_level, "portable", extension_rele… in extract_image_and_extensions()
/systemd-251/test/
Dtest-functions624 local version_id=""
626 version_id="$(grep "^VERSION_ID=" "$os_release")"
632 echo "${version_id}" >>"$initdir/usr/lib/extension-release.d/extension-release.app0"
656 ( echo "${version_id}"
/systemd-251/src/machine/
Dmachinectl.c298 _cleanup_free_ char *os = NULL, *version_id = NULL, *addresses = NULL; in list_machines() local
317 &version_id); in list_machines()
332 TABLE_STRING, empty_to_null(version_id), in list_machines()