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

/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp1237 int rc = i_calculateFullPath(shortName, fullName);
1343 i_calculateFullPath(strBase, strBase);
3418 int vrc = i_calculateFullPath(aLocation, location);
3671 int VirtualBox::i_calculateFullPath(const Utf8Str &strPath, Utf8Str &aResult) function in class:VirtualBox
H A DMachineImpl.cpp631 int vrc1 = mParent->i_calculateFullPath(strConfigFile, mData->m_strConfigFileFull);
2510 i_calculateFullPath(mUserData->s.strSnapshotFolder, aSnapshotFolder);
2538 int vrc = i_calculateFullPath(strSnapshotFolder,
4112 i_calculateFullPath(mUserData->s.strSnapshotFolder, strFullSnapshotFolder);
5367 i_calculateFullPath(mUserData->s.strSnapshotFolder, strFullSnapshotFolder);
7198 int Machine::i_calculateFullPath(const Utf8Str &strPath, Utf8Str &aResult) function in class:Machine
7349 i_calculateFullPath(mUserData->s.strSnapshotFolder, strStateFilePath);
8601 vrc = i_calculateFullPath(stateFilePathFull, stateFilePathFull);
8716 int vrc = i_calculateFullPath(strStateFile, strStateFile);
8892 i_calculateFullPath(dat
[all...]

Completed in 82 milliseconds