Home
last modified time | relevance | path

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

/external/toolchain-utils/crosperf/
Dresults_cache.py257 tmp_dir_in_chroot = misc.GetInsideChrootPath(self.chromeos_root,
279 chroot_perf_data_file = misc.GetInsideChrootPath(self.chromeos_root,
435 chroot_perf_data_file = misc.GetInsideChrootPath(self.chromeos_root,
441 chroot_perf_report_file = misc.GetInsideChrootPath(
911 perf_data_path_in_chroot = misc.GetInsideChrootPath(
/external/toolchain-utils/cros_utils/
Dmisc.py96 def GetInsideChrootPath(chromeos_root, file_path): function