Home
last modified time | relevance | path

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

/system/update_engine/common/
Dtest_utils.cc186 int data_fd = open(filename.c_str(), in BindToUnusedLoopDevice() local
/system/update_engine/payload_generator/
Dab_generator_unittest.cc115 int data_fd = open(data_path.c_str(), O_RDWR, 000); in TestSplitReplaceOrReplaceBzOperation() local
284 int data_fd = open(data_path.c_str(), O_RDWR, 000); in TestMergeReplaceOrReplaceBzOperations() local
/system/core/init/
Ddevices.cpp836 int loading_fd, int data_fd) { in load_firmware()
870 android::base::unique_fd data_fd(open(data.c_str(), O_WRONLY|O_CLOEXEC)); in process_firmware_event() local