Searched refs:PR_Rename (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dtestfile.c272 * Test PR_Available, PR_Seek, PR_GetFileInfo, PR_Rename, PR_Access
406 if (PR_FAILURE == PR_Rename(pathname, tmpname)) {
415 if (PR_SUCCESS == PR_Rename(pathname, tmpname)) {
562 * Test PR_Available, PR_Seek, PR_GetFileInfo, PR_Rename, PR_Access
869 if (PR_FAILURE == PR_Rename(TEST_DIR, renamename)) {
882 if (PR_SUCCESS == PR_Rename(renamename, TEST_DIR)) {
896 if (PR_FAILURE == PR_Rename(renamename, TEST_DIR)) {
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecBeOS.cpp49 #include "prio.h" /* for PR_Rename */
332 if (PR_Rename(oldPath, mPath) != NS_OK)
H A DnsFileSpecOS2.cpp667 if (PR_Rename(oldPath, mPath) != NS_OK)
H A DnsFileSpecUnix.cpp51 #include "prio.h" /* for PR_Rename */
405 if (PR_Rename(oldPath, mPath) != NS_OK)
H A DnsFileSpecWin.cpp568 if (PR_Rename(oldPath, mPath) != NS_OK)
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h94 #define PR_Rename VBoxNsprPR_Rename macro
963 * FUNCTION: PR_Rename
977 NSPR_API(PRStatus) PR_Rename(const char *from, const char *to);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprfile.c551 PR_IMPLEMENT(PRStatus) PR_Rename(const char *from, const char *to)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c241 static PRLock *_pr_rename_lock; /* For PR_Rename() */
3548 ** enforce the sematics of PR_Rename(). (see the latter for
3635 PR_IMPLEMENT(PRStatus) PR_Rename(const char *from, const char *to)
3664 } /* PR_Rename */
3691 ** in PR_Rename.

Completed in 2561 milliseconds