Home
last modified time | relevance | path

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

/systemd-251/src/resolve/
Dresolved-resolv-conf.c394 struct stat system_st; in resolv_conf_mode() local
396 if (stat("/etc/resolv.conf", &system_st) < 0) { in resolv_conf_mode()
416 if (stat_inode_same(&system_st, &our_st)) in resolv_conf_mode()