Searched refs:gc_path (Results 1 – 1 of 1) sorted by relevance
95 std::string gc_path; in addFromVolumeManager() local97 if (fs_type == "f2fs" && (Realpath(vol->getRawDmDevPath(), &gc_path) || in addFromVolumeManager()98 Realpath(vol->getRawDevPath(), &gc_path))) { in addFromVolumeManager()99 paths->push_back(std::string("/sys/fs/") + fs_type + "/" + Basename(gc_path)); in addFromVolumeManager()136 std::string gc_path; in addFromFstab() local138 Realpath(android::vold::BlockDeviceForPath(entry.mount_point + "/"), &gc_path)) { in addFromFstab()139 paths->push_back("/sys/fs/" + entry.fs_type + "/" + Basename(gc_path)); in addFromFstab()