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

Function WriteStringToFileEncrypted

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

Source from the content-addressed store, hash-verified

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);
66}
67
68Status WriteStringToFileEncryptedSync(Env* env, const Slice& data,
69 const std::string& fname) {

Callers

nothing calls this directly

Calls 1

DoWriteStringToFileFunction · 0.85

Tested by

no test coverage detected