Lines Matching refs:chromeos_root
144 chromeos_root = options.chromeos_root
146 chromeos_root = os.path.expanduser(chromeos_root)
150 chromeos_root = os.path.abspath(chromeos_root)
170 if not os.path.exists(chromeos_root):
172 "chromeos_root " + options.chromeos_root + " does not exist!"
177 if not os.path.exists(chromeos_root + "/src/scripts/build_packages"):
179 options.chromeos_root + "/src/scripts/build_packages" " not found!"
189 full_mounted_tc_root = chromeos_root + "/chroot/" + mounted_tc_root
240 options.other_mounts, chromeos_root + "/chroot/"
272 command = "cd %s/src/scripts && cros_sdk --enter" % chromeos_root
280 command_file_path = chromeos_root + "/src/scripts/" + command_file
304 os.chdir("%s/src/scripts" % chromeos_root)