/aoo41x/main/sal/osl/unx/ |
H A D | file_misc.cxx | 442 nRet = mkdir(pszPath,mode); in osl_psz_createDirectory() 461 nRet = rmdir(pszPath); in osl_psz_removeDirectory() 571 static oslFileError osl_psz_removeFile(const sal_Char* pszPath); 688 tErr = osl_psz_moveFile(pszPath,pszDestPath); in oslDoMoveFile() 699 tErr=osl_psz_copyFile(pszPath,pszDestPath); in oslDoMoveFile() 708 tErr=osl_psz_removeFile(pszPath); in oslDoMoveFile() 716 static oslFileError osl_psz_removeFile( const sal_Char* pszPath ) in osl_psz_removeFile() argument 721 nRet = lstat(pszPath,&aStat); in osl_psz_removeFile() 733 nRet = unlink(pszPath); in osl_psz_removeFile() 752 nRet = rename(pszPath,pszDestPath); in osl_psz_moveFile() [all …]
|
H A D | file_volume.cxx | 119 static oslVolumeDeviceHandle osl_isFloppyDrive(const sal_Char* pszPath); 124 static sal_Bool osl_isFloppyMounted(sal_Char* pszPath, sal_Char* pszMountPath); 125 static sal_Bool osl_getFloppyMountEntry(const sal_Char* pszPath, sal_Char* pBuffer); 590 osl_isFloppyDrive(const sal_Char* pszPath) in osl_isFloppyDrive() argument 600 if (realpath(pszPath, pHandle->pszFilePath) == NULL) in osl_isFloppyDrive() 779 osl_isFloppyDrive (const sal_Char* pszPath) in osl_isFloppyDrive() argument 782 if (osl_getFloppyMountEntry(pszPath, pItem)) in osl_isFloppyDrive() 1032 osl_getFloppyMountEntry(const sal_Char* pszPath, oslVolumeDeviceHandleImpl* pItem) in osl_getFloppyMountEntry() argument 1043 if ( strncmp(pMountEnt->mnt_dir, pszPath, strlen(pMountEnt->mnt_dir)) == 0 in osl_getFloppyMountEntry() 1092 static oslVolumeDeviceHandle osl_isFloppyDrive(const sal_Char* pszPath) in osl_isFloppyDrive() argument [all …]
|
H A D | process.c | 130 const sal_Char* pszPath, 136 sal_Bool osl_getFullPath(const sal_Char* pszFilename, sal_Char* pszPath, sal_uInt32 MaxLen); 148 oslProcessError SAL_CALL osl_searchPath_impl(const sal_Char* pszName, const sal_Char* pszPath, in osl_searchPath_impl() argument 163 if (pszPath == NULL) in osl_searchPath_impl() 164 pszPath = "PATH"; in osl_searchPath_impl() 170 if ( (pchr = getenv(pszPath)) != 0 ) in osl_searchPath_impl()
|
/aoo41x/main/sal/osl/os2/ |
H A D | profile.c | 1993 if (*pszPath == '"') 1997 pszPath++; 1999 while ((*pszPath != '"') && (*pszPath != '\0')) 2004 if (*pszPath == '"') 2005 pszPath++; 2007 if ( (*pszPath == '/') || (*pszPath == '\\') ) 2009 pszPath++; 2113 strcat(Path, pszPath); 2153 strcat(Path, pszPath); 2157 strcat(Path,pszPath); [all …]
|
H A D | file.cxx | 775 static oslFileError osl_psz_removeFile(const sal_Char* pszPath); 776 static oslFileError osl_psz_createDirectory(const sal_Char* pszPath); 777 static oslFileError osl_psz_removeDirectory(const sal_Char* pszPath); 778 static oslFileError osl_psz_copyFile(const sal_Char* pszPath, const sal_Char* pszDestPath); 779 static oslFileError osl_psz_moveFile(const sal_Char* pszPath, const sal_Char* pszDestPath); 793 static oslFileError oslDoMoveFile(const sal_Char* pszPath, const sal_Char* pszDestPath); 812 static oslVolumeDeviceHandle osl_isFloppyDrive(const sal_Char* pszPath); 2130 static oslFileError osl_psz_copyFile( const sal_Char* pszPath, const sal_Char* pszDestPath ) in osl_psz_copyFile() argument 2144 nRet = lstat(pszPath,&aFileStat); in osl_psz_copyFile() 2187 tErr = oslDoCopy(pszPath,pszDestPath,nMode,nSourceSize,DestFileExists); in osl_psz_copyFile() [all …]
|
/aoo41x/main/tools/source/fsys/ |
H A D | wntmsc.cxx | 628 HRESULT SHGetIDListFromPath( HWND hwndOwner, LPCTSTR pszPath, LPITEMIDLIST *ppidl ) in SHGetIDListFromPath() argument 639 ULONG chEaten = lstrlen( pszPath ); in SHGetIDListFromPath() 643 LPOLESTR wszPath = pszPath; in SHGetIDListFromPath() 646 MultiByteToWideChar( CP_ACP, MB_PRECOMPOSED, pszPath, -1, wszPath, MAX_PATH ); in SHGetIDListFromPath() 678 HRESULT SHResolvePath( HWND hwndOwner, LPCTSTR pszPath, LPITEMIDLIST *ppidl ) in SHResolvePath() argument 695 pszPathCopy = new TCHAR[lstrlen(pszPath) + 1]; in SHResolvePath() 697 lstrcpy( pszPathCopy, pszPath ); in SHResolvePath()
|
H A D | os2.cxx | 245 sal_Bool createLongNameEA( const PCSZ pszPath, ULONG ulAttributes, const String& aLongName );
|
/aoo41x/main/desktop/win32/source/rebase/ |
H A D | rebasegui.cxx | 128 static wchar_t* getBrandPath(wchar_t * pszPath) in getBrandPath() argument 130 DWORD n = GetModuleFileNameW(NULL, pszPath, MAX_PATH); in getBrandPath() 134 return tools::filename(pszPath); in getBrandPath()
|
/aoo41x/main/store/workben/ |
H A D | t_base.cxx | 198 const sal_Unicode *pszPath, in __store_namei() argument 212 __store_string_newFromUnicode (&pszPathA, pszPath); in __store_namei()
|
/aoo41x/main/sal/osl/w32/ |
H A D | file_dirvol.cxx | 1277 const sal_Unicode* pszPath = path.getStr(); in is_floppy_drive() local 1278 …return ((wcschr(FLOPPY_DRV_LETTERS, pszPath[0]) && (L':' == pszPath[1])) || is_floppy_volume_mount… in is_floppy_drive() 1444 LPCTSTR pszPath = reinterpret_cast<LPCTSTR>(path.getStr()); in get_filesystem_attributes() local 1445 if (GetVolumeInformation(pszPath, vn, MAX_PATH+1, &serial, &mcl, &flags, fsn, MAX_PATH+1)) in get_filesystem_attributes()
|
/aoo41x/main/sal/systools/win32/uwinapi/ |
H A D | SHCreateItemFromParsingName.cpp | 29 … shell32, TRYLOAD, HRESULT, WINAPI, SHCreateItemFromParsingName, (PCWSTR pszPath, IBindCtx *pbc, R…
|
/aoo41x/main/sal/inc/systools/win32/ |
H A D | shell9x.h | 78 SHELL9X_API BOOL ( WINAPI * lpfnSHGetPathFromIDListW ) ( LPCITEMIDLIST pidl, LPWSTR pszPath…
|
/aoo41x/main/migrationanalysis/src/wizard/ |
H A D | Utilities.bas | 172 (ByVal pidl As Long, ByVal pszPath As String) As Long
|
/aoo41x/main/tools/source/stream/ |
H A D | strmos2.cxx | 485 sal_Bool createLongNameEA ( const PCSZ pszPath, sal_uIntPtr ulAttributes, const String& aLongName…
|
/aoo41x/main/migrationanalysis/src/driver_docs/sources/ |
H A D | AnalysisDriver.bas | 70 (ByVal pidl As Long, ByVal pszPath As String) As Long
|