Searched refs:found_native (Results 1 - 1 of 1) sorted by relevance

/systemd/src/systemctl/
H A Dsystemctl.c5230 bool found_native = false, found_sysv; local
5253 found_native = access(path, F_OK) >= 0;
5254 if (found_native)
5261 if (found_native && streq(verb, "is-enabled"))
5273 if (found_native)
5327 if (found_native)

Completed in 30 milliseconds