Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dfile_misc.cxx438 nRet = mkdir(pszPath,mode); in osl_psz_createDirectory()
457 nRet = rmdir(pszPath); in osl_psz_removeDirectory()
565 static oslFileError osl_psz_removeFile(const sal_Char* pszPath);
678 tErr = osl_psz_moveFile(pszPath,pszDestPath); in oslDoMoveFile()
689 tErr=osl_psz_copyFile(pszPath,pszDestPath); in oslDoMoveFile()
698 tErr=osl_psz_removeFile(pszPath); in oslDoMoveFile()
706 static oslFileError osl_psz_removeFile( const sal_Char* pszPath ) in osl_psz_removeFile() argument
711 nRet = lstat(pszPath,&aStat); in osl_psz_removeFile()
723 nRet = unlink(pszPath); in osl_psz_removeFile()
742 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.c129 const sal_Char* pszPath,
135 sal_Bool osl_getFullPath(const sal_Char* pszFilename, sal_Char* pszPath, sal_uInt32 MaxLen);
147 oslProcessError SAL_CALL osl_searchPath_impl(const sal_Char* pszName, const sal_Char* pszPath, in osl_searchPath_impl() argument
162 if (pszPath == NULL) in osl_searchPath_impl()
163 pszPath = "PATH"; in osl_searchPath_impl()
169 if ( (pchr = getenv(pszPath)) != NULL ) in osl_searchPath_impl()
/trunk/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 …]
/trunk/main/sal/systools/win32/uwinapi/
H A DSHCreateItemFromParsingName.cpp29 static HRESULT WINAPI SHCreateItemFromParsingName_Failure (PCWSTR pszPath, IBindCtx *pbc, REFIID ri… in SHCreateItemFromParsingName_Failure() argument
34 extern HRESULT (WINAPI *pSHCreateItemFromParsingName)(PCWSTR pszPath, IBindCtx *pbc, REFIID riid, v…
36 static HRESULT WINAPI SHCreateItemFromParsingName_Thunk (PCWSTR pszPath, IBindCtx *pbc, REFIID riid… in SHCreateItemFromParsingName_Thunk() argument
39 return pSHCreateItemFromParsingName(pszPath, pbc, riid, ppv); in SHCreateItemFromParsingName_Thunk()
42 extern "C" HRESULT WINAPI SHCreateItemFromParsingName (PCWSTR pszPath, IBindCtx *pbc, REFIID riid, … in SHCreateItemFromParsingName() argument
44 return pSHCreateItemFromParsingName(pszPath, pbc, riid, ppv); in SHCreateItemFromParsingName()
47 HRESULT (WINAPI *pSHCreateItemFromParsingName)(PCWSTR pszPath, IBindCtx *pbc, REFIID riid, void **p…
/trunk/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 );
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/sal/inc/systools/win32/
H A Dshell9x.h78 SHELL9X_API BOOL ( WINAPI * lpfnSHGetPathFromIDListW ) ( LPCITEMIDLIST pidl, LPWSTR pszPath
/trunk/main/migrationanalysis/src/wizard/
H A DUtilities.bas172 (ByVal pidl As Long, ByVal pszPath As String) As Long
/trunk/main/tools/source/stream/
H A Dstrmos2.cxx485 sal_Bool createLongNameEA ( const PCSZ pszPath, sal_uIntPtr ulAttributes, const String& aLongName…
/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DAnalysisDriver.bas70 (ByVal pidl As Long, ByVal pszPath As String) As Long

Completed in 101 milliseconds