Searched refs:gc_path (Results 1 – 1 of 1) sorted by relevance
109 std::string gc_path; in addFromVolumeManager() local111 if (fs_type == "f2fs" && (Realpath(vol->getRawDmDevPath(), &gc_path) || in addFromVolumeManager()112 Realpath(vol->getRawDevPath(), &gc_path))) { in addFromVolumeManager()113 paths->push_back(std::string("/sys/fs/") + fs_type + "/" + Basename(gc_path)); in addFromVolumeManager()