Changeset 69674 in vbox for trunk/src/VBox/Runtime/common/vfs
- Timestamp:
- Nov 13, 2017 3:29:43 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119042
- Location:
- trunk/src/VBox/Runtime/common/vfs
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/vfs/vfschain.cpp
r69630 r69674 1187 1187 * Path to regular file system. 1188 1188 */ 1189 /** @todo implement system specific standard VFS directory class. */ 1190 rc = VERR_NOT_IMPLEMENTED; 1189 rc = RTVfsDirOpenNormal(pszSpec, fOpen, phVfsDir); 1191 1190 1192 1191 RTVfsChainSpecFree(pSpec);
Note:
See TracChangeset
for help on using the changeset viewer.