Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFile.cpp45 SBFile::SBFile(int fd, const char *mode, bool transfer_owndership) { in SBFile() argument
46 LLDB_INSTRUMENT_VA(this, fd, mode, transfer_owndership); in SBFile()
54 std::make_shared<NativeFile>(fd, options.get(), transfer_owndership); in SBFile()