Andreas Kling
|
4a2b718ba2
LibCore: Use ErrorOr<T> for Core::File::copy_file()
|
hace 3 años |
Andreas Kling
|
c7e62d448c
LibCore: Use ErrorOr<T> for Core::File::remove()
|
hace 3 años |
Andreas Kling
|
b2170c11a4
LibCore: Use ErrorOr<T> for Core::File::link_file()
|
hace 3 años |
Leandro Pereira
|
73924f9416
LibCore: Add File::size()
|
hace 3 años |
Callum Walker
|
fd3735199b
LibCore: Fix link_file inverting src and dst paths on duplicate names
|
hace 3 años |
Andreas Kling
|
13f4890c38
LibCore: Make Core::File::open() return OSError in case of failure
|
hace 3 años |
fladd
|
1de104c6c4
LibCore: Fix build error in File.cpp on macOS
|
hace 3 años |
Jean-Baptiste Boric
|
8cc8d72619
LibCore: Implement preserve flag for file/directory copy
|
hace 3 años |
Timothy
|
3cc0283eac
LibCore: Convert File to east-const style
|
hace 4 años |
Timothy
|
068802d58d
LibCore: Add File method to determine absolute path
|
hace 4 años |
Timothy
|
3ae64c7c3d
LibCore: Add File method to determine current working directory
|
hace 4 años |
Ariel Don
|
3289b6a887
LibCore: Implement File::is_link()
|
hace 4 años |
Timothy
|
60f84f3154
LibCore: Add method to leak fd from File
|
hace 4 años |
Max Wipfli
|
7405536a1a
AK+Everywhere: Use mostly StringView in LexicalPath
|
hace 4 años |
Max Wipfli
|
fc6d051dfd
AK+Everywhere: Add and use static APIs for LexicalPath
|
hace 4 años |
Gunnar Beutner
|
fbfd0ed5ab
LibCore: Open files with O_CLOEXEC by default
|
hace 4 años |
Ali Mohammad Pur
|
c7b60164ed
LibCore: Don't use has_flag() with multiple flags (OpenMode::ReadWrite)
|
hace 4 años |
Ali Mohammad Pur
|
a91a49337c
LibCore+Everywhere: Move OpenMode out of IODevice
|
hace 4 años |
Linus Groh
|
dbe72fd962
Everywhere: Remove empty line after function body opening curly brace
|
hace 4 años |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
hace 4 años |
Andreas Kling
|
a1a6d30b54
LibCore: Make File take String instead of StringView
|
hace 4 años |
Idan Horowitz
|
aff774c8ac
LibCore: Add Core::File is_device() helpers
|
hace 4 años |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
hace 4 años |
Mițca Dumitru
|
919492945e
LibCore: Add file management helpers to reduce code duplication
|
hace 4 años |
Andreas Kling
|
e87eac9273
Userland: Add LibSystem and funnel all syscalls through it
|
hace 4 años |
Andreas Kling
|
d57b4128a1
LibCore: Use serenity_readlink() instead of making syscalls directly
|
hace 4 años |
Ben Wiederhake
|
6f607742dd
LibCore: Fix invalid errno
|
hace 4 años |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
hace 4 años |