Home
last modified time | relevance | path

Searched refs:DumpFileFromFdToFd (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/cmds/dumpstate/
H A DDumpstateInternal.h59 int DumpFileFromFdToFd(const std::string& title, const std::string& path_string, int fd, int out_fd,
H A DDumpstateInternal.cpp134 int DumpFileFromFdToFd(const std::string& title, const std::string& path_string, int fd, int out_fd, in DumpFileFromFdToFd() function
H A DDumpstateUtil.cpp238 return DumpFileFromFdToFd(title, path, fd.get(), out_fd, PropertiesHelper::IsDryRun()); in DumpFileToFd()
H A Ddumpstate.cpp3876 return DumpFileFromFdToFd(title, path, fd, STDOUT_FILENO, PropertiesHelper::IsDryRun()); in dump_file_from_fd()