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.py440 RENDERED_NONE_VALUE = '----' variable in status_log_entry
544 subdir = self.subdir or self.RENDERED_NONE_VALUE
545 operation = self.operation or self.RENDERED_NONE_VALUE
578 if subdir == cls.RENDERED_NONE_VALUE:
580 if operation == cls.RENDERED_NONE_VALUE: