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

/vbox/src/libs/xpcom18a4/xpcom/sample/
H A DnsSample.cpp151 nsSampleImpl::WriteValue(const char* aPrefix) argument
153 NS_PRECONDITION(aPrefix != nsnull, "null ptr");
154 if (! aPrefix)
157 printf("%s %s\n", aPrefix, mValue);

Completed in 60 milliseconds