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

Function WriteStringToFileEncryptedSync

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

Source from the content-addressed store, hash-verified

66}
67
68Status WriteStringToFileEncryptedSync(Env* env, const Slice& data,
69 const std::string& fname) {
70 return DoWriteStringToFile(env, data, fname, true, true);
71}
72
73Status DoReadFileToString(Env* env, const std::string& fname, faststring* data, bool is_sensitive) {
74 data->clear();

Callers

nothing calls this directly

Calls 1

DoWriteStringToFileFunction · 0.85

Tested by

no test coverage detected