Searched refs:ignoreError (Results 1 – 6 of 6) sorted by relevance
27 sys.fclose(file).ignoreError(); in operator ()()
84 statusFromErrno(ENOTTY, "Not a typewriter, what did you expect?").ignoreError(); in TEST()
75 void ignoreError() const {} in ignoreError() function
55 void ignoreError() const {} in ignoreError() function
74 mWorker = std::thread([this]() { run().ignoreError(); }); in NetlinkListener()
642 sys.fprintf(file.value().get(), "%" PRId64 "\n", bytes).ignoreError(); in updateQuota()