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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFCoreWrite.cpp101 bool fReplaceFile; member in struct:DBGFCOREDATA
518 uint32_t fFlags = (pDbgfData->fReplaceFile ? RTFILE_O_CREATE_REPLACE : RTFILE_O_CREATE)
542 * @param fReplaceFile Whether to replace the file or not.
548 VMMR3DECL(int) DBGFR3CoreWrite(PUVM pUVM, const char *pszFilename, bool fReplaceFile) argument
563 CoreData.fReplaceFile = fReplaceFile;
/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCStubs.cpp319 VMMR3DECL(int) DBGFR3CoreWrite(PUVM pUVM, const char *pszFilename, bool fReplaceFile) argument

Completed in 62 milliseconds