Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
process.cpp File Reference
#include <ipc/process.h>
#include <ipc/protocol.h>
#include <logging.h>
#include <mp/util.h>
#include <tinyformat.h>
#include <util/fs.h>
#include <util/strencodings.h>
#include <util/syserror.h>
#include <cstdint>
#include <cstdlib>
#include <cstring>
#include <cerrno>
#include <exception>
#include <iostream>
#include <stdexcept>
#include <sys/socket.h>
#include <sys/un.h>
#include <unistd.h>
#include <utility>
#include <vector>
Include dependency graph for process.cpp:

Go to the source code of this file.

Namespaces

namespace  ipc

Functions

std::unique_ptr< Processipc::MakeProcess ()
std::string_view RemovePrefixView (std::string_view str, std::string_view prefix)

Function Documentation

◆ RemovePrefixView()

std::string_view util::RemovePrefixView ( std::string_view str,
std::string_view prefix )
inlinenodiscard

Definition at line 182 of file string.h.

Here is the caller graph for this function: