Searched refs:RTFsQueryProperties (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A Dfs-stubs-generic.cpp67 RTR3DECL(int) RTFsQueryProperties(const char *pszFsPath, PRTFSPROPERTIES pProperties) function
76 LogFlow(("RTFsQueryProperties: success stub!\n"));
/vbox/src/VBox/Runtime/testcase/
H A DtstRTFsQueries.cpp90 rc = RTFsQueryProperties(argv[i], &Props);
102 RTPrintf("tstRTFsQueries: RTFsQueryProperties failed, rc=%Rrc\n", rc);
/vbox/src/VBox/HostServices/SharedFolders/
H A Dteststubs.h71 #define RTFsQueryProperties testRTFsQueryProperties macro
H A Dmappings.cpp248 rc = RTFsQueryProperties(pszAsciiRoot, &prop);
H A Dvbsf.cpp2072 rc = RTFsQueryProperties(pszFullPath, &FsProperties);
/vbox/include/iprt/
H A Dfs.h593 RTR3DECL(int) RTFsQueryProperties(const char *pszFsPath, PRTFSPROPERTIES pProperties);
H A Dmangling.h623 # define RTFsQueryProperties RT_MANGLER(RTFsQueryProperties) macro
/vbox/src/VBox/Runtime/r3/nt/
H A Dfs-nt.cpp160 RTR3DECL(int) RTFsQueryProperties(const char *pszFsPath, PRTFSPROPERTIES pProperties) function
/vbox/src/VBox/Runtime/r3/posix/
H A Dfs-posix.cpp132 RTR3DECL(int) RTFsQueryProperties(const char *pszFsPath, PRTFSPROPERTIES pProperties) function
167 LogFlow(("RTFsQueryProperties(%p:{%s}, %p:{.cbMaxComponent=%u, .fReadOnly=%RTbool}): returns %Rrc\n",
/vbox/src/VBox/Runtime/r3/win/
H A Dfs-win.cpp295 RTR3DECL(int) RTFsQueryProperties(const char *pszFsPath, PRTFSPROPERTIES pProperties) function
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp304 int rc = RTFsQueryProperties(pszPath, &Props);

Completed in 104 milliseconds