Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h69 static mode_t ConvertOpenOptionsForPOSIXOpen(OpenOptions open_options);
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp778 mode_t File::ConvertOpenOptionsForPOSIXOpen(OpenOptions open_options) { in ConvertOpenOptionsForPOSIXOpen() function in File