]> git.lizzy.rs Git - rust.git/commit
rtio: Remove usage of `Path`
authorAlex Crichton <alex@alexcrichton.com>
Tue, 3 Jun 2014 05:11:19 +0000 (22:11 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sat, 7 Jun 2014 05:19:41 +0000 (22:19 -0700)
commita3f9aa9ef8657304006fcbe4759a263720b8592c
tree25003ae61b9ce3227589e87dbd3b1b077ef4d399
parentb830b4b86b39173843a2d660727b9e1854fe8bfb
rtio: Remove usage of `Path`

The rtio interface is a thin low-level interface over the I/O subsystems, and
the `Path` type is a little too high-level for this interface.
src/libnative/io/file_unix.rs
src/libnative/io/file_win32.rs
src/libnative/io/mod.rs
src/librustuv/file.rs
src/librustuv/uvio.rs
src/libstd/io/fs.rs
src/libstd/rt/rtio.rs