Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyaffs_attribs.c64 void yaffs_load_current_time(struct yaffs_obj *obj, int do_a, int do_c) in yaffs_load_current_time() argument
78 if (do_c) in yaffs_load_current_time()
H A Dyaffs_attribs.h24 void yaffs_load_current_time(struct yaffs_obj *obj, int do_a, int do_c);
/OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-metadata.rst1355 you have three tasks named ``do_a``, ``do_b``, and ``do_c``.
1356 Furthermore, ``do_c`` is dependent on ``do_b``, which in turn is
1358 delete ``do_b``, the implicit dependency relationship between ``do_c``
1359 and ``do_a`` through ``do_b`` no longer exists, and ``do_c``
1360 dependencies are not updated to include ``do_a``. Thus, ``do_c`` is free