Searched refs:WSTR_SYSTEM_ROOT_PATH (Results 1 – 3 of 3) sorted by relevance
50 #define WSTR_SYSTEM_ROOT_PATH L"\\\\.\\" macro542 #define WSTR_SYSTEM_ROOT_PATH L"\\\\.\\" macro552 if ( lpszShortPath && 0 == wcscmp( lpszShortPath, WSTR_SYSTEM_ROOT_PATH ) ) in GetCaseCorrectPathName()554 if ( cchBuffer >= ELEMENTS_OF_ARRAY(WSTR_SYSTEM_ROOT_PATH) ) in GetCaseCorrectPathName()556 wcscpy( lpszLongPath, WSTR_SYSTEM_ROOT_PATH ); in GetCaseCorrectPathName()557 return ELEMENTS_OF_ARRAY(WSTR_SYSTEM_ROOT_PATH) - 1; in GetCaseCorrectPathName()561 return ELEMENTS_OF_ARRAY(WSTR_SYSTEM_ROOT_PATH) - 1; in GetCaseCorrectPathName()765 …mpPath, reinterpret_cast<const sal_Unicode*>(WSTR_SYSTEM_ROOT_PATH), ELEMENTS_OF_ARRAY(WSTR_SYSTEM… in _osl_getSystemPathFromFileURL()782 …t<const sal_Unicode*>(WSTR_SYSTEM_ROOT_PATH), ELEMENTS_OF_ARRAY(WSTR_SYSTEM_ROOT_PATH) - 1, ELEMEN… in _osl_getSystemPathFromFileURL()
67 #define WSTR_SYSTEM_ROOT_PATH L"\\\\.\\" macro
840 …ithLength( &strTempPath, (const sal_Unicode*)WSTR_SYSTEM_ROOT_PATH, ELEMENTS_OF_ARRAY(WSTR_SYSTEM_… in _osl_getSystemPathFromFileURL()
Completed in 29 milliseconds