Searched refs:dbfile (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/prserv/ |
| H A D | serv.py | 96 def __init__(self, dbfile, read_only=False): argument 98 self.dbfile = dbfile 106 self.db = prserv.db.PRData(self.dbfile, read_only=self.read_only) 110 (self.dbfile, self.address, str(os.getpid()))) 123 def __init__(self, dbfile, logfile, host, port): argument 124 self.dbfile = dbfile 130 self.prserv = PRServer(self.dbfile) 209 def start_daemon(dbfile, host, port, logfile, read_only=False): argument 223 dbfile = os.path.abspath(dbfile) 225 server = PRServer(dbfile, read_only=read_only) [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl/ |
| H A D | sqlite-perl-test.pl | 54 my $dbfile = ":memory:"; 55 my $dbh = DBI->connect("DBI:SQLite:dbname=$dbfile","","")
|
| /OK3568_Linux_fs/yocto/poky/bitbake/bin/ |
| H A D | bitbake-prserv | 50 …ret=prserv.serv.start_daemon(options.dbfile, options.host, options.port,os.path.abspath(options.lo…
|
| /OK3568_Linux_fs/buildroot/package/c-icap/ |
| H A D | 0001-Required-fixes-to-compile-and-run-under-cygwin.patch | 363 @@ -23,7 +23,7 @@ char *dbfile = NULL;
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | cooker.py | 419 … dbfile = (self.data.getVar("PERSISTENT_DIR") or self.data.getVar("CACHE")) + "/hashserv.db" 433 dbfile,
|