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

Function ReadFileToString

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

Source from the content-addressed store, hash-verified

96}
97
98Status ReadFileToString(Env* env, const std::string& fname, faststring* data) {
99 return DoReadFileToString(env, fname, data, false);
100}
101
102Status ReadFileToStringEncrypted(Env* env, const std::string& fname, faststring* data) {
103 return DoReadFileToString(env, fname, data, true);

Callers 13

TESTFunction · 0.70
GetKernelStackFunction · 0.70
SnapshotAllStacksMethod · 0.70
GetProcfsStateMethod · 0.70
SetUpMethod · 0.70
TEST_FFunction · 0.70
GetThreadStatsFunction · 0.70
IsBeingDebuggedFunction · 0.70
LazyCpuInfoValueMethod · 0.50
ReadFileOrWarnFunction · 0.50
read_certFunction · 0.50

Calls 1

DoReadFileToStringFunction · 0.85

Tested by 4

TESTFunction · 0.56
SetUpMethod · 0.56
TEST_FFunction · 0.56
read_certFunction · 0.40