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

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiManifest.cpp478 nsCOMPtr<nsISupportsArray> searchPath; local
479 aMgr->GetSearchPath(getter_AddRefs(searchPath));
482 searchPath->Count(&searchPathCount);
H A DxptiInterfaceInfoManager.cpp63 nsCOMPtr<nsISupportsArray> searchPath; local
64 BuildFileSearchPath(getter_AddRefs(searchPath));
65 if(!searchPath)
71 gInterfaceInfoManager = new xptiInterfaceInfoManager(searchPath);
232 nsCOMPtr<nsISupportsArray> searchPath; local
233 NS_NewISupportsArray(getter_AddRefs(searchPath));
234 if(!searchPath)
243 !searchPath->AppendElement(compDir))
251 // Add the GRE's component directory to searchPath if the
269 searchPath
[all...]
/vbox/src/VBox/ValidationKit/testdriver/
H A Dbase.py73 def searchPath(sExecName): function
562 (uPid, hProcess, uTid) = winbase.processCreate(searchPath(sName), asArgs);
581 return Process.spawn(searchPath(sName), *asArgsIn);

Completed in 102 milliseconds