Searched refs:f_stat (Results 1 – 2 of 2) sorted by relevance
189 struct stat f_stat; in get_file_size() local192 r = stat(fn.c_str(), &f_stat); in get_file_size()201 return (f_stat.st_size); in get_file_size()
719 struct stat f_stat; in build_id_cache__add() local721 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()