Lines Matching defs:file

2 /** @file
9 * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.virtualbox.org. This file is free software;
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
35 #include <iprt/file.h>
1000 * file.
1297 * if some properties are not supported but present in the settings file,
1413 * location and format properties are read from the registry file above; to
1840 // can reside in the global config file (for pre-4.0 media); we would therefore
2854 /// @todo NEWMEDIA for file names, add the default extension if no extension
2859 /// @todo NEWMEDIA rename the file and set m->location on success, then save
3456 * Internal method that returns true if the medium is represented by a file on the host disk
4334 // "Could not open the medium ... VD: error VERR_FILE_NOT_FOUND opening image file ... (VERR_FILE_NOT_FOUND).
4936 * get the current sizes of file based images and select the merge
4962 * be overlapping blocks in the images so the file size is
5953 * @param fSetImageId Whether to reset the UUID contained in the image file to the UUID in the medium instance data (see SetIDs())
5954 * @param fSetParentId Whether to reset the parent UUID contained in the image file to the parent
6413 * when we have structural information from a config file, on import
6621 * As a special exception, if the specified location is a file path that ends with '/'
6622 * then the file name part will be generated by this method automatically in the format
6667 /* must be a file (formatObj must be already known) */
6672 /* no file name is given (either an empty string or ends with a
6673 * slash), generate a new UUID + file name if the state allows
6692 // we must always have full paths now (if it refers to a file)
6708 /* is it a file? */
6710 RTFILE file;
6711 vrc = RTFileOpen(&file, locationFull.c_str(), RTFILE_O_READ | RTFILE_O_OPEN | RTFILE_O_DENY_NONE);
6713 RTFileClose(file);
6725 /* assume it's not a file, restore the original location */
6735 tr("Permission problem accessing the file for the medium '%s' (%Rrc)"),
6739 tr("Could not find file for the medium '%s' (%Rrc)"),
6779 /* is it still a file? */
7349 * asynchronously. As a result, we always save the VirtualBox.xml file when
7446 * Created state only on success (leaving an orphan file is
7655 * Created state only on success (leaving an orphan file is
8024 * As a result, we always save the VirtualBox.xml file when we're done here.
8252 * Created state only on success (leaving an orphan file is
8748 * we never save the VirtualBox.xml file here.
8942 * always save the VirtualBox.xml file when we're done here.
9130 * Created state only on success (leaving an orphan file is