Home
last modified time | relevance | path

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

/openbmc/phosphor-event/
H A Dmessage.cpp189 struct stat f_stat; in get_file_size() local
192 r = stat(fn.c_str(), &f_stat); in get_file_size()
201 return (f_stat.st_size); in get_file_size()
/openbmc/linux/tools/perf/util/
H A Dbuild-id.c719 struct stat f_stat; in build_id_cache__add() local
721 if (!(stat(name, &f_stat) < 0) && in build_id_cache__add()
722 copyfile_mode(name, filename, f_stat.st_mode)) in build_id_cache__add()