Home
last modified time | relevance | path

Searched refs:CanonicalizeChromeOSRoot (Results 1 – 3 of 3) sorted by relevance

/external/toolchain-utils/cros_utils/
Dfile_utils.py39 def CanonicalizeChromeOSRoot(self, chromeos_root): member in FileUtils
49 return self.CanonicalizeChromeOSRoot(chromeos_root)
74 def CanonicalizeChromeOSRoot(self, chromeos_root): member in MockFileUtils
/external/toolchain-utils/crb/
Dcrb_driver.py20 def CanonicalizeChromeOSRoot(chromeos_root): function
81 chromeos_root = CanonicalizeChromeOSRoot(image_chromeos_root)
84 chromeos_root = CanonicalizeChromeOSRoot(main_chromeos_root)
/external/toolchain-utils/crosperf/
Dlabel.py60 chromeos_root = FileUtils().CanonicalizeChromeOSRoot(chromeos_root)