Searched refs:get_stat (Results 1 – 8 of 8) sorted by relevance
39 def get_stat(self, host, path): member in platform_Vpd98 stats = self.get_stat(host, path)
187 def get_stat(self, id): member in Tc216 return self.get_stat(STAT_PACKETS)220 return self.get_stat(STAT_BYTES)224 return self.get_stat(STAT_QLEN)
368 def get_stat(self, stat): member in Link525 row[1] = self.get_stat(row[1]) if row[1] else ''526 row[2] = self.get_stat(row[2]) if row[2] else ''
73 stat_output = sox_utils.get_stat(self._loopback_file)
99 sox_stat = sox_utils.get_stat(reduced_file.name, rate=44100)
159 def get_stat(*args, **kargs): function
496 return sox_utils.get_stat(
346 StatT const& get_stat() const { return m_stat; } in get_stat() function645 size_t count = read_fd.get_stat().st_size; in copy_file_impl_sendfile()744 StatT const& from_stat = from_fd.get_stat(); in __copy_file()803 if (!detail::stat_equivalent(to_stat_path, to_fd.get_stat())) in __copy_file()