Lines Matching refs:aTmpPath
2458 ::osl::LongPathBuffer< sal_Char > aTmpPath( MAX_LONG_PATH ); in lookupProfile()
2461 …iByte(CP_ACP,0, ::osl::mingw_reinterpret_cast<LPCWSTR>(aPath), -1, aTmpPath, aTmpPath.getBufSizeIn… in lookupProfile()
2463 strcpy(aTmpPath + n, SVERSION_USER); in lookupProfile()
2464 if (access(aTmpPath, 0) >= 0) in lookupProfile()
2542 ::osl::LongPathBuffer< sal_Char > aTmpPath( MAX_LONG_PATH ); in lookupProfile()
2544 …iByte(CP_ACP,0, ::osl::mingw_reinterpret_cast<LPCWSTR>(aPath), -1, aTmpPath, aTmpPath.getBufSizeIn… in lookupProfile()
2549 if (((access(aTmpPath, 0) < 0) && (nPos != -1)) || (*strPath == 0)) in lookupProfile()
2554 pStr = aTmpPath + nPos; in lookupProfile()
2562 if ( access(aTmpPath, 0) < 0 ) in lookupProfile()
2591 ::osl::LongPathBuffer< sal_Char > aTmpPath( MAX_LONG_PATH ); in lookupProfile()
2593 …iByte(CP_ACP,0, ::osl::mingw_reinterpret_cast<LPCWSTR>(aPath), -1, aTmpPath, aTmpPath.getBufSizeIn… in lookupProfile()
2595 if ((access(aTmpPath, 0) < 0) && (strlen(Product) > 0)) in lookupProfile()
2661 ::osl::LongPathBuffer< sal_Char > aTmpPath( MAX_LONG_PATH ); in lookupProfile()
2665 … CP_ACP,0, ::osl::mingw_reinterpret_cast<LPCWSTR>(aPath), -1, aTmpPath, in lookupProfile()
2666 aTmpPath.getBufSizeInSymbols(), NULL, NULL)) in lookupProfile()
2669 strcpy(aTmpPath + n, SVERSION_USER); in lookupProfile()
2670 if (access(aTmpPath, 0) >= 0) in lookupProfile()