HomeSort by relevance Sort by last modified time
    Searched refs:state_string (Results 1 - 2 of 2) sorted by null

  /system/iot/attestation/at-factory-tool/
atftman.py 551 def _ParseStateString(self, state_string):
555 state_string: The string returned by oem at-vboot-state command.
561 lines = state_string.splitlines()
576 state_string = target_dev.GetVar('at-vboot-state')
590 # state_string should be in format:
597 if not state_string:
599 state_map = self._ParseStateString(state_string)
    [all...]
  /external/mesa3d/src/compiler/glsl/
ast_to_hir.cpp 3411 const char *const state_string = local
    [all...]

Completed in 65 milliseconds