|
Android-cuttlefish cvd tool
|
#include "cuttlefish/files/copy.h"#include <errno.h>#include <fcntl.h>#include <stdio.h>#include <sys/types.h>#include <string_view>#include "cuttlefish/common/libs/fs/fd.h"#include "cuttlefish/result/expect.h"#include "cuttlefish/result/result_type.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{copy.cc} |
Functions | |
| Result< void > | cuttlefish::anonymous_namespace{copy.cc}::CopyImpl (std::string_view from, std::string_view to) |
| Result< void > | cuttlefish::Copy (std::string_view from, std::string_view to) |