Home
last modified time | relevance | path

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

/trunk/main/sal/osl/w32/
H A Dprofile.cxx957 if (strPath && strPath->length) in osl_getProfileName()
2306 if (*strPath == L'"') in lookupProfile()
2310 strPath++; in lookupProfile()
2312 while ((strPath[i] != L'"') && (strPath[i] != L'\0')) in lookupProfile()
2317 strPath += i; in lookupProfile()
2320 strPath++; in lookupProfile()
2322 if ( (*strPath == L'/') || (*strPath == L'\\') ) in lookupProfile()
2324 strPath++; in lookupProfile()
2451 if (*strPath) in lookupProfile()
2535 if (*strPath) in lookupProfile()
[all …]
H A Dfile_url.cxx850 oslFileError _osl_getFileURLFromSystemPath( rtl_uString* strPath, rtl_uString** pstrURL ) in _osl_getFileURLFromSystemPath() argument
856 if (strPath) in _osl_getFileURLFromSystemPath()
857 dwPathType = IsValidFilePath(strPath, NULL, VALIDATEPATH_ALLOW_RELATIVE, NULL); in _osl_getFileURLFromSystemPath()
877 nLength = rtl_uString_getLength( strPath ); in _osl_getFileURLFromSystemPath()
878 …rtl_uString_newFromStr_WithLength( &strBuffer, strPath->buffer + nIgnore - 2, nLength - nIgnore + … in _osl_getFileURLFromSystemPath()
890 nLength = rtl_uString_getLength( strPath ); in _osl_getFileURLFromSystemPath()
891 … rtl_uString_newFromStr_WithLength( &strBuffer, strPath->buffer + nIgnore, nLength - nIgnore ); in _osl_getFileURLFromSystemPath()
899 rtl_uString_newReplace( &strTempPath, strPath, '\\', '/' ); in _osl_getFileURLFromSystemPath()
906 rtl_uString_newReplace( &strTempPath, strPath, '\\', '/' ); in _osl_getFileURLFromSystemPath()
H A Dsecurity.c83 static sal_Bool GetSpecialFolder(rtl_uString **strPath,int nFolder);
696 static sal_Bool GetSpecialFolder(rtl_uString **strPath, int nFolder) in GetSpecialFolder() argument
715 …rtl_string2UString( strPath, PathA, strlen(PathA), osl_getThreadTextEncoding(), OUSTRING_TO_OSTRIN… in GetSpecialFolder()
716 OSL_ASSERT(*strPath != NULL); in GetSpecialFolder()
724 rtl_uString_newFromStr( strPath, PathW); in GetSpecialFolder()
792 rtl_uString_newFromStr( strPath, PathW); in GetSpecialFolder()
801 …rtl_string2UString( strPath, PathA, strlen(PathA), osl_getThreadTextEncoding(), OUSTRING_TO_OSTRIN… in GetSpecialFolder()
802 OSL_ASSERT(*strPath != NULL); in GetSpecialFolder()
H A Dfile.cxx707 rtl_uString * strPath, in osl_openFile() argument
712 oslFileError result = _osl_getSystemPathFromFileURL( strPath, &strSysPath, sal_False ); in osl_openFile()
1116 oslFileError SAL_CALL osl_removeFile( rtl_uString* strPath ) in osl_removeFile() argument
1119 oslFileError error = _osl_getSystemPathFromFileURL( strPath, &strSysPath, sal_False ); in osl_removeFile()
1137 oslFileError SAL_CALL osl_copyFile( rtl_uString* strPath, rtl_uString *strDestPath ) in osl_copyFile() argument
1140 oslFileError error = _osl_getSystemPathFromFileURL( strPath, &strSysPath, sal_False ); in osl_copyFile()
1165 oslFileError SAL_CALL osl_moveFile( rtl_uString* strPath, rtl_uString *strDestPath ) in osl_moveFile() argument
1168 oslFileError error = _osl_getSystemPathFromFileURL( strPath, &strSysPath, sal_False ); in osl_moveFile()
H A Dfile_dirvol.cxx757 oslFileError SAL_CALL osl_createDirectory(rtl_uString* strPath) in osl_createDirectory() argument
760 oslFileError error = _osl_getSystemPathFromFileURL( strPath, &strSysPath, sal_False ); in osl_createDirectory()
795 oslFileError SAL_CALL osl_removeDirectory(rtl_uString* strPath) in osl_removeDirectory() argument
798 oslFileError error = _osl_getSystemPathFromFileURL( strPath, &strSysPath, sal_False ); in osl_removeDirectory()
H A Dfile_url.h84 rtl_uString * strPath,
/trunk/main/migrationanalysis/src/wizard/
H A DOffice10Issues.bas85 Public Function CreateRegKey(hKey As RegHive, strPath As String)
102 retval = RegCreateKeyEx(hKey, strPath, 0, "", 0, KEY_WRITE, _
113 Public Function CreateRegKey2(hKey As RegHive, strPath As String) As Long
131 retval = RegCreateKeyEx(hKey, strPath, 0, "", 0, KEY_WRITE, _
148 Public Function GetRegLong(ByVal hKey As RegHive, ByVal strPath As String, ByVal strValue As String…
160 lRegResult = RegOpenKey(hKey, strPath, hCurKey)
174 Public Function SaveRegLong(ByVal hKey As RegHive, ByVal strPath As String, ByVal strValue As Strin…
183 lRegResult = RegCreateKey(hKey, strPath, hCurKey)
/trunk/main/ucb/source/ucp/file/
H A Dfilglob.cxx231 osl::FileBase::RC osl_File_copy( const rtl::OUString& strPath, in osl_File_copy() argument
242 return osl::File::copy( strPath,strDestPath ); in osl_File_copy()
246 osl::FileBase::RC osl_File_move( const rtl::OUString& strPath, in osl_File_move() argument
257 return osl::File::move( strPath,strDestPath ); in osl_File_move()
H A Dfilglob.hxx86 extern osl::FileBase::RC osl_File_copy( const rtl::OUString& strPath,
97 extern osl::FileBase::RC osl_File_move( const rtl::OUString& strPath,
/trunk/main/sal/osl/os2/
H A Dfile_url.cxx596 oslFileError SAL_CALL _osl_getFileURLFromSystemPath( rtl_uString* strPath, rtl_uString** pstrURL ) in _osl_getFileURLFromSystemPath() argument
602 if (strPath) in _osl_getFileURLFromSystemPath()
603 dwPathType = IsValidFilePath(strPath->buffer, NULL, VALIDATEPATH_ALLOW_RELATIVE); in _osl_getFileURLFromSystemPath()
611 rtl_uString_newReplace( &strTempPath, strPath, '\\', '/' ); in _osl_getFileURLFromSystemPath()
H A Dprofile.c182 static sal_Bool SAL_CALL osl_getProfileName(rtl_uString* strPath, rtl_uString* strName, rtl_uString…
874 sal_Bool SAL_CALL osl_getProfileName(rtl_uString* strPath, rtl_uString* strName, rtl_uString** strP…
946 if (strPath && strPath->length)
948 sal_Unicode *pPath = rtl_uString_getStr(strPath);
949 sal_Int32 nLen = rtl_uString_getLength(strPath);
/trunk/main/sal/workben/
H A Dtestfile.cxx2120 void ConvertPathTest(rtl::OUString& strPath) in ConvertPathTest() argument
2133 rc=FileBase::getFileURLFromSystemPath( strPath, strNormPath ); in ConvertPathTest()
2486 void getCanonicalNameTest(rtl::OUString strPath) in getCanonicalNameTest() argument
2493 printFileName( strPath ); in getCanonicalNameTest()
2496 rc=FileBase::getCanonicalName( strPath, strValid ); in getCanonicalNameTest()
/trunk/main/setup_native/source/win32/stwrapper/
H A Dstwrapper.cxx197 static bool GetProgramFilesFolder( LPTSTR strPath ) in GetProgramFilesFolder() argument
210 if ( pSHGetSpecialFolderPathA( NULL, strPath, CSIDL_PROGRAM_FILES, TRUE )) in GetProgramFilesFolder()
/trunk/main/sal/inc/osl/
H A Dfile.hxx1651 Directory( const ::rtl::OUString& strPath ): _pData( 0 ), _aPath( strPath ) in Directory() argument
/trunk/main/offapi/com/sun/star/setup/
H A DMirrorEntry.idl35 string strPath;
H A DMakeShortcutAction.idl42 string strPath;

Completed in 97 milliseconds