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.py431 RENDERED_NONE_VALUE = '----' variable in status_log_entry
535 subdir = self.subdir or self.RENDERED_NONE_VALUE
536 operation = self.operation or self.RENDERED_NONE_VALUE
569 if subdir == cls.RENDERED_NONE_VALUE:
571 if operation == cls.RENDERED_NONE_VALUE: