Lines Matching refs:strip
166 clean_lines = str(device_list_str, 'utf-8').strip().split('\n')
169 tokens = line.strip().split('\t')
457 out = self.fastboot.getvar(_FASTBOOT_VAR_HAS_VBMETA).strip()
472 out = self.fastboot.getvar("is-userspace").strip()
480 id_str = self.adb.shell("id -un").strip().decode("utf-8")
500 out = self.fastboot.getvar("product").strip()
578 out = out.strip()
647 value_unit = out.split(':')[-1].strip().split(' ')
699 return response.strip()
735 if line.strip().startswith(line_prefix):
737 return line.strip()[len(line_prefix):]
1120 return out.decode("utf-8").strip()