Changeset 57358 in vbox for trunk/src/VBox/Runtime/common/path/RTPathRmCmd.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/path/RTPathRmCmd.cpp
r56743 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include <iprt/path.h> 32 32 … … 43 43 44 44 45 /******************************************************************************* 46 * Defined Constants And Macros *47 ******************************************************************************* /45 /********************************************************************************************************************************* 46 * Defined Constants And Macros * 47 *********************************************************************************************************************************/ 48 48 #define RTPATHRMCMD_OPT_INTERACTIVE 1000 49 49 #define RTPATHRMCMD_OPT_ONE_FILE_SYSTEM 1001 … … 56 56 57 57 58 /******************************************************************************* 59 * Structures and Typedefs *60 ******************************************************************************* /58 /********************************************************************************************************************************* 59 * Structures and Typedefs * 60 *********************************************************************************************************************************/ 61 61 /** Interactive option. */ 62 62 typedef enum … … 98 98 99 99 100 /******************************************************************************* 101 * Global Variables *102 ******************************************************************************* /100 /********************************************************************************************************************************* 101 * Global Variables * 102 *********************************************************************************************************************************/ 103 103 /** A bunch of zeros. */ 104 104 static uint8_t const g_abZeros[16384] = { 0 };
Note:
See TracChangeset
for help on using the changeset viewer.