Searched refs:dropin_dir (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/portable/ |
D | portable.c | 953 const char *dropin_dir, in install_chroot_dropin() argument 963 assert(dropin_dir); in install_chroot_dropin() 965 dropin = path_join(dropin_dir, "20-portable.conf"); in install_chroot_dropin() 1022 const char *dropin_dir, in install_profile_dropin() argument 1034 assert(dropin_dir); in install_profile_dropin() 1048 dropin = path_join(dropin_dir, "10-profile.conf"); in install_profile_dropin() 1100 _cleanup_(rmdir_and_freep) char *dropin_dir = NULL; in attach_unit_file() 1119 dropin_dir = strjoin(path, ".d"); in attach_unit_file() 1120 if (!dropin_dir) in attach_unit_file() 1123 if (mkdir(dropin_dir, 0755) < 0) { in attach_unit_file() [all …]
|
/systemd-251/src/boot/efi/ |
D | cpio.c | 309 const CHAR16 *dropin_dir, in pack_cpio() argument 361 if (!dropin_dir) in pack_cpio() 362 dropin_dir = rel_dropin_dir = xpool_print(L"%D.extra.d", loaded_image->FilePath); in pack_cpio() 364 err = open_directory(root, dropin_dir, &extra_dir); in pack_cpio()
|
D | cpio.h | 8 const CHAR16 *dropin_dir,
|
/systemd-251/test/ |
D | networkd-test.py | 130 dropin_dir = os.path.join(NETWORK_UNITDIR, "{}.d".format(unit_name)) 131 dropin_path = os.path.join(dropin_dir, "{}.conf".format(dropin_name)) 133 os.makedirs(dropin_dir, exist_ok=True) 134 self.addCleanup(os.rmdir, dropin_dir)
|