Searched refs:full_path (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/basic/ |
D | path-util.c | 652 _cleanup_free_ char *full_path = NULL; in find_executable_full() local 657 full_path = path_join(*element, name); in find_executable_full() 658 if (!full_path) in find_executable_full() 661 r = find_executable_impl(full_path, root, ret_filename, ret_fd); in find_executable_full()
|
/systemd-251/ |
D | meson.build | 2139 args : nss.full_path(), 2256 args : exe.full_path(), 2409 args : pam_systemd.full_path(), 3318 args : [systemctl.full_path(), 3319 systemd_id128.full_path()]) 3435 args : exe.full_path()) 3456 args : exe.full_path()) 3477 args : exe.full_path()) 3499 args : exe.full_path()) 3519 args : [systemd_hwdb.full_path()], [all …]
|
/systemd-251/test/ |
D | meson.build | 197 args : [udev_prog_paths['dmi_memory_id'].full_path(),
|
/systemd-251/src/shared/ |
D | dissect-image.c | 343 const char *full_path; in dissect_image() local 345 r = sd_device_get_sysattr_value(d, "loop/backing_file", &full_path); in dissect_image() 349 r = raw_strip_suffixes(basename(full_path), &name_stripped); in dissect_image()
|