Searched defs:flag_file (Results 1 - 2 of 2) sorted by relevance

/systemd/src/shared/
H A Dask-password-api.c211 const char *flag_file,
235 if (flag_file) {
242 if (inotify_add_watch(notify, flag_file, IN_ATTRIB /* for the link count */) < 0) {
298 if (flag_file)
299 if (access(flag_file, F_OK) < 0) {
206 ask_password_tty( const char *message, const char *keyname, usec_t until, AskPasswordFlags flags, const char *flag_file, char **ret) argument
/systemd/src/tty-ask-password-agent/
H A Dtty-ask-password-agent.c65 const char *flag_file,
83 if (flag_file) {
88 r = inotify_add_watch(notify, flag_file, IN_ATTRIB); /* for the link count */
134 if (flag_file && access(flag_file, F_OK) < 0) {
61 ask_password_plymouth( const char *message, usec_t until, AskPasswordFlags flags, const char *flag_file, char ***ret) argument

Completed in 2097 milliseconds