Home
last modified time | relevance | path

Searched refs:is_exist (Results 1 - 1 of 1) sorted by relevance

/build/test/example/
H A Dtest_build_option.py167 def is_exist(path): member in TestBuildOption
595 if self.is_exist(self.LOG_PATH):
604 assert self.is_exist(new_path) and result == 0, "rename_last_log para {} failed".format(
607 assert not self.is_exist(new_path) and result == 0, "rename_last_log para {} failed".format(

Completed in 2 milliseconds