Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
c50e8224
Kaydet (Commit)
c50e8224
authored
Mar 31, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused inline functions
Change-Id: Ic31f99d6185000660750041065937845d4903bb3
üst
790efdf1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
56 deletions
+0
-56
file_path_helper.hxx
sal/osl/unx/file_path_helper.hxx
+0
-56
No files found.
sal/osl/unx/file_path_helper.hxx
Dosyayı görüntüle @
c50e8224
...
@@ -135,40 +135,6 @@ namespace osl
...
@@ -135,40 +135,6 @@ namespace osl
BasePath
.
pData
,
RelPath
.
pData
,
&
AbsolutePath
.
pData
);
BasePath
.
pData
,
RelPath
.
pData
,
&
AbsolutePath
.
pData
);
}
}
/*****************************************
systemPathGetFileOrLastDirectoryPart
Returns the file or the directory part
of the given path
@param pustrPath [in] a system path,
must not be NULL
@param ppustrFileOrDirPart [out] on
return receives the last part
of the given directory or the
file name
if pustrPath is the root path
'/' an empty string will be
returned
if pustrPath has a trailing
'/' the last part before the
'/' will be returned else
the part after the last '/'
will be returned
@returns nothing
****************************************/
inline
void
systemPathGetFileNameOrLastDirectoryPart
(
const
rtl
::
OUString
&
Path
,
rtl
::
OUString
&
FileNameOrLastDirPart
)
{
osl_systemPathGetFileNameOrLastDirectoryPart
(
Path
.
pData
,
&
FileNameOrLastDirPart
.
pData
);
}
/********************************************
/********************************************
systemPathIsHiddenFileOrDirectoryEntry
systemPathIsHiddenFileOrDirectoryEntry
Returns sal_True if the last part of
Returns sal_True if the last part of
...
@@ -192,28 +158,6 @@ namespace osl
...
@@ -192,28 +158,6 @@ namespace osl
return
osl_systemPathIsHiddenFileOrDirectoryEntry
(
Path
.
pData
);
return
osl_systemPathIsHiddenFileOrDirectoryEntry
(
Path
.
pData
);
}
}
/************************************************
systemPathIsLocalOrParentDirectoryEntry
Returns sal_True if the last part of the given
system path is the local directory entry '.'
or the parent directory entry '..'
@param pustrPath [in] a system path,
must not be NULL
@returns sal_True if the last part of the
given system path is '.' or '..'
else sal_False
************************************************/
inline
bool
systemPathIsLocalOrParentDirectoryEntry
(
const
rtl
::
OUString
&
Path
)
{
return
osl_systemPathIsLocalOrParentDirectoryEntry
(
Path
.
pData
);
}
/************************************************
/************************************************
searchPath
searchPath
***********************************************/
***********************************************/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment