Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp427 static mode_t GetOpenMode(uint32_t permissions) { in GetOpenMode() function
457 (open_flags & O_CREAT) ? GetOpenMode(permissions) : 0; in Open()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h313 llvm::Expected<const char *> GetOpenMode() const { in GetOpenMode() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1522 auto m = file.GetOpenMode(); in FromFile()