Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/platform_Vpd/
Dplatform_Vpd.py39 def get_stat(self, host, path): member in platform_Vpd
98 stats = self.get_stat(host, path)
/external/libnl/python/netlink/route/
Dtc.py187 def get_stat(self, id): member in Tc
216 return self.get_stat(STAT_PACKETS)
220 return self.get_stat(STAT_BYTES)
224 return self.get_stat(STAT_QLEN)
Dlink.py368 def get_stat(self, stat): member in Link
525 row[1] = self.get_stat(row[1]) if row[1] else ''
526 row[2] = self.get_stat(row[2]) if row[2] else ''
/external/autotest/client/cros/audio/
Dsox_utils.py164 def get_stat(*args, **kargs): function
344 return get_stat(file_path, channels, bits, rate).length
Daudio_helper.py379 return sox_utils.get_stat(
/external/autotest/client/site_tests/accessibility_ChromeVoxSound/
Daccessibility_ChromeVoxSound.py73 stat_output = sox_utils.get_stat(self._loopback_file)
/external/autotest/client/site_tests/audio_CRASFormatConversion/
Daudio_CRASFormatConversion.py100 sox_stat = sox_utils.get_stat(reduced_file.name, rate=44100)
/external/autotest/client/site_tests/audio_AudioInputGain/
Daudio_AudioInputGain.py134 sox_stat = sox_utils.get_stat(input=recorded_file,
/external/libabigail/src/
Dabg-tools-utils.cc332 get_stat(const string& path, in get_stat() function
346 return get_stat(path, &st); in file_exists()
392 if (!get_stat(path, &st)) in is_regular_file()
416 if (!get_stat(path, &st)) in is_dir()
556 if (!get_stat(file_path, &st)) in maybe_get_symlink_target_file_path()
/external/llvm-project/libcxx/src/filesystem/
Doperations.cpp337 StatT const& get_stat() const { return m_stat; } in get_stat() function
643 size_t count = read_fd.get_stat().st_size; in copy_file_impl()
731 StatT const& from_stat = from_fd.get_stat(); in __copy_file()
790 if (!detail::stat_equivalent(to_stat_path, to_fd.get_stat())) in __copy_file()
/external/libcxx/src/filesystem/
Doperations.cpp346 StatT const& get_stat() const { return m_stat; } in get_stat() function
645 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()
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp880 static float get_stat(void *_data, int _idx) in get_stat() function
984 ImGui::PlotHistogram(hash, get_stat, data, in compute_swapchain_display()
991 get_stat(data, ARRAY_SIZE(data->frames_stats) - 1), in compute_swapchain_display()
/external/libabigail/
DChangeLog16018 * src/abg-tools-utils.cc (get_stat): Use lstat here, not stat.
24480 (get_stat): Add apidoc.
33565 * tools/abg-tools-utils.cc (get_stat, file_exists, check_file)
33567 (is_dir): Use the new get_stat.