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.py424 RENDERED_NONE_VALUE = '----' variable in status_log_entry
528 subdir = self.subdir or self.RENDERED_NONE_VALUE
529 operation = self.operation or self.RENDERED_NONE_VALUE
562 if subdir == cls.RENDERED_NONE_VALUE:
564 if operation == cls.RENDERED_NONE_VALUE: