Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/ptable_parse/
H A Dufs_ptable.cpp55 std::string removableNode = std::string(PREFIX_SYS_CLASS_BLOCK) + lunIndexName + "/removable"; in CheckDeviceLunRemoveable() local
57 std::ifstream fin(removableNode, std::ios::in); in CheckDeviceLunRemoveable()
59 LOG(ERROR) << "open " << removableNode << " failed"; in CheckDeviceLunRemoveable()