Searched refs:DumpFileFromFdToFd (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/cmds/dumpstate/ |
D | DumpstateInternal.h | 59 int DumpFileFromFdToFd(const std::string& title, const std::string& path_string, int fd, int out_fd,
|
D | DumpstateInternal.cpp | 134 int DumpFileFromFdToFd(const std::string& title, const std::string& path_string, int fd, int out_fd, in DumpFileFromFdToFd() function
|
D | DumpstateUtil.cpp | 218 return DumpFileFromFdToFd(title, path, fd.get(), out_fd, PropertiesHelper::IsDryRun()); in DumpFileToFd()
|
D | dumpstate.cpp | 3577 return DumpFileFromFdToFd(title, path, fd, STDOUT_FILENO, PropertiesHelper::IsDryRun()); in dump_file_from_fd()
|