Lines Matching refs:strPath

173 static sal_Bool             lookupProfile(const sal_Unicode *strPath, const sal_Unicode *strFile, s…
180 static sal_Bool SAL_CALL osl_getProfileName(rtl_uString* strPath, rtl_uString* strName, rtl_uString…
885 sal_Bool SAL_CALL osl_getProfileName(rtl_uString* strPath, rtl_uString* strName, rtl_uString** strP… in osl_getProfileName() argument
957 if (strPath && strPath->length) in osl_getProfileName()
959 sal_Unicode *pPath = rtl_uString_getStr(strPath); in osl_getProfileName()
960 sal_Int32 nLen = rtl_uString_getLength(strPath); in osl_getProfileName()
2296 static sal_Bool lookupProfile(const sal_Unicode *strPath, const sal_Unicode *strFile, sal_Unicode *… in lookupProfile() argument
2306 if (*strPath == L'"') in lookupProfile()
2310 strPath++; in lookupProfile()
2312 while ((strPath[i] != L'"') && (strPath[i] != L'\0')) in lookupProfile()
2315 …WideCharToMultiByte(CP_ACP,0, reinterpret_cast<LPCWSTR>(strPath), i, Product, sizeof(Product), NUL… in lookupProfile()
2317 strPath += i; in lookupProfile()
2319 if (*strPath == L'"') in lookupProfile()
2320 strPath++; in lookupProfile()
2322 if ( (*strPath == L'/') || (*strPath == L'\\') ) in lookupProfile()
2324 strPath++; in lookupProfile()
2451 if (*strPath) in lookupProfile()
2453 copy_ustr_n(aPath + dwPathLen, strPath, rtl_ustr_getLength(strPath)+1); in lookupProfile()
2454 dwPathLen += rtl_ustr_getLength(strPath); in lookupProfile()
2535 if (*strPath) in lookupProfile()
2537 copy_ustr_n(aPath + dwPathLen, strPath, rtl_ustr_getLength(strPath)+1); in lookupProfile()
2538 dwPathLen += rtl_ustr_getLength(strPath); in lookupProfile()
2549 if (((access(aTmpPath, 0) < 0) && (nPos != -1)) || (*strPath == 0)) in lookupProfile()
2559 if ( *strPath == 0) in lookupProfile()
2573 copy_ustr_n(aPath + nPos + 1, strPath, rtl_ustr_getLength(strPath)+1); in lookupProfile()
2574 dwPathLen = nPos + 1 + rtl_ustr_getLength(strPath); in lookupProfile()
2654 if (*strPath) in lookupProfile()
2656 … copy_ustr_n(aPath + dwPathLen, strPath, rtl_ustr_getLength(strPath)+1); in lookupProfile()
2657 dwPathLen += rtl_ustr_getLength(strPath); in lookupProfile()