Searched refs:removableResult (Results 1 – 1 of 1) sorted by relevance
56 std::string removableResult {}; in CheckDeviceLunRemoveable() local62 fin >> removableResult; in CheckDeviceLunRemoveable()63 LOG(INFO) << "lun " << lunIndex << " removable result is : " << removableResult; in CheckDeviceLunRemoveable()64 return removableResult == "1"; in CheckDeviceLunRemoveable()