Home
last modified time | relevance | path

Searched defs:data_fd (Results 1 – 6 of 6) sorted by relevance

/system/extras/verity/
Dbuild_verity_tree.cpp30 android::base::unique_fd data_fd(open(data_filename.c_str(), O_RDONLY)); in generate_verity_tree() local
/system/update_engine/common/
Dtest_utils.cc136 bool BindToUnusedLoopDeviceLegacy(int data_fd, in BindToUnusedLoopDeviceLegacy()
179 int data_fd = open(filename.c_str(), in BindToUnusedLoopDevice() local
/system/core/init/
Dfirmware_handler.cpp66 size_t fw_size, int loading_fd, int data_fd) { in LoadFirmware()
244 unique_fd data_fd(open(data.c_str(), O_WRONLY | O_CLOEXEC)); in ProcessFirmwareEvent() local
/system/update_engine/payload_generator/
Dab_generator_unittest.cc111 int data_fd = open(data_file.path().c_str(), O_RDWR, 000); in TestSplitReplaceOrReplaceXzOperation() local
273 int data_fd = open(data_file.path().c_str(), O_RDWR, 000); in TestMergeReplaceOrReplaceXzOperations() local
/system/core/trusty/utils/rpmb_dev/
Drpmb_dev.c77 int data_fd; member
/system/extras/simpleperf/
DRecordReadThread.cpp259 int data_fd[2]; in RegisterDataCallback() local