Searched refs:instance_path (Results 1 – 3 of 3) sorted by relevance
80 const std::string& instance_path) { in CreateGuessingMountPoint() argument85 if (!instance_path.empty()) in CreateGuessingMountPoint()86 path += instance_path; in CreateGuessingMountPoint()
37 const std::string& instance_path = "");
664 instance_path = os.path.join(instance_dir, filename)665 shutil.copyfile(cache_path, instance_path)666 return instance_path679 instance_path = os.path.join(self._tradefed_install, dir1, dir2)680 logging.info('Copying %s to instance %s', cache_path, instance_path)681 shutil.copytree(cache_path, instance_path)682 return instance_path