Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dtombstone_symbolize.h27 android::base::unique_fd in_fd, out_fd; variable
Ddebuggerd_test.cpp2473 static void CreateEmbeddedLibrary(int out_fd) { in CreateEmbeddedLibrary()
/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
Dextractor.cpp69 unique_fd out_fd(open(out_path.c_str(), O_RDWR | O_CLOEXEC | O_TRUNC | O_CREAT, 0664)); in Extract() local
/system/core/debuggerd/tombstoned/
Dintercept_manager.cpp250 android::base::unique_fd* out_fd) { in FindIntercept()
/system/update_engine/aosp/
Dota_extractor.cc115 auto out_fd = in ExtractImageFromPartition() local
Dupdate_attempter_android_integration_test.cc156 int out_fd = open(source_part.c_str(), O_RDWR); in CreateFakePartition() local
/system/extras/simpleperf/
Denvironment.cpp603 android::base::unique_fd out_fd; in RunCmdInApp() local
Dcmd_record.cpp845 android::base::unique_fd out_fd) { in WriteRecordDataToOutFd()
/system/update_engine/common/
Dutils.cc401 bool SendFile(int out_fd, int in_fd, size_t count) { in SendFile()