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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileUnix.cpp628 * dirCheck is used for various boolean test results such as from Equals,
631 PRBool dirCheck, isSymlink; local
634 if NS_FAILED((rv = IsDirectory(&dirCheck)))
636 if (!dirCheck)
639 if (NS_FAILED(rv = Equals(newParent, &dirCheck)))
641 if (dirCheck) {
646 if (NS_FAILED(rv = newParent->Exists(&dirCheck)))
648 if (!dirCheck) {
660 if (NS_FAILED(rv = newParent->Exists(&dirCheck)))
662 if (dirCheck)
[all...]

Completed in 70 milliseconds