Searched refs:wkspath (Results 1 – 1 of 1) sorted by relevance
884 wkspath = tempf.name889 return wkspath891 def _get_wic_partitions(self, wkspath, native_sysroot=None, ignore_status=False): argument892 p = runCmd("wic create %s -e core-image-minimal -o %s" % (wkspath, self.resultdir),898 wksname = os.path.splitext(os.path.basename(wkspath))[0]925 wkspath = Wic2._make_fixed_size_wks(200)926 _, partlns = self._get_wic_partitions(wkspath)927 os.remove(wkspath)939 wkspath = Wic2._make_fixed_size_wks(1)940 p, _ = self._get_wic_partitions(wkspath, ignore_status=True)[all …]