Lines Matching refs:system_error
247 throw fs::system_error(F("unmount(%s) failed") % mount_point, in unmount_with_unmount2()
268 throw fs::system_error("Cannot fork to execute unmount tool", in unmount_with_umount8()
283 throw fs::system_error("Failed to wait for unmount subprocess", in unmount_with_umount8()
312 throw fs::system_error(F("Cannot get information about %s") % path, in safe_stat()
367 throw fs::system_error(F("Failed to get current working directory"), in current_path()
440 throw fs::system_error(F("Failed to stat file system for %s") % path, in free_disk_space()
448 throw fs::system_error(F("Failed to stat file system for %s") % path, in free_disk_space()
480 throw fs::system_error(F("Failed to create directory %s") % dir, in mkdir()
500 } catch (const fs::system_error& e) { in mkdir_p()
558 throw fs::system_error(F("Cannot create temporary directory using " in mkdtemp_public()
569 } catch (const fs::system_error& e) { in mkdtemp_public()
577 throw fs::system_error(F("Failed to grant search permissions on " in mkdtemp_public()
610 throw fs::system_error(F("Cannot create temporary file using template " in mkstemp()
650 throw fs::system_error("Cannot fork to execute mount tool", in mount_tmpfs()
662 throw fs::system_error("Failed to wait for mount subprocess", in mount_tmpfs()
726 throw fs::system_error(F("Removal of %s failed") % file, in rmdir()
764 throw fs::system_error(F("Removal of %s failed") % file, in unlink()
794 } catch (const fs::system_error& error) { in unmount()