Home
last modified time | relevance | path

Searched defs:out_fd (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/native/cmds/dumpstate/
H A DDumpstateInternal.cpp134 int DumpFileFromFdToFd(const std::string& title, const std::string& path_string, int fd, int out_fd, in DumpFileFromFdToFd()
H A Ddumpstate.cpp133 bool verbose_duration = false, int out_fd = STDOUT_FILENO) { in RunCommand()
255 bool CopyFile(int in_fd, int out_fd) { in CopyFile()
266 static bool CopyFileToFd(const std::string& input_file, int out_fd) { in CopyFileToFd()
332 android::base::unique_fd out_fd(OpenForWrite(output_file)); in CopyFileToFile() local
342 long dumpsysTimeoutMs = 0, int out_fd = STDOUT_FILENO) { in RunDumpsys()
346 int out_fd) { in RunDumpsys()
1379 static void DumpHals(int out_fd = STDOUT_FILENO) { in DumpHals()
1527 static void DumpCheckins(int out_fd = STDOUT_FILENO) { in DumpCheckins()
1548 static void DumpAppInfos(int out_fd = STDOUT_FILENO) { in DumpAppInfos()
2193 void Dumpstate::DumpstateBoard(int out_fd) { in DumpstateBoard()
[all …]
H A DDumpPool.cpp83 int out_fd) { in waitForTask()
H A DDumpstateUtil.cpp225 int DumpFileToFd(int out_fd, const std::string& title, const std::string& path) { in DumpFileToFd()
/aosp12/system/core/debuggerd/tombstoned/
H A Dintercept_manager.cpp208 android::base::unique_fd* out_fd) { in GetIntercept()
/aosp12/system/apex/apexd/
H A Dapexd_verity.cpp113 unique_fd out_fd(TEMP_FAILURE_RETRY(open( in GenerateHashTree() local
/aosp12/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_test.cpp1012 void CreateFd(const std::string& path, android::base::unique_fd* out_fd) { in CreateFd()
1038 android::base::unique_fd out_fd; in TEST_F() local
1722 auto dump_func_1 = [](int out_fd) { in TEST_F()
1725 auto dump_func_2 = [](int out_fd) { in TEST_F()
1729 auto dump_func_3 = [](int out_fd) { in TEST_F()
/aosp12/system/iorap/src/inode2filename/
H A Dmain.cc204 std::optional<int /*fd*/> in_fd, out_fd; // input-output file descriptors [for fork+exec]. in main() local
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_chip.cpp231 bool cpioWriteHeader(int out_fd, struct stat& st, const char* file_name, in cpioWriteHeader()
264 size_t cpioWriteFileContent(int fd_read, int out_fd, struct stat& st) { in cpioWriteFileContent()
299 bool cpioWriteFileTrailer(int out_fd) { in cpioWriteFileTrailer()
315 size_t cpioArchiveFilesInDir(int out_fd, const char* input_dir) { in cpioArchiveFilesInDir()
/aosp12/art/profman/
H A Dprofman.cc778 unix_file::FdFile out_fd(dump_output_to_fd_, /*check_usage=*/ false); in DumpProfileInfo() local
987 unix_file::FdFile out_fd(dump_output_to_fd_, /*check_usage=*/ false); in DumpClassesAndMethods() local
/aosp12/system/extras/simpleperf/
H A Denvironment.cpp583 android::base::unique_fd out_fd; in RunCmdInApp() local
H A Dcmd_record.cpp690 android::base::unique_fd out_fd) { in WriteRecordDataToOutFd()
/aosp12/packages/modules/adb/client/
H A Dcommandline.cpp825 unique_fd out_fd(adb_connect(android::base::StringPrintf("sideload:%d", size), &error)); in adb_sideload_legacy() local
/aosp12/art/runtime/hprof/
H A Dhprof.cc762 int out_fd; in DumpToFile() local
/aosp12/frameworks/native/cmds/installd/
H A Ddexopt.cpp741 unique_fd out_fd(open_reference_profile(packageUid, in copy_system_profile() local