Home
last modified time | relevance | path

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

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