HomeSort by relevance Sort by last modified time
    Searched refs:image_dir (Results 1 - 8 of 8) sorted by null

  /external/autotest/server/hosts/
emulated_adb_host.py 135 image_dir = self.teststation.get_tmp_dir()
138 self.download_file(build_url, zipped_artifact, image_dir,
140 self.download_file(build_url, dtb_artifact, image_dir,
142 return image_dir
144 self.teststation.run('rm -rf %s' % image_dir)
adb_host.py     [all...]
  /external/toolchain-utils/
weekly_report.py 169 image_dir = '%s_test_image' % day
170 image_path = os.path.join(data_path, image_dir)
182 image_dir = '%s_vanilla_image' % day
183 image_path = os.path.join(data_path, image_dir)
remote_gcc_build.py 245 image_dir = os.path.join(chromeos_root, 'src', 'build', 'images', board,
247 command = 'rm -rf {0} && mkdir -p {0}'.format(image_dir)
250 command = 'mv {0}/chromiumos_test_image.bin {1}'.format(board_dir, image_dir)
  /bootable/recovery/tests/manual/
recovery_test.cpp 96 std::vector<std::string> image_dir {
114 for (const std::string& str : image_dir) {
  /external/toolchain-utils/cros_utils/
misc.py 112 image_dir = GetImageDir(chromeos_root, board)
113 latest_image_dir = os.path.join(image_dir, 'latest')
117 with WorkingDirectory(image_dir):
  /art/compiler/
image_test.cc 58 std::string image_dir; member in struct:art::CompilationHelper
120 const int rmdir_result = rmdir(image_dir.c_str());
173 if (image_dir.empty()) {
174 image_dir = image_filename.substr(0, pos);
175 int mkdir_result = mkdir(image_dir.c_str(), 0700);
176 CHECK_EQ(0, mkdir_result) << image_dir;
  /external/toolchain-utils/fdo_scripts/
vanilla_vs_fdo.py 71 image_dir = misc.GetImageDir(self._chromeos_root, self._board)

Completed in 837 milliseconds