Home
last modified time | relevance | path

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

/test/testfwk/developer_test/libs/fuzzlib/tools/
Dcolored.py39 LOG_DIR = "fuzzlog" variable in Colored
61 return Colored.LOG_DIR
69 if not os.path.exists(Colored.LOG_DIR):
70 os.mkdir(Colored.LOG_DIR)
82 if not os.path.exists(Colored.LOG_DIR):
83 os.mkdir(Colored.LOG_DIR)
95 return os.path.join(Colored.LOG_DIR, self.log_project)
98 return os.path.join(Colored.LOG_DIR, self.log_project, self.log_date)