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/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/core/init/ | 
| D | firmware_handler.cpp | 66                          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/ | 
| D | ab_generator_unittest.cc | 111   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/ | 
| D | rpmb_dev.c | 77     int data_fd;  member
  | 
| /system/extras/simpleperf/ | 
| D | RecordReadThread.cpp | 259   int data_fd[2];  in RegisterDataCallback()  local
  |