Searched defs:creationPath (Results 1 - 1 of 1) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/tests/ |
H A D | nsIFileTest.cpp | 75 void InitTest(const char* creationPath, const char* appendPath) argument 90 printf("creationPath == %s\nappendPath == %s\n", creationPath, appendPath); 92 rv = file->InitWithNativePath(nsDependentCString(creationPath)); 124 void CreationTest(const char* creationPath, const char* appendPath, argument 138 printf("creationPath == %s\nappendPath == %s\n", creationPath, appendPath); 140 rv = file->InitWithNativePath(nsDependentCString(creationPath)); 173 void CreateUniqueTest(const char* creationPath, const char* appendPath, argument 187 printf("creationPath 260 DeletionTest(const char* creationPath, const char* appendPath, PRBool recursive) argument [all...] |
Completed in 38 milliseconds