Home
last modified time | relevance | path

Searched refs:apply_file (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/modules-load/
Dmodules-load.c63 static int apply_file(struct kmod_ctx *ctx, const char *path, bool ignore_enoent) { in apply_file() function
190 k = apply_file(ctx, argv[i], false); in run()
215 k = apply_file(ctx, *fn, true); in run()
/systemd-251/src/binfmt/
Dbinfmt.c71 static int apply_file(const char *filename, bool ignore_enoent) { in apply_file() function
210 k = apply_file(argv[i], false); in run()
235 k = apply_file(*f, true); in run()