Lines Matching refs:pszPath
179 static sal_Bool lookupProfile(const sal_Char *pszPath, const sal_Char *pszFile, sal_Char *pPath);
184 sal_Bool SAL_CALL osl_getFullPath(rtl_uString* pszFilename, sal_Char* pszPath, sal_uInt32 MaxLen) in osl_getFullPath() argument
186 return NO_ERROR == DosQueryPathInfo( (PCSZ)pszFilename, FIL_QUERYFULLNAME, pszPath, MaxLen); in osl_getFullPath()
1986 static sal_Bool lookupProfile(const sal_Char *pszPath, const sal_Char *pszFile, sal_Char *pPath)
1993 if (*pszPath == '"')
1997 pszPath++;
1999 while ((*pszPath != '"') && (*pszPath != '\0'))
2000 Product[i++] = *pszPath++;
2004 if (*pszPath == '"')
2005 pszPath++;
2007 if ( (*pszPath == '/') || (*pszPath == '\\') )
2009 pszPath++;
2102 if ( strlen(pszPath) <= 0 )
2113 strcat(Path, pszPath);
2151 if ( strlen(pszPath) <= 0 )
2153 strcat(Path, pszPath);
2157 strcat(Path,pszPath);
2162 if (((access(Path, 0) < 0) && (pStr != NULL)) || (strlen(pszPath) <= 0))
2171 if ( strlen(pszPath) <= 0)
2181 strcpy(pStr + 1, pszPath);
2260 if ((*pszPath != '/') && (*pszPath != '\\'))
2264 pChr=&Path[strlen(pszPath)];
2265 if ( strlen(pszPath) > 0 )
2267 strcat(Path, pszPath);