Searched defs:DeletionTest (Results 1 - 1 of 1) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/tests/ |
H A D | nsIFileTest.cpp | 260 DeletionTest(const char* creationPath, const char* appendPath, PRBool recursive) function 433 DeletionTest("c:\\temp\\", "file.txt", PR_FALSE); 438 DeletionTest("c:\\temp\\", "mumble", PR_TRUE); 444 DeletionTest("c:\\temp\\", "foo", PR_TRUE); 445 DeletionTest("c:\\temp\\", "foo-1", PR_TRUE); 446 DeletionTest("c:\\temp\\", "bar.xx", PR_TRUE); 447 DeletionTest("c:\\temp\\", "bar-1.xx", PR_TRUE); 454 DeletionTest("/tmp/", "file.txt", PR_FALSE); 457 DeletionTest("/tmp", "mumble", PR_TRUE); 462 DeletionTest("/tm [all...] |
Completed in 293 milliseconds