Searched refs:current_stat (Results 1 – 1 of 1) sorted by relevance
98 struct stat current_stat = {}; in context_read_etc_hostname() local103 if (stat("/etc/hostname", ¤t_stat) >= 0 && in context_read_etc_hostname()104 stat_inode_unmodified(&c->etc_hostname_stat, ¤t_stat)) in context_read_etc_hostname()113 c->etc_hostname_stat = current_stat; in context_read_etc_hostname()117 struct stat current_stat = {}; in context_read_machine_info() local122 if (stat("/etc/machine-info", ¤t_stat) >= 0 && in context_read_machine_info()123 stat_inode_unmodified(&c->etc_machine_info_stat, ¤t_stat)) in context_read_machine_info()146 c->etc_machine_info_stat = current_stat; in context_read_machine_info()150 struct stat current_stat = {}; in context_read_os_release() local155 if ((stat("/etc/os-release", ¤t_stat) >= 0 || in context_read_os_release()[all …]