Exemplo n.º 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)
Exemplo n.º 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)