Searched defs:out_fd (Results 1 – 9 of 9) sorted by relevance
27 android::base::unique_fd in_fd, out_fd; variable
2473 static void CreateEmbeddedLibrary(int out_fd) { in CreateEmbeddedLibrary()
69 unique_fd out_fd(open(out_path.c_str(), O_RDWR | O_CLOEXEC | O_TRUNC | O_CREAT, 0664)); in Extract() local
250 android::base::unique_fd* out_fd) { in FindIntercept()
115 auto out_fd = in ExtractImageFromPartition() local
156 int out_fd = open(source_part.c_str(), O_RDWR); in CreateFakePartition() local
603 android::base::unique_fd out_fd; in RunCmdInApp() local
845 android::base::unique_fd out_fd) { in WriteRecordDataToOutFd()
401 bool SendFile(int out_fd, int in_fd, size_t count) { in SendFile()