Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateInternal.h52 int DumpFileFromFdToFd(const std::string& title, const std::string& path_string, int fd, int out_fd,
DDumpstateInternal.cpp90 int DumpFileFromFdToFd(const std::string& title, const std::string& path_string, int fd, int out_fd, in DumpFileFromFdToFd() function
DDumpstateUtil.cpp191 return DumpFileFromFdToFd(title, path, fd, out_fd, PropertiesHelper::IsDryRun()); in DumpFileToFd()
Dutils.cpp702 return DumpFileFromFdToFd(title, path, fd, STDOUT_FILENO, PropertiesHelper::IsDryRun()); in dump_file_from_fd()