Home
last modified time | relevance | path

Searched refs:laccess (Results 1 – 17 of 17) sorted by relevance

/systemd-251/src/firstboot/
Dfirstboot.c315 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/
Dsystem-update-generator.c24 if (laccess("/system-update", F_OK) < 0) { in generate_symlink()
/systemd-251/src/shared/
Djournal-util.c33 if (laccess("/run/log/journal", F_OK) >= 0) in access_check_var_log_journal()
Dmount-util.c446 … 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/
Dsystem-update-cleanup.service19 # system-update-generator uses laccess("/system-update"), while a plain
/systemd-251/src/basic/
Dfs-util.h49 #define laccess(path, mode) \ macro
Dos-util.c46 if (laccess(path, F_OK) < 0) in path_is_extension_tree()
Dpath-lookup.c897 if (laccess(joined, F_OK) >= 0) { in find_portable_profile()
Dcgroup-util.c581 return laccess(cpath, root ? W_OK : F_OK); in controller_is_v1_accessible()
/systemd-251/src/udev/
Dudevadm-wait.c53 r = laccess(path, F_OK); in check_device()
/systemd-251/src/libsystemd/sd-daemon/
Dsd-daemon.c623 if (laccess("/run/systemd/system/", F_OK) >= 0) in sd_booted()
/systemd-251/src/sysext/
Dsysext.c689 if (laccess(p, F_OK) < 0) { in merge_subprocess()
/systemd-251/src/portable/
Dportablectl.c69 if (!arg_quiet && laccess(image, F_OK) >= 0) in determine_image()
/systemd-251/src/core/
Ddbus-manager.c1683 if (laccess(chased, X_OK) < 0) { in method_switch_root()
Dexecute.c2402 (laccess(pp, F_OK) < 0 && errno == ENOENT)) { in setup_exec_directory()
/systemd-251/src/home/
Dhomework-luks.c1982 if (laccess(path, F_OK) < 0) { in wait_for_devlink()
/systemd-251/src/nspawn/
Dnspawn.c5663 if (laccess(p, F_OK) < 0) { in run()