Home
last modified time | relevance | path

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

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