Home
last modified time | relevance | path

Searched refs:perms_not_known (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp118 return sys::fs::perms::perms_not_known; in GetPermissions()
132 return sys::fs::perms::perms_not_known; in GetPermissions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h107 perms_not_known = 0xFFFF enumerator
155 perms Perms = perms_not_known;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp675 if (mode != llvm::sys::fs::perms_not_known) in Handle_vFile_Mode()