Searched defs:whatToCreate (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DnsIFileTest.cpp125 PRInt32 whatToCreate, PRInt32 perm)
158 rv = file->Create(whatToCreate, perm);
174 PRInt32 whatToCreate, PRInt32 perm)
207 rv = file->CreateUnique(whatToCreate, perm);
124 CreationTest(const char* creationPath, const char* appendPath, PRInt32 whatToCreate, PRInt32 perm) argument
173 CreateUniqueTest(const char* creationPath, const char* appendPath, PRInt32 whatToCreate, PRInt32 perm) argument

Completed in 42 milliseconds