Searched refs:transfer_owndership (Results 1 – 1 of 1) sorted by relevance
45 SBFile::SBFile(int fd, const char *mode, bool transfer_owndership) { in SBFile() argument46 LLDB_INSTRUMENT_VA(this, fd, mode, transfer_owndership); in SBFile()54 std::make_shared<NativeFile>(fd, options.get(), transfer_owndership); in SBFile()