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

/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/
H A DIXPCOM.java131 nsILocalFile newLocalFile(String aPath, boolean aFollowLinks) method in interface:IXPCOM
H A DMozilla.java942 public nsILocalFile newLocalFile(String aPath, boolean aFollowLinks) method in class:Mozilla
945 return xpcom.newLocalFile(aPath, aFollowLinks);
/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/internal/
H A DXPCOMImpl.java68 public native nsILocalFile newLocalFile(String aPath, boolean aFollowLinks); method in class:XPCOMImpl
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaInterfaces.cpp284 XPCOM_NATIVE(newLocalFile) (JNIEnv *env, jobject, jstring aPath, function
310 ThrowException(env, rv, "Failure in newLocalFile");
/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsXPCOMPrivate.h130 NewLocalFileFunc newLocalFile; member in struct:XPCOMFunctions

Completed in 64 milliseconds