Changeset 69831 in vbox for trunk/src/VBox/Runtime/common/fs
- Timestamp:
- Nov 24, 2017 8:03:23 PM (7 years ago)
- Location:
- trunk/src/VBox/Runtime/common/fs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/fatvfs.cpp
r69828 r69831 4180 4180 4181 4181 4182 #if 0 4182 4183 /** 4183 4184 * @interface_method_impl{RTVFSDIROPS,pfnOpenFile} … … 4236 4237 return rc; 4237 4238 } 4238 4239 4239 #endif 4240 4241 4242 #if 0 4240 4243 /** 4241 4244 * @interface_method_impl{RTVFSDIROPS,pfnCreateDir} … … 4272 4275 return rc; 4273 4276 } 4277 #endif 4274 4278 4275 4279 … … 4734 4738 rtFsFatDir_Open, 4735 4739 NULL /* pfnFollowAbsoluteSymlink */, 4736 rtFsFatDir_OpenFile,4740 NULL /* pfnOpenFile*/, 4737 4741 NULL /* pfnOpenDir */, 4738 rtFsFatDir_CreateDir,4742 NULL /* pfnCreateDir */, 4739 4743 rtFsFatDir_OpenSymlink, 4740 4744 rtFsFatDir_CreateSymlink, -
trunk/src/VBox/Runtime/common/fs/isovfs.cpp
r69828 r69831 3068 3068 3069 3069 3070 #if 0 3070 3071 /** 3071 3072 * @interface_method_impl{RTVFSDIROPS,pfnOpenFile} … … 3150 3151 return rc; 3151 3152 } 3153 #endif 3152 3154 3153 3155 … … 3736 3738 rtFsIsoDir_Open, 3737 3739 NULL /* pfnFollowAbsoluteSymlink */, 3738 rtFsIsoDir_OpenFile,3740 NULL /* pfnOpenFile */, 3739 3741 NULL /* pfnOpenDir */, 3740 3742 rtFsIsoDir_CreateDir,
Note:
See TracChangeset
for help on using the changeset viewer.