Searched refs:strNewPath (Results 1 - 4 of 4) sorted by relevance
| /vbox/src/VBox/Main/include/ |
| H A D | SnapshotImpl.h | 85 const Utf8Str &strNewPath); 87 const Utf8Str &strNewPath);
|
| H A D | MediumImpl.h | 144 HRESULT i_updatePath(const Utf8Str &strOldPath, const Utf8Str &strNewPath);
|
| /vbox/src/VBox/Main/src-server/ |
| H A D | SnapshotImpl.cpp | 644 const Utf8Str &strNewPath) 657 strNewPath.c_str(), 667 pChild->i_updateSavedStatePathsImpl(strOldPath, strNewPath); 721 const Utf8Str &strNewPath) 723 LogFlowThisFunc(("aOldPath={%s} aNewPath={%s}\n", strOldPath.c_str(), strNewPath.c_str())); 732 i_updateSavedStatePathsImpl(strOldPath, strNewPath); 643 i_updateSavedStatePathsImpl(const Utf8Str &strOldPath, const Utf8Str &strNewPath) argument 720 i_updateSavedStatePaths(const Utf8Str &strOldPath, const Utf8Str &strNewPath) argument
|
| H A D | MediumImpl.cpp | 3978 HRESULT Medium::i_updatePath(const Utf8Str &strOldPath, const Utf8Str &strNewPath) argument 3981 AssertReturn(!strNewPath.isEmpty(), E_FAIL); 3994 Utf8Str newPath(strNewPath);
|
Completed in 86 milliseconds