Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dbase_job.py422 RENDERED_NONE_VALUE = '----' variable in status_log_entry
509 subdir = self.subdir or self.RENDERED_NONE_VALUE
510 operation = self.operation or self.RENDERED_NONE_VALUE
543 if subdir == cls.RENDERED_NONE_VALUE:
545 if operation == cls.RENDERED_NONE_VALUE: