Searched refs:not (Results 1 - 3 of 3) sorted by relevance

/systemd/src/test/
H A Dtest-path-lookup.c17 along with systemd; If not, see <http://www.gnu.org/licenses/>.
34 char *exists, *not, *systemd_unit_path; local
39 not = strjoina(template, "/not");
42 assert_se(lookup_paths_init(&lp_without_env, running_as, personal, NULL, exists, not, not) == 0);
46 assert_se(strv_contains(lp_without_env.unit_path, not));
50 assert_se(lookup_paths_init(&lp_with_env, running_as, personal, NULL, exists, not, not) == 0);
/systemd/src/udev/
H A Dudev-event.c15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
272 log_error("requested part of result string not found");
699 /* do not separate quotes */
868 log_warning_errno(r, "could not rename interface '%d' from '%s' to '%s': %m", udev_device_get_ifindex(dev),
873 log_warning_errno(r, "renamed interface '%d' from '%s' to '%s', but could not update udev_device: %m",
/systemd/test/
H A Dtest-functions40 echo "Could not find a suitable QEMU binary" >&2
264 find "$initdir" -executable -not -path '*/lib/modules/*.ko' -type f | xargs strip --strip-unneeded | ddebug
459 [[ $_line = 'not a dynamic executable' ]] && break
468 if [[ $_line =~ not\ found ]]; then
517 # @note This function is not supposed to be called manually. Please use
780 # find a binary. If we were not passed the full path directly,
805 [[ $_line = 'not a dynamic executable' ]] && break
814 if [[ $_line =~ not\ found ]]; then
826 # If your shell script does not start with shebang, it is not
[all...]

Completed in 14 milliseconds