Exemple #1
0
 def _move_nosync(self, path, new_path):
     rename(self._store, path, new_path)
     if self._chunk_store is not None:
         rename(self._chunk_store, path, new_path)
Exemple #2
0
 def _move_nosync(self, path, new_path):
     rename(self._store, path, new_path)
     if self._chunk_store is not None:
         rename(self._chunk_store, path, new_path)