Searched refs:RTFsQueryType (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTFsQueries.cpp80 rc = RTFsQueryType(argv[i], &enmType);
85 RTPrintf("tstRTFsQueries: RTFsQueryType failed, rc=%Rrc\n", rc);
/vbox/include/iprt/
H A Dfs.h190 * Filesystem type IDs returned by RTFsQueryType.
529 RTR3DECL(int) RTFsQueryType(const char *pszFsPath, PRTFSTYPE penmType);
H A Dmangling.h626 # define RTFsQueryType RT_MANGLER(RTFsQueryType) macro
/vbox/src/VBox/Runtime/r3/nt/
H A Dfs-nt.cpp229 RTR3DECL(int) RTFsQueryType(const char *pszFsPath, PRTFSTYPE penmType) function
/vbox/src/VBox/Runtime/r3/posix/
H A Dfs-posix.cpp173 RTR3DECL(int) RTFsQueryType(const char *pszFsPath, PRTFSTYPE penmType) function
/vbox/src/VBox/Runtime/r3/win/
H A Dfs-win.cpp364 RTR3DECL(int) RTFsQueryType(const char *pszFsPath, PRTFSTYPE penmType) function
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp3933 int rc2 = RTFsQueryType(utfFile.c_str(), &enmFsTypeFile);
3938 (void)RTFsQueryType(utfSnap.c_str(), &enmFsTypeSnap);
4100 (void)RTFsQueryType(utfFile.c_str(), &enmFsTypeFile);

Completed in 133 milliseconds