HomeSort by relevance Sort by last modified time
    Searched full:_backup_basename (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/test/pyautolib/
pyauto_utils.py 33 _backup_basename = '' variable in class:ExistingPathReplacer
51 self._backup_basename = os.path.basename(self._path)
53 prefix='bkp-' + self._backup_basename)
56 os.path.join(self._backup_dir, self._backup_basename))
63 from_path = os.path.join(self._backup_dir, self._backup_basename)

Completed in 415 milliseconds