Changeset 40108 in vbox for trunk/src/VBox/HostServices/SharedFolders/testcase
- Timestamp:
- Feb 13, 2012 8:33:20 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76249
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/testcase/tstSharedFolderService.cpp
r39612 r40108 137 137 138 138 extern int testRTDirOpen(PRTDIR *ppDir, const char *pszPath) 139 { 140 /* RTPrintf("%s: pszPath=%s\n", __PRETTY_FUNCTION__, pszPath); */ 141 ARRAY_FROM_PATH(testRTDirOpenName, pszPath); 142 *ppDir = testRTDirOpenpDir; 143 testRTDirOpenpDir = 0; 144 return VINF_SUCCESS; 145 } 146 147 /** @todo Do something useful with the last two arguments. */ 148 extern int testRTDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER, uint32_t) 139 149 { 140 150 /* RTPrintf("%s: pszPath=%s\n", __PRETTY_FUNCTION__, pszPath); */
Note:
See TracChangeset
for help on using the changeset viewer.