Home
last modified time | relevance | path

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

/external/toolchain-utils/cros_utils/
Dmisc.py95 def GetChrootPath(chromeos_root): function
100 if not file_path.startswith(GetChrootPath(chromeos_root)):
103 return file_path[len(GetChrootPath(chromeos_root)):]
107 return os.path.join(GetChrootPath(chromeos_root), file_path.lstrip('/'))
289 GetChrootPath(chromeos_root),
295 GetChrootPath(chromeos_root),