Home
last modified time | relevance | path

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

/trunk/main/sal/osl/w32/
H A Dprofile.cxx2435 sal_Unicode *pCommandArg = strCommandArg->buffer + RTL_CONSTASCII_LENGTH(SVERSION_OPTION); in lookupProfile() local
2438 if (((nStart = rtl_ustr_indexOfChar(pCommandArg, L'[')) != -1) && in lookupProfile()
2439 ((nEnd = rtl_ustr_indexOfChar(pCommandArg + nStart + 1, L']')) != -1)) in lookupProfile()
2442 copy_ustr_n(aPath, pCommandArg + nStart + 1, dwPathLen); in lookupProfile()

Completed in 13 milliseconds