Searched refs:laccess (Results 1 – 17 of 17) sorted by relevance
/systemd-251/src/firstboot/ |
D | firstboot.c | 315 if (laccess(etc_localeconf, F_OK) >= 0 && !arg_force) in process_locale() 390 if (laccess(etc_vconsoleconf, F_OK) >= 0 && !arg_force) in process_keymap() 470 if (laccess(etc_localtime, F_OK) >= 0 && !arg_force) in process_timezone() 550 if (laccess(etc_hostname, F_OK) >= 0 && !arg_force) in process_hostname() 575 if (laccess(etc_machine_id, F_OK) >= 0 && !arg_force) in process_machine_id() 877 if ((laccess(etc_passwd, F_OK) >= 0 || laccess(etc_shadow, F_OK) >= 0) && !arg_force) in process_root_args() 961 if (laccess(etc_kernel_cmdline, F_OK) >= 0 && !arg_force) in process_kernel_cmdline()
|
/systemd-251/src/system-update-generator/ |
D | system-update-generator.c | 24 if (laccess("/system-update", F_OK) < 0) { in generate_symlink()
|
/systemd-251/src/shared/ |
D | journal-util.c | 33 if (laccess("/run/log/journal", F_OK) >= 0) in access_check_var_log_journal()
|
D | mount-util.c | 446 … if (laccess(path, F_OK) < 0) /* Hmm, it's not in the mount table, but does it exist at all? */ in bind_remount_one_with_mountinfo() 826 r = laccess(p, F_OK); in mount_in_namespace()
|
/systemd-251/units/ |
D | system-update-cleanup.service | 19 # system-update-generator uses laccess("/system-update"), while a plain
|
/systemd-251/src/basic/ |
D | fs-util.h | 49 #define laccess(path, mode) \ macro
|
D | os-util.c | 46 if (laccess(path, F_OK) < 0) in path_is_extension_tree()
|
D | path-lookup.c | 897 if (laccess(joined, F_OK) >= 0) { in find_portable_profile()
|
D | cgroup-util.c | 581 return laccess(cpath, root ? W_OK : F_OK); in controller_is_v1_accessible()
|
/systemd-251/src/udev/ |
D | udevadm-wait.c | 53 r = laccess(path, F_OK); in check_device()
|
/systemd-251/src/libsystemd/sd-daemon/ |
D | sd-daemon.c | 623 if (laccess("/run/systemd/system/", F_OK) >= 0) in sd_booted()
|
/systemd-251/src/sysext/ |
D | sysext.c | 689 if (laccess(p, F_OK) < 0) { in merge_subprocess()
|
/systemd-251/src/portable/ |
D | portablectl.c | 69 if (!arg_quiet && laccess(image, F_OK) >= 0) in determine_image()
|
/systemd-251/src/core/ |
D | dbus-manager.c | 1683 if (laccess(chased, X_OK) < 0) { in method_switch_root()
|
D | execute.c | 2402 (laccess(pp, F_OK) < 0 && errno == ENOENT)) { in setup_exec_directory()
|
/systemd-251/src/home/ |
D | homework-luks.c | 1982 if (laccess(path, F_OK) < 0) { in wait_for_devlink()
|
/systemd-251/src/nspawn/ |
D | nspawn.c | 5663 if (laccess(p, F_OK) < 0) { in run()
|