Searched defs:data_fd (Results 1 – 6 of 6) sorted by relevance
/system/extras/verity/ |
D | build_verity_tree.cpp | 30 android::base::unique_fd data_fd(open(data_filename.c_str(), O_RDONLY)); in generate_verity_tree() local
|
/system/core/init/ |
D | firmware_handler.cpp | 48 size_t fw_size, int loading_fd, int data_fd) { in LoadFirmware() 199 unique_fd data_fd(open(data.c_str(), O_WRONLY | O_CLOEXEC)); in ProcessFirmwareEvent() local
|
/system/update_engine/common/ |
D | test_utils.cc | 136 bool BindToUnusedLoopDeviceLegacy(int data_fd, in BindToUnusedLoopDeviceLegacy() 179 int data_fd = open(filename.c_str(), in BindToUnusedLoopDevice() local
|
/system/update_engine/payload_generator/ |
D | ab_generator_unittest.cc | 113 int data_fd = open(data_file.path().c_str(), O_RDWR, 000); in TestSplitReplaceOrReplaceBzOperation() local 277 int data_fd = open(data_file.path().c_str(), O_RDWR, 000); in TestMergeReplaceOrReplaceBzOperations() local
|
/system/core/trusty/utils/rpmb_dev/ |
D | rpmb_dev.c | 85 int data_fd; member
|
/system/extras/simpleperf/ |
D | RecordReadThread.cpp | 244 int data_fd[2]; in RegisterDataCallback() local
|