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
b2a13845
Kaydet (Commit)
b2a13845
authored
Şub 21, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:literaltoboolconversion
Change-Id: I5796e8b4c156b13c5cab42bc0012d241efb1c4d9
üst
79b6edcb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
file_volume.cxx
sal/osl/unx/file_volume.cxx
+7
-7
No files found.
sal/osl/unx/file_volume.cxx
Dosyayı görüntüle @
b2a13845
...
...
@@ -149,8 +149,8 @@ oslFileError osl_getVolumeInformation( rtl_uString* ustrDirectoryURL, oslVolumeI
/* always return true if queried for the properties of
the file system. If you think this is wrong under any
of the target platforms fix it!!!! */
# define __OSL_STATFS_IS_CASE_SENSITIVE_FS(a) (
1
)
# define __OSL_STATFS_IS_CASE_PRESERVING_FS(a) (
1
)
# define __OSL_STATFS_IS_CASE_SENSITIVE_FS(a) (
true
)
# define __OSL_STATFS_IS_CASE_PRESERVING_FS(a) (
true
)
#endif
/* FREEBSD || MACOSX || OPENBSD */
#if defined(NETBSD)
...
...
@@ -204,8 +204,8 @@ oslFileError osl_getVolumeInformation( rtl_uString* ustrDirectoryURL, oslVolumeI
/* always return true if queried for the properties of
the file system. If you think this is wrong under any
of the target platforms fix it!!!! */
# define __OSL_STATFS_IS_CASE_SENSITIVE_FS(a) (
1
)
# define __OSL_STATFS_IS_CASE_PRESERVING_FS(a) (
1
)
# define __OSL_STATFS_IS_CASE_SENSITIVE_FS(a) (
true
)
# define __OSL_STATFS_IS_CASE_PRESERVING_FS(a) (
true
)
#endif
/* SOLARIS */
# define __OSL_STATFS_INIT(a) (memset(&(a), 0, sizeof(__OSL_STATFS_STRUCT)))
...
...
@@ -215,9 +215,9 @@ oslFileError osl_getVolumeInformation( rtl_uString* ustrDirectoryURL, oslVolumeI
# define __OSL_STATFS_STRUCT struct dummy {int i;}
# define __OSL_STATFS_INIT(a) ((void)a)
# define __OSL_STATFS(dir, sfs) (1)
# define __OSL_STATFS_ISREMOTE(sfs) (
0
)
# define __OSL_STATFS_IS_CASE_SENSITIVE_FS(a) (
1
)
# define __OSL_STATFS_IS_CASE_PRESERVING_FS(a) (
1
)
# define __OSL_STATFS_ISREMOTE(sfs) (
false
)
# define __OSL_STATFS_IS_CASE_SENSITIVE_FS(a) (
true
)
# define __OSL_STATFS_IS_CASE_PRESERVING_FS(a) (
true
)
#endif
/* HAVE_STATFS_H */
...
...
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