Searched refs:BLOCK_DEV_PATH (Results 1 – 1 of 1) sorted by relevance
51 constexpr const char *BLOCK_DEV_PATH = "/dev/block"; variable101 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()