Android-cuttlefish cvd tool
Namespaces | Functions | Variables
nftables_nft.cc File Reference
#include "allocd/net/nftables_nft.h"
#include <stdint.h>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
#include "absl/base/no_destructor.h"
#include "absl/log/log.h"
#include "absl/strings/str_cat.h"
#include "json/value.h"
#include "cuttlefish/common/libs/utils/files.h"
#include "cuttlefish/common/libs/utils/json.h"
#include "cuttlefish/process/command.h"
#include "cuttlefish/process/managed_stdio.h"
#include "cuttlefish/process/subprocess.h"
#include "cuttlefish/result/result.h"
Include dependency graph for nftables_nft.cc:

Namespaces

namespace  cuttlefish
 
namespace  cuttlefish::anonymous_namespace{nftables_nft.cc}
 

Functions

Result< std::string > cuttlefish::anonymous_namespace{nftables_nft.cc}::SearchForNft ()
 

Variables

constexpr std::string_view cuttlefish::anonymous_namespace{nftables_nft.cc}::kNftBinary = "nft"