Searched defs:strNewPath (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp644 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 DMediumImpl.cpp3978 HRESULT Medium::i_updatePath(const Utf8Str &strOldPath, const Utf8Str &strNewPath) argument
3981 AssertReturn(!strNewPath.isEmpty(), E_FAIL);
3994 Utf8Str newPath(strNewPath);

Completed in 60 milliseconds