|
Android-cuttlefish cvd tool
|
#include "cuttlefish/common/libs/utils/disk_usage.h"#include <stddef.h>#include <string>#include <string_view>#include <utility>#include <vector>#include "absl/strings/numbers.h"#include "absl/strings/str_split.h"#include "cuttlefish/process/command.h"#include "cuttlefish/process/managed_stdio.h"#include "cuttlefish/result/result.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{disk_usage.cpp} |
Functions | |
| Result< size_t > | cuttlefish::anonymous_namespace{disk_usage.cpp}::GetDiskUsage (const std::string &path, const std::string &size_arg) |
| Result< size_t > | cuttlefish::GetDiskUsageBytes (const std::string &path) |
| Result< size_t > | cuttlefish::GetDiskUsageGigabytes (const std::string &path) |
Variables | |
| static constexpr char | cuttlefish::anonymous_namespace{disk_usage.cpp}::kWhitespaceCharacters [] = " \n\t\r\v\f" |