MCPcopy Create free account
hub / github.com/apache/impala / WriteStringToFileSync

Function WriteStringToFileSync

be/src/kudu/util/env.cc:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59Status WriteStringToFileSync(Env* env, const Slice& data,
60 const std::string& fname) {
61 return DoWriteStringToFile(env, data, fname, true, false);
62}
63Status WriteStringToFileEncrypted(Env* env, const Slice& data,
64 const std::string& fname) {
65 return DoWriteStringToFile(env, data, fname, false, true);

Callers

nothing calls this directly

Calls 1

DoWriteStringToFileFunction · 0.85

Tested by

no test coverage detected