Home
last modified time | relevance | path

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

/system/core/debuggerd/tombstoned/
Dintercept_manager.cpp196 android::base::unique_fd* out_fd) { in GetIntercept()
/system/update_engine/
Dimage_properties_android.cc80 bool OpenMisc(bool write, int* out_fd) { in OpenMisc()
/system/extras/simpleperf/
Denvironment.cpp670 android::base::unique_fd out_fd; in RunCmdInApp() local
Dcmd_record.cpp575 static bool WriteRecordDataToOutFd(const std::string& in_filename, android::base::unique_fd out_fd)… in WriteRecordDataToOutFd()
/system/core/adb/client/
Dcommandline.cpp802 unique_fd out_fd(adb_connect(android::base::StringPrintf("sideload:%d", size), &error)); in adb_sideload_legacy() local