Searched refs:i_copyPathRelativeToMachine (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DMachineImpl.h537 void i_copyPathRelativeToMachine(const Utf8Str &strSource, Utf8Str &strTarget);
/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp752 m->pMachine->i_copyPathRelativeToMachine(i_getStateFilePath(), data.strStateFile);
H A DMachineImpl.cpp2548 i_copyPathRelativeToMachine(strSnapshotFolder, mUserData->s.strSnapshotFolder);
7227 void Machine::i_copyPathRelativeToMachine(const Utf8Str &strSource, function in class:Machine
10008 i_copyPathRelativeToMachine(mSSData->strStateFilePath, config.strStateFile);
10210 i_copyPathRelativeToMachine(mHWData->mVideoCaptureFile, data.strVideoCaptureFile);
10515 i_copyPathRelativeToMachine(mSSData->strStateFilePath, mData->pMachineConfigFile->strStateFile);

Completed in 292 milliseconds