Home
last modified time | relevance | path

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

/aosp12/system/update_engine/payload_generator/
H A Dcow_size_estimator.cc36 FileDescriptorPtr target_fd, in PerformReplaceOp()
70 FileDescriptorPtr target_fd) { in WriteAllCowOps()
105 FileDescriptorPtr target_fd, in EstimateCowSize()
124 FileDescriptorPtr target_fd, in CowDryRun()
H A Dcow_size_estimator_stub.cc23 FileDescriptorPtr target_fd, in EstimateCowSize()
H A Ddelta_diff_generator.cc126 auto target_fd = std::make_unique<EintrSafeFileDescriptor>(); in Run() local
/aosp12/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
H A Depoll_file_descriptor.h39 int Control(int op, int target_fd, epoll_event* ev) { in Control()
/aosp12/system/vold/
H A DLoop.cpp69 unique_fd target_fd; in create() local
/aosp12/system/apex/apexd/
H A Dapexd_loop.cpp190 unique_fd target_fd(open(target.c_str(), O_RDONLY | O_CLOEXEC | O_DIRECT)); in ConfigureLoopDevice() local
H A Dapexservice_test.cpp2563 android::base::unique_fd target_fd( in ExecInMountNamespaceOf() local
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dbpf.h357 __u32 target_fd; member
396 __u32 target_fd; member
428 __u32 target_fd; member
/aosp12/system/core/fs_mgr/
H A Dfs_mgr.cpp2057 unique_fd target_fd(TEMP_FAILURE_RETRY(open(file_path, O_RDWR | O_CREAT | O_CLOEXEC, 0600))); in PrepareZramBackingDevice() local