Home
last modified time | relevance | path

Searched refs:BLOCK_DEV_PATH (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/update/sys_installer/services/module_update/src/
H A Dmodule_loop.cpp51 constexpr const char *BLOCK_DEV_PATH = "/dev/block"; variable
101 DIR *dir = opendir(BLOCK_DEV_PATH); in PreAllocateLoopDevices()
103 LOG(ERROR) << "Failed to open " << BLOCK_DEV_PATH; in PreAllocateLoopDevices()
345 if ((dir = opendir(BLOCK_DEV_PATH)) == nullptr) { in RemoveDmLoopDevice()
356 loopDevPath = std::string(BLOCK_DEV_PATH) + "/" + std::string(ent->d_name); in RemoveDmLoopDevice()