Home
last modified time | relevance | path

Searched refs:INFO_PREFIX (Results 1 – 1 of 1) sorted by relevance

/development/python-packages/fastboot/
Ddevice.py32 INFO_PREFIX = '(bootloader) ' variable in FastbootDevice
115 if var_name.startswith(self.INFO_PREFIX):
116 var_name = var_name[len(self.INFO_PREFIX):]