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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsDirectoryService.cpp127 nsCOMPtr<nsIProperties> dirService; local
130 getter_AddRefs(dirService)); // needs to be around for life of product
132 if (dirService)
135 dirService->Get(NS_XPCOM_INIT_CURRENT_PROCESS_DIR, NS_GET_IID(nsILocalFile), getter_AddRefs(aLocalFile));
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiInterfaceInfoManager.cpp189 nsCOMPtr<nsIProperties> dirService = local
193 return dirService->Get(codename, NS_GET_IID(nsILocalFile), (void**) aDir);
202 nsCOMPtr<nsIProperties> dirService = local
204 if(!dirService)
208 dirService->Get(codename, NS_GET_IID(nsISimpleEnumerator),

Completed in 59 milliseconds