Searched refs:wkspath (Results 1 – 1 of 1) sorted by relevance
1034 wkspath = tempf.name1039 return wkspath1041 def _get_wic_partitions(self, wkspath, native_sysroot=None, ignore_status=False): argument1042 p = runCmd("wic create %s -e core-image-minimal -o %s" % (wkspath, self.resultdir),1048 wksname = os.path.splitext(os.path.basename(wkspath))[0]1075 wkspath = Wic2._make_fixed_size_wks(200)1076 _, partlns = self._get_wic_partitions(wkspath)1077 os.remove(wkspath)1089 wkspath = Wic2._make_fixed_size_wks(1)1090 p, _ = self._get_wic_partitions(wkspath, ignore_status=True)[all …]