Searched refs:i_ensureFilePathExists (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/include/
H A DVirtualBoxImpl.h236 static HRESULT i_ensureFilePathExists(const Utf8Str &strFileName, bool fCreate);
/vbox/src/VBox/Main/src-server/
H A DApplianceImplIO.cpp1697 rc = VirtualBox::i_ensureFilePathExists(Utf8Str(pcszFullFilenameOut), true /*fCreate*/);
1766 rc = VirtualBox::i_ensureFilePathExists(Utf8Str(pcszTargetFilename), true /*fCreate*/);
H A DMediumImpl.cpp7399 rc = VirtualBox::i_ensureFilePathExists(location, !(task.mVariant & MediumVariant_NoCreateDir) /* fCreate */);
7590 HRESULT rc = VirtualBox::i_ensureFilePathExists(targetLocation,
8123 HRESULT rc = VirtualBox::i_ensureFilePathExists(targetLocation,
8887 rc = VirtualBox::i_ensureFilePathExists(targetLocation,
9023 HRESULT rc = VirtualBox::i_ensureFilePathExists(targetLocation,
H A DSnapshotImpl.cpp1601 rc = VirtualBox::i_ensureFilePathExists(task.m_strStateFilePath, true /* fCreate */);
H A DVirtualBoxImpl.cpp4688 HRESULT VirtualBox::i_ensureFilePathExists(const Utf8Str &strFileName, bool fCreate) function in class:VirtualBox

Completed in 95 milliseconds