Home
last modified time | relevance | path

Searched refs:fetchall (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Ddb.py113 rows = data.fetchall()
133 rows = data.fetchall()
149 rows = data.fetchall()
/openbmc/openbmc/poky/scripts/
H A Dtest-reexec72 fetchall|devshell|buildall|listtasks|checkuri|checkuriall) return;;
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dsqlite.py521 return [map_user(r) for r in cursor.fetchall()]
562 for row in cursor.fetchall():
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-2.5.rst136 tree" tasks have been removed (e.g. ``fetchall``, ``checkuriall``,
141 bitbake <target> -c fetchall
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgit.py494 def lfs_fetch(self, ud, d, clonedir, revision, fetchall=False, progresshandler=None): argument
503 lfs_fetch_cmd = "%s lfs fetch %s" % (ud.basecmd, "--all" if fetchall else "")