Searched refs:is_exist (Results 1 – 3 of 3) sorted by relevance
22 is_exist = os.path.exists(filename) and os.path.isdir(filename)23 sys.stdout.write(str(is_exist))
225 let is_exist = self.exist()?; in create_with_version() localVariable226 if is_exist { in create_with_version()262 let is_exist = self.exist()?; in upgrade() localVariable263 if !is_exist { in upgrade()
167 def is_exist(path): member in TestBuildOption595 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(