Home
last modified time | relevance | path

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

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