Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Host/common/
DFileSystem.cpp428 static mode_t GetOpenMode(uint32_t permissions) { in GetOpenMode() function
456 (open_flags & O_CREAT) ? GetOpenMode(permissions) : 0; in Open()
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/
DFile.h320 llvm::Expected<const char *> GetOpenMode() const { in GetOpenMode() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp1409 auto m = file.GetOpenMode(); in FromFile()