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