Searched refs:g_mounts_state (Results 1 – 1 of 1) sorted by relevance
39 static std::vector<MountedVolume*> g_mounts_state; variable42 for (size_t i = 0; i < g_mounts_state.size(); ++i) { in scan_mounted_volumes()43 delete g_mounts_state[i]; in scan_mounted_volumes()45 g_mounts_state.clear(); in scan_mounted_volumes()59 g_mounts_state.push_back(v); in scan_mounted_volumes()66 for (size_t i = 0; i < g_mounts_state.size(); ++i) { in find_mounted_volume_by_mount_point()67 if (g_mounts_state[i]->mount_point == mount_point) return g_mounts_state[i]; in find_mounted_volume_by_mount_point()