Changeset 57358 in vbox for trunk/src/VBox/ImageMounter/VBoxFUSE
- 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/ImageMounter/VBoxFUSE/VBoxFUSE.cpp
r44529 r57358 17 17 18 18 19 /******************************************************************************* 20 * Header Files *21 ******************************************************************************* /19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_DEFAULT /** @todo log group */ 23 23 #include <iprt/types.h> … … 55 55 56 56 57 /******************************************************************************* 58 * Structures and Typedefs *59 ******************************************************************************* /57 /********************************************************************************************************************************* 58 * Structures and Typedefs * 59 *********************************************************************************************************************************/ 60 60 /** 61 61 * Node type. … … 154 154 155 155 156 /******************************************************************************* 157 * Global Variables *158 ******************************************************************************* /156 /********************************************************************************************************************************* 157 * Global Variables * 158 *********************************************************************************************************************************/ 159 159 /** The root of the file hierarchy. */ 160 160 static VBOXFUSEDIR *g_pTreeRoot; … … 163 163 164 164 165 /******************************************************************************* 166 * Internal Functions *167 ******************************************************************************* /165 /********************************************************************************************************************************* 166 * Internal Functions * 167 *********************************************************************************************************************************/ 168 168 static int vboxfuseTreeLookupParent(const char *pszPath, const char **ppszName, PVBOXFUSEDIR *ppDir); 169 169 static int vboxfuseTreeLookupParentForInsert(const char *pszPath, const char **ppszName, PVBOXFUSEDIR *ppDir);
Note:
See TracChangeset
for help on using the changeset viewer.