Home
last modified time | relevance | path

Searched refs:is_path (Results 1 – 13 of 13) sorted by relevance

/systemd-251/src/basic/
Dpath-util.h45 static inline bool is_path(const char *p) { in is_path() function
Dunit-file.c350 if (is_path(tail)) in unit_file_resolve_symlink()
Dpath-util.c640 if (is_path(name)) in find_executable_full()
/systemd-251/src/test/
Dtest-path-util.c30 assert_se(is_path("/dir")); in TEST()
31 assert_se(is_path("a/b")); in TEST()
32 assert_se(!is_path(".")); in TEST()
/systemd-251/src/systemctl/
Dsystemctl-enable.c47 if (!is_path(*u)) in normalize_names()
Dsystemctl-util.c871 if (is_path(*name)) in mangle_names()
/systemd-251/src/fstab-generator/
Dfstab-generator.c371 if (!is_path(where)) { in add_mount()
618 if (is_path(where)) { in parse_fstab()
/systemd-251/src/analyze/
Danalyze.c460 if (is_path(optarg)) { in parse_argv()
Danalyze-security.c2748 if (!is_path(profile)) { in offline_security_checks()
/systemd-251/src/core/
Dmount.c1691 if (!is_path(where)) in mount_setup_unit()
Dload-fragment.c115 else if (is_path(value)) /* on with fully qualified path */ in parse_confirm_spawn()
/systemd-251/src/shared/
Dinstall.c2813 if (!is_path(*a)) { in normalize_linked_files()
/systemd-251/src/tmpfiles/
Dtmpfiles.c2081 if (!is_path(path)) in mkdir_parents_rm_if_wrong_type()