Searched refs:pSearchPath (Results 1 – 5 of 5) sorted by relevance
/trunk/main/tools/bootstrp/ |
H A D | cppdep.cxx | 42 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 D | cppdep.hxx | 34 ByteStringList *pSearchPath; member in CppDep
|
/trunk/main/sal/osl/os2/ |
H A D | process_impl.cxx | 215 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 D | process.c | 150 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()
|
/trunk/main/sal/osl/unx/ |
H A D | process_impl.cxx | 259 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 16 milliseconds