#include <grpc/support/port_platform.h>#include "src/core/lib/iomgr/load_file.h"#include <errno.h>#include <string.h>#include <grpc/support/alloc.h>#include <grpc/support/log.h>#include <grpc/support/string_util.h>#include "src/core/lib/iomgr/block_annotate.h"
Go to the source code of this file.
Functions | |
| grpc_error_handle | grpc_load_file (const char *filename, int add_null_terminator, grpc_slice *output) |
| grpc_error_handle grpc_load_file | ( | const char * | filename, |
| int | add_null_terminator, | ||
| grpc_slice * | output | ||
| ) |
Definition at line 33 of file load_file.cc.