Searched refs:RTFsQuerySerial (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A Dfs-stubs-generic.cpp58 RTR3DECL(int) RTFsQuerySerial(const char *pszFsPath, uint32_t *pu32Serial) function
62 LogFlow(("RTFsQuerySerial: success stub!\n"));
/vbox/src/VBox/Runtime/testcase/
H A DtstRTFsQueries.cpp49 int rc = RTFsQuerySerial(argv[i], &u32Serial);
54 RTPrintf("tstRTFsQueries: RTFsQuerySerial failed, rc=%Rrc\n", rc);
68 RTPrintf("tstRTFsQueries: RTFsQuerySerial failed, rc=%Rrc\n", rc);
/vbox/src/VBox/HostServices/SharedFolders/
H A Dteststubs.h73 #define RTFsQuerySerial testRTFsQuerySerial macro
H A Dvbsf.cpp2067 rc = RTFsQuerySerial(pszFullPath, &pSFDEntry->ulSerial);
/vbox/include/iprt/
H A Dfs.h506 RTR3DECL(int) RTFsQuerySerial(const char *pszFsPath, uint32_t *pu32Serial);
H A Dmangling.h624 # define RTFsQuerySerial RT_MANGLER(RTFsQuerySerial) macro
/vbox/src/VBox/Runtime/r3/nt/
H A Dfs-nt.cpp116 RTR3DECL(int) RTFsQuerySerial(const char *pszFsPath, uint32_t *pu32Serial) function
/vbox/src/VBox/Runtime/r3/posix/
H A Dfs-posix.cpp100 RTR3DECL(int) RTFsQuerySerial(const char *pszFsPath, uint32_t *pu32Serial) function
126 LogFlow(("RTFsQuerySerial(%p:{%s}, %p:{%RX32}: returns %Rrc\n",
/vbox/src/VBox/Runtime/r3/win/
H A Dfs-win.cpp255 RTR3DECL(int) RTFsQuerySerial(const char *pszFsPath, uint32_t *pu32Serial) function
/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp2832 int vrc = RTFsQuerySerial(pTarget_local->i_getLocationFull().c_str(), &pu32Serial);

Completed in 155 milliseconds