Home
last modified time | relevance | path

Searched refs:pszPath (Results 1 – 15 of 15) sorted by relevance

/aoo4110/main/sal/osl/unx/
H A Dfile_misc.cxx442 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 Dfile_volume.cxx119 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 Dprocess.c130 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()
/aoo4110/main/sal/osl/os2/
H A Dprofile.c1993 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 Dfile.cxx775 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 …]
/aoo4110/main/tools/source/fsys/
H A Dwntmsc.cxx628 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 Dos2.cxx245 sal_Bool createLongNameEA( const PCSZ pszPath, ULONG ulAttributes, const String& aLongName );
/aoo4110/main/desktop/win32/source/rebase/
H A Drebasegui.cxx128 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()
/aoo4110/main/store/workben/
H A Dt_base.cxx198 const sal_Unicode *pszPath, in __store_namei() argument
212 __store_string_newFromUnicode (&pszPathA, pszPath); in __store_namei()
/aoo4110/main/sal/osl/w32/
H A Dfile_dirvol.cxx1277 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()
/aoo4110/main/sal/systools/win32/uwinapi/
H A DSHCreateItemFromParsingName.cpp29 … shell32, TRYLOAD, HRESULT, WINAPI, SHCreateItemFromParsingName, (PCWSTR pszPath, IBindCtx *pbc, R…
/aoo4110/main/sal/inc/systools/win32/
H A Dshell9x.h78 SHELL9X_API BOOL ( WINAPI * lpfnSHGetPathFromIDListW ) ( LPCITEMIDLIST pidl, LPWSTR pszPath
/aoo4110/main/migrationanalysis/src/wizard/
H A DUtilities.bas172 (ByVal pidl As Long, ByVal pszPath As String) As Long
/aoo4110/main/tools/source/stream/
H A Dstrmos2.cxx485 sal_Bool createLongNameEA ( const PCSZ pszPath, sal_uIntPtr ulAttributes, const String& aLongName…
/aoo4110/main/migrationanalysis/src/driver_docs/sources/
H A DAnalysisDriver.bas70 (ByVal pidl As Long, ByVal pszPath As String) As Long

Completed in 177 milliseconds