HomeSort by relevance Sort by last modified time
    Searched refs:dbhome (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 51 filename='tabletest.db', dbhome=self.testHomeDir, create=1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 51 filename='tabletest.db', dbhome=self.testHomeDir, create=1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 159 def __init__(self, filename, dbhome, create=0, truncate=0, mode=0600,
161 """bsdTableDB(filename, dbhome, create=0, truncate=0, mode=0600)
163 Open database name in the dbhome Berkeley DB directory.
182 self.env.open(dbhome, myflags | flagsforenv)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 159 def __init__(self, filename, dbhome, create=0, truncate=0, mode=0600,
161 """bsdTableDB(filename, dbhome, create=0, truncate=0, mode=0600)
163 Open database name in the dbhome Berkeley DB directory.
182 self.env.open(dbhome, myflags | flagsforenv)

Completed in 49 milliseconds