Searched refs:strExecutable (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/sal/osl/w32/ |
H A D | profile.cxx | 2480 rtl_uString * strExecutable = NULL; in lookupProfile() local 2489 if (osl_getSystemPathFromFileURL(strTmp, &strExecutable) != osl_File_E_None) in lookupProfile() 2498 if ((nPos = rtl_ustr_lastIndexOfChar(strExecutable->buffer, L'\\')) == -1) in lookupProfile() 2500 if ((nPos = rtl_ustr_lastIndexOfChar(strExecutable->buffer, L':')) == -1) in lookupProfile() 2506 copy_ustr_n(aPath, strExecutable->buffer, nPos); in lookupProfile() 2513 copy_ustr_n(aPath, strExecutable->buffer, nPos); in lookupProfile() 2521 …WideCharToMultiByte(CP_ACP,0, reinterpret_cast<LPCWSTR>(strExecutable->buffer + nPos + 1), -1, Pro… in lookupProfile() 2528 rtl_uString_release(strExecutable); in lookupProfile()
|
Completed in 17 milliseconds