Searched refs:mount_points (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp97 static std::set<std::string> mount_points; variable
271 if (mount_points.find(linkname) == mount_points.end()) {
275 mount_points.insert(linkname);
285 mount_points.clear();
288 MYLOGD("%s: %d entries added to zip file\n", title.c_str(), (int)mount_points.size());

Completed in 29 milliseconds