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

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DnsIFileTest.cpp124 void CreationTest(const char* creationPath, const char* appendPath, function
432 CreationTest("c:\\temp\\", "file.txt", nsIFile::NORMAL_FILE_TYPE, 0644);
437 CreationTest("c:\\temp\\", "mumble\\a\\b\\c\\d\\e\\f\\g\\h\\i\\j\\k\\", nsIFile::DIRECTORY_TYPE, 0644);
453 CreationTest("/tmp", "file.txt", nsIFile::NORMAL_FILE_TYPE, 0644);
456 CreationTest("/tmp", "mumble/a/b/c/d/e/f/g/h/i/j/k/", nsIFile::DIRECTORY_TYPE, 0644);
459 CreationTest("/tmp", "file", nsIFile::NORMAL_FILE_TYPE, 0644);
464 CreationTest("/tmp", "qux/quux", nsIFile::NORMAL_FILE_TYPE, 0644);
465 CreationTest("/tmp", "foo/bar", nsIFile::NORMAL_FILE_TYPE, 0644);

Completed in 42 milliseconds