Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h62 eOpenOptionDontFollowSymlinks = (1u << 29), enumerator
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp398 if (options & File::eOpenOptionDontFollowSymlinks) in GetOpenFlags()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1128 source_open_options |= File::eOpenOptionDontFollowSymlinks; in PutFile()