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

/vbox/src/VBox/Main/glue/
H A Dinitterm.cpp443 nsCOMPtr <nsIFile> appDir; local
453 appDir = do_QueryInterface(file, &rc);
471 rc = NS_InitXPCOM2(getter_AddRefs(serviceManager), appDir, dsProv);
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaInterfaces.cpp98 nsCOMPtr<nsILocalFile> appDir; local
100 rv = File_to_nsILocalFile(env, aAppDirectory, getter_AddRefs(appDir));
116 return XRE_InitEmbedding(libXULDir, appDir, provider, nsnull, 0);
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiManifest.cpp64 nsCOMPtr<nsILocalFile> appDir; local
65 aMgr->GetApplicationDir(getter_AddRefs(appDir));
66 if(appDir)
67 return NS_SUCCEEDED(appDir->GetPersistentDescriptor(aStr));
75 nsCOMPtr<nsILocalFile> appDir; local
76 aMgr->GetApplicationDir(getter_AddRefs(appDir));
88 rv = appDir->Equals(descDir, &matches);

Completed in 57 milliseconds