Searched refs:must_exist (Results 1 – 3 of 3) sorted by relevance
45 def checkBlockDriverState(self, node, must_exist = True): argument49 self.assertEqual(must_exist, len(nodes) == 1)
270 def get_update_task_object(self, task_information, must_exist = False): argument281 if created and must_exist:311 def get_update_recipe_object(self, recipe_information, must_exist = False): argument
4168 static int clk_cpy_name(const char **dst_p, const char *src, bool must_exist) in clk_cpy_name() argument4173 if (must_exist) in clk_cpy_name()