Home
last modified time | relevance | path

Searched defs:must_exist (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py270 def get_update_task_object(self, task_information, must_exist = False): argument
311 def get_update_recipe_object(self, recipe_information, must_exist = False): argument
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk.c3840 static int clk_cpy_name(const char **dst_p, const char *src, bool must_exist) in clk_cpy_name()