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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dumbdbm.py 61 self._datfile = filebasename + _os.extsep + 'dat'
69 f = _open(self._datfile, 'r')
71 f = _open(self._datfile, 'w')
72 self._chmod(self._datfile)
120 f = _open(self._datfile, 'rb')
131 f = _open(self._datfile, 'rb+')
146 f = _open(self._datfile, 'rb+')
216 self._index = self._datfile = self._dirfile = self._bakfile = None
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dumbdbm.py 61 self._datfile = filebasename + _os.extsep + 'dat'
69 f = _open(self._datfile, 'r')
71 f = _open(self._datfile, 'w')
72 self._chmod(self._datfile)
120 f = _open(self._datfile, 'rb')
131 f = _open(self._datfile, 'rb+')
146 f = _open(self._datfile, 'rb+')
216 self._index = self._datfile = self._dirfile = self._bakfile = None

Completed in 841 milliseconds