Home
last modified time | relevance | path

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

/external/toolchain-utils/crosperf/
Dresults_cache.py274 tmp_dir_in_chroot = misc.GetInsideChrootPath(
297 chroot_perf_data_file = misc.GetInsideChrootPath(
485 chroot_perf_data_file = misc.GetInsideChrootPath(
493 chroot_perf_report_file = misc.GetInsideChrootPath(
1006 perf_data_path_in_chroot = misc.GetInsideChrootPath(
/external/toolchain-utils/cros_utils/
Dmisc.py105 def GetInsideChrootPath(chromeos_root, file_path): function