Home
last modified time | relevance | path

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

/trunk/main/sal/osl/w32/
H A Dfile_url.cxx50 #define WSTR_SYSTEM_ROOT_PATH L"\\\\.\\" macro
542 #define WSTR_SYSTEM_ROOT_PATH L"\\\\.\\" macro
552 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()
/trunk/main/sal/osl/os2/
H A Dfile_url.h67 #define WSTR_SYSTEM_ROOT_PATH L"\\\\.\\" macro
H A Dfile_url.cxx840 …ithLength( &strTempPath, (const sal_Unicode*)WSTR_SYSTEM_ROOT_PATH, ELEMENTS_OF_ARRAY(WSTR_SYSTEM_… in _osl_getSystemPathFromFileURL()

Completed in 31 milliseconds