Searched refs:gc_path (Results 1 – 1 of 1) sorted by relevance
103 std::string gc_path; in addFromVolumeManager() local105 if (fs_type == "f2fs" && (Realpath(vol->getRawDmDevPath(), &gc_path) || in addFromVolumeManager()106 Realpath(vol->getRawDevPath(), &gc_path))) { in addFromVolumeManager()107 paths->push_back(std::string("/sys/fs/") + fs_type + "/" + Basename(gc_path)); in addFromVolumeManager()145 std::string gc_path; in addFromFstab() local147 Realpath(android::vold::BlockDeviceForPath(entry.mount_point + "/"), &gc_path)) { in addFromFstab()148 paths->push_back("/sys/fs/" + entry.fs_type + "/" + Basename(gc_path)); in addFromFstab()