Lines Matching +defs:val +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
24 #include <iprt/file.h>
222 // VirtualBox main settings file
386 /* compose the VirtualBox.xml file name */
403 // only if the main settings file does not exist, create it,
1324 /* Compose the settings file name using the following scheme:
1359 * Remove characters from a machine file name which can be problematic on
1361 * @param strName The file name to sanitise.
1397 /** Expected results of sanitising given file names. */
1400 /** The test file name to be sanitised (Utf-8). */
1510 /* NULL settings file means compose automatically */
2528 Bstr file = exePath;
2538 shExecInfo.lpFile = file.raw();
2765 , machineId(aMachineId.toUtf16()), key(aKey), val(aVal)
2770 return aEvDesc.init(aSource, VBoxEventType_OnExtraDataChanged, machineId.raw(), key.raw(), val.raw());
2773 Bstr machineId, key, val;
3393 * If both ID and file path are specified, the first object that matches either
3397 * @param aId ID of the image file (unused when NULL).
3398 * @param aLocation Full path to the image file (unused when NULL).
3421 tr("Invalid image file location '%s' (%Rrc)"),
3484 tr("Could not find an image file with UUID {%RTuuid} in the media registry ('%s')"),
3489 tr("Could not find an image file with location '%s' in the media registry ('%s')"),
3506 * If the UUID is an image file, this sets pMedium to the object that
3512 * @param uuid UUID to search for; must refer to a host drive or an image file or be null.
4043 * Helper function which actually writes out VirtualBox.xml, the main configuration file.
4114 // leave extra data alone, it's still in the config file
4675 * Checks if the path to the specified file exists, according to the path
4676 * information present in the file name. Optionally the path is created.
4678 * Note that the given file name must contain the full path otherwise the
4682 * @param aFileName Full file name which path is checked/created.