/aosp_15_r20/external/toolchain-utils/cros_utils/ |
H A D | misc.py | 90 def GetChromeOSKeyFile(chromeos_root): argument 99 def GetInsideChrootPath(chromeos_root, file_path): argument 107 def GetOutsideChrootPath(chromeos_root, file_path): argument 125 def GetImageDir(chromeos_root, board): argument 132 def LabelLatestImage(chromeos_root, board, label, vanilla_path=None): argument 151 def DoesLabelExist(chromeos_root, board, label): argument 207 def GetCtargetFromBoard(board, chromeos_root): argument 223 def GetArchFromBoard(board, chromeos_root): argument 239 def GetGccLibsDestForBoard(board, chromeos_root): argument 285 def GetAllImages(chromeos_root, board): argument [all …]
|
H A D | buildbot_utils.py | 39 def PeekTrybotImage(chromeos_root, buildbucket_id): argument 87 chromeos_root, argument 137 chromeos_root, argument 222 def DoesImageExist(chromeos_root, build): argument 234 def WaitForImage(chromeos_root, build): argument 253 def GetLatestImage(chromeos_root, path): argument 277 def GetLatestRecipeImage(chromeos_root, path): argument
|
H A D | command_executer.py | 247 def RemoteAccessInitCommand(self, chromeos_root, machine, port=None): argument 272 def CrosLearnBoard(self, chromeos_root, machine): argument 289 chromeos_root=None, argument 385 chromeos_root, argument 507 chromeos_root=None, argument
|
H A D | locks.py | 16 def AcquireLock(machines, chromeos_root, timeout=1200): argument 40 def ReleaseLock(machines, chromeos_root): argument
|
H A D | file_utils.py | 47 def CanonicalizeChromeOSRoot(self, chromeos_root): argument 83 def CanonicalizeChromeOSRoot(self, chromeos_root): argument
|
/aosp_15_r20/external/toolchain-utils/ |
H A D | image_chromeos.py | 43 def CheckForCrosFlash(chromeos_root, remote, log_level): argument 61 def DisableCrosBeeps(chromeos_root, remote, log_level): argument 76 def FindChromeOSImage(image_file, chromeos_root): argument 375 def LocateOrCopyImage(chromeos_root, image, board=None): argument 431 chromeos_root, argument 450 def IsImageModdedForTest(chromeos_root, image, log_level): argument 480 def VerifyChromeChecksum(chromeos_root, image, remote, log_level): argument 516 def TryRemountPartitionAsRW(chromeos_root, remote, log_level): argument 538 def EnsureMachineUp(chromeos_root, remote, log_level): argument
|
H A D | make_root_writable.py | 37 def RebootChromebook(chromeos_root, remote, cmd_executer): argument 72 def FindPartitionNum(chromeos_root, remote, logs, cmd_executer): argument 114 chromeos_root, remote, cmd_executer, partition_num argument 129 def TryRemountPartitionAsRW(chromeos_root, remote, cmd_executer): argument
|
H A D | chromiumos_image_diff.py | 41 def __init__(self, image, chromeos_root, no_unmount): argument
|
H A D | build_tc.py | 34 chromeos_root, argument
|
H A D | buildbot_test_toolchains.py | 81 chromeos_root, argument
|
H A D | lock_machine.py | 71 self, remotes, force_option, chromeos_root, locks_dir="", log=None argument
|
/aosp_15_r20/external/toolchain-utils/crosperf/ |
H A D | download_images.py | 58 def GetBuildID(self, chromeos_root, xbuddy_label): argument 76 def DownloadImage(self, chromeos_root, build_id, image_name): argument 110 def UncompressImage(self, chromeos_root, build_id): argument 163 def DownloadSingleFile(self, chromeos_root, build_id, package_file_name): argument 211 self, chromeos_root, build_id, package_file_name, uncompress_cmd argument 239 def VerifyFileExists(self, chromeos_root, build_id, package_file): argument 258 def DownloadAutotestFiles(self, chromeos_root, build_id): argument 323 def DownloadDebugFile(self, chromeos_root, build_id): argument 378 chromeos_root, argument
|
H A D | machine_manager.py | 47 def __init__(self, name, chromeos_root, log_level, cmd_exec=None): argument 218 chromeos_root, argument 705 def __init__(self, name, chromeos_root, log_level): argument 738 chromeos_root, argument
|
H A D | label.py | 27 chromeos_root, argument 162 chromeos_root, argument
|
H A D | settings.py | 88 chromeos_root, argument
|
H A D | experiment_factory.py | 560 def CheckCrosfleetTool(self, chromeos_root, log_level): argument
|
H A D | experiment.py | 30 chromeos_root, argument
|
H A D | suite_runner.py | 154 def RemoveTelemetryTempFile(self, machine, chromeos_root): argument
|
H A D | machine_manager_unittest.py | 33 def __init__(self, chromeos_root): argument
|
H A D | results_cache.py | 1457 chromeos_root, argument
|
/aosp_15_r20/external/toolchain-utils/go/chromeos/ |
H A D | setup_chromeos_testing.py | 81 def GenerateGoHelperScripts(ce, arm_board, x86_board, chromeos_root): argument 121 ce, arm_board, arm_dut, x86_board, x86_dut, chromeos_root argument 183 def CleanUp(ce, x86_board, arm_board, chromeos_root): argument
|