Home
last modified time | relevance | path

Searched refs:GetBuildID (Results 1 – 4 of 4) sorted by relevance

/external/toolchain-utils/crosperf/
Ddownload_images_buildid_test.py79 result = downloader.GetBuildID(self.chromeos_root, test_id)
Ddownload_images.py56 def GetBuildID(self, chromeos_root, xbuddy_label): member in ImageDownloader
297 build_id = self.GetBuildID(chromeos_root, xbuddy_label)
Ddownload_images_unittest.py218 downloader.GetBuildID = FakeGetBuildID
/external/perfetto/src/profiling/common/
Dunwind_support.cc140 return map_info->GetBuildID(); in GetBuildId()