Home
last modified time | relevance | path

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

/base/update/sys_installer/services/module_update/src/
Dmodule_loop.cpp160 bool ConfigureLoopDevice(const int deviceFd, const int targetFd, struct loop_info64 li, const bool … in ConfigureLoopDevice()
182 bool SetLoopDeviceStatus(const int deviceFd, const int targetFd, const struct loop_info64 *li) in SetLoopDeviceStatus()
215 UniqueFd targetFd(open(realPath.c_str(), O_RDONLY | O_CLOEXEC | O_DIRECT)); in SetUpLoopDevice() local