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

/vbox/src/VBox/Runtime/r3/posix/
H A Dsymlink-posix.cpp52 int rc = rtPathToNative(&pszNativeSymlink, pszSymlink, NULL);
71 int rc = rtPathToNative(&pszNativeSymlink, pszSymlink, NULL);
107 int rc = rtPathToNative(&pszNativeSymlink, pszSymlink, NULL);
111 rc = rtPathToNative(&pszNativeTarget, pszTarget, NULL);
135 int rc = rtPathToNative(&pszNativeSymlink, pszSymlink, NULL);
179 int rc = rtPathToNative(&pszNativeSymlink, pszSymlink, NULL);
H A Dpath-posix.cpp60 int rc = rtPathToNative(&pszNativePath, pszPath, NULL);
92 rc = rtPathToNative(&pszNativePath, pszPath, NULL);
148 int rc = rtPathToNative(&pszNativeSrc, pszSrc, NULL);
152 rc = rtPathToNative(&pszNativeDst, pszDst, NULL);
327 int rc = rtPathToNative(&pszNativePath, pszPath, NULL);
369 int rc = rtPathToNative(&pszNativePath, pszPath, NULL);
H A Dfs-posix.cpp66 int rc = rtPathToNative(&pszNativeFsPath, pszFsPath, NULL);
113 int rc = rtPathToNative(&pszNativeFsPath, pszFsPath, NULL);
144 int rc = rtPathToNative(&pszNativeFsPath, pszFsPath, NULL);
188 int rc = rtPathToNative(&pszNativeFsPath, pszFsPath, NULL);
H A Dpath2-posix.cpp76 int rc = rtPathToNative(&pszNativePath, pszPath, NULL);
149 int rc = rtPathToNative(&pszNativePath, pszPath, NULL);
251 int rc = rtPathToNative(&pszNativePath, pszPath, NULL);
H A Ddir-posix.cpp64 int rc = rtPathToNative(&pszNativePath, pszPath, NULL);
86 rc = rtPathToNative(&pszNativePath, pszPath, NULL);
146 int rc = rtPathToNative(&pszNativePath, pszPath, NULL);
223 int rc = rtPathToNative(&pszNativePath, pDir->pszPath, NULL);
H A Dpathhost-posix.cpp180 int rtPathToNative(char const **ppszNativePath, const char *pszPath, const char *pszBasePath) function
H A Dfileio-posix.cpp87 int rc = rtPathToNative(&pszNativePath, pszPath, NULL);
201 rc = rtPathToNative(&pszNativeFilename, pszFilename, NULL);
409 int rc = rtPathToNative(&pszNativeFilename, pszFilename, NULL);
/vbox/src/VBox/Runtime/include/internal/
H A Dpath.h68 int rtPathToNative(char const **ppszNativePath, const char *pszPath, const char *pszBasePath);
71 * Frees a native path returned by rtPathToNative() or rtPathToNativeEx().
75 * rtPathToNative returned the pointer to the original.
/vbox/src/VBox/Runtime/generic/
H A Dpathhost-generic.cpp39 int rtPathToNative(char const **ppszNativePath, const char *pszPath, const char *pszBasePath) function
/vbox/src/VBox/Runtime/r3/darwin/
H A Dpathhost-darwin.cpp43 int rtPathToNative(const char **ppszNativePath, const char *pszPath, const char *pszBasePath) function

Completed in 72 milliseconds