Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
ntfsp.cpp File Reference

Go to the source code of this file.

Functions

void complexFunction ()
 [1]
 
 qAreNtfsPermissionChecksEnabled ()
 [raii]
 
 qEnableNtfsPermissionChecks ()
 
 qDisableNtfsPermissionChecks ()
 

Variables

Q_CORE_EXPORT int qt_ntfs_permission_lookup
 [0]
 

Function Documentation

◆ complexFunction()

void complexFunction ( )

[1]

[raii]

Definition at line 15 of file ntfsp.cpp.

◆ qAreNtfsPermissionChecksEnabled()

qAreNtfsPermissionChecksEnabled ( )
noexcept

[raii]

[free-funcs]

Returns true if the check is enabled.

Definition at line 425 of file qfilesystemengine_win.cpp.

References QBasicAtomicInteger< T >::loadRelaxed(), QT_IF_DEPRECATED_SINCE, qt_ntfs_permission_lookup, and qt_ntfs_permission_lookup_v2.

+ Here is the call graph for this function:

◆ qDisableNtfsPermissionChecks()

qDisableNtfsPermissionChecks ( )
noexcept

Returns true if the check is disabled, i.e. there are no more users.

Definition at line 412 of file qfilesystemengine_win.cpp.

References QBasicAtomicInteger< T >::fetchAndSubRelaxed(), QT_IF_DEPRECATED_SINCE, qt_ntfs_permission_lookup, and qt_ntfs_permission_lookup_v2.

+ Here is the call graph for this function:

◆ qEnableNtfsPermissionChecks()

qEnableNtfsPermissionChecks ( )
noexcept

Returns true if the check was previously enabled.

Definition at line 399 of file qfilesystemengine_win.cpp.

References QBasicAtomicInteger< T >::fetchAndAddRelaxed(), QT_IF_DEPRECATED_SINCE, qt_ntfs_permission_lookup, and qt_ntfs_permission_lookup_v2.

+ Here is the call graph for this function:

Variable Documentation

◆ qt_ntfs_permission_lookup

qt_ntfs_permission_lookup