Home
last modified time | relevance | path

Searched refs:pSearchPath (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/tools/bootstrp/
H A Dcppdep.cxx42 pSearchPath = new ByteStringList; in CppDep()
49 pSearchPath = new ByteStringList; in CppDep()
56 delete pSearchPath; in ~CppDep()
73 pSearchPath->Insert( pStr, LIST_APPEND ); in AddSearchPath()
150 sal_uIntPtr nCount = pSearchPath->Count(); in Exists()
154 ByteString *pPathName = pSearchPath->GetObject(n); in Exists()
H A Dcppdep.hxx34 ByteStringList *pSearchPath; member in CppDep
/aoo41x/main/sal/osl/os2/
H A Dprocess_impl.cxx215 rtl_uString * pSearchPath = 0; in osl_setCommandArgs() local
216 osl_getEnvironment (PATH.pData, &pSearchPath); in osl_setCommandArgs()
217 if (pSearchPath) in osl_setCommandArgs()
220 osl_searchPath (ppArgs[0], pSearchPath, &pSearchResult); in osl_setCommandArgs()
226 rtl_uString_release (pSearchPath); in osl_setCommandArgs()
H A Dprocess.c150 rtl_uString * pSearchPath = 0; in osl_executeProcess_WithRedirectedIO()
151 osl_getEnvironment (PATH.pData, &pSearchPath); in osl_executeProcess_WithRedirectedIO()
152 if (pSearchPath) in osl_executeProcess_WithRedirectedIO()
155 osl_searchPath (ustrImageName, pSearchPath, &pSearchResult); in osl_executeProcess_WithRedirectedIO()
161 rtl_uString_release (pSearchPath); in osl_executeProcess_WithRedirectedIO()
/aoo41x/main/sal/osl/unx/
H A Dprocess_impl.cxx259 rtl_uString * pSearchPath = 0; in osl_setCommandArgs() local
260 osl_getEnvironment (PATH.pData, &pSearchPath); in osl_setCommandArgs()
261 if (pSearchPath) in osl_setCommandArgs()
264 osl_searchPath (ppArgs[0], pSearchPath, &pSearchResult); in osl_setCommandArgs()
270 rtl_uString_release (pSearchPath); in osl_setCommandArgs()

Completed in 32 milliseconds