Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFile.h53 static mode_t ConvertOpenOptionsForPOSIXOpen(uint32_t open_options);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFile.cpp655 mode_t File::ConvertOpenOptionsForPOSIXOpen(uint32_t open_options) { in ConvertOpenOptionsForPOSIXOpen() function in File
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp515 File::ConvertOpenOptionsForPOSIXOpen(packet.GetHexMaxU32(false, 0)); in Handle_vFile_Open()