Home
last modified time | relevance | path

Searched refs:search_for_drives_internal (Results 1 – 2 of 2) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DRemovableDriveManager.cpp173 namespace search_for_drives_internal namespace
240search_for_drives_internal::search_path("/mnt/chromeos/removable/*", "/mnt/chromeos/removable", cu… in search_for_removable_drives()
243 search_for_drives_internal::search_path("/media/*", "/media", current_drives); in search_for_removable_drives()
252 search_for_drives_internal::search_path(path, pp, current_drives); in search_for_removable_drives()
257 search_for_drives_internal::search_path(path, pp, current_drives); in search_for_removable_drives()
366 if (search_for_drives_internal::compare_filesystem_id(new_path, data.path)) in get_removable_drive_path()
382 if (search_for_drives_internal::compare_filesystem_id(new_path, drive_data.path)) in get_removable_drive_from_path()
H A DRemovableDriveManagerMM.mm140 namespace search_for_drives_internal
151search_for_drives_internal::inspect_file(std::string([volumePath UTF8String]), "/Volumes", out);