1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
nix/tests/unit/libutil
John Ericson 319ec6f84a Support Windows paths in canonPath and absPath
`canonPath` and `absPath` work on native paths, and so should switch
between supporting Unix paths and Windows paths accordingly.

The templating is because `CanonPath`, which shares the implementation,
should always be Unix style. It is the pure "nix-native" path type for
virtual file operations --- it is part of Nix's "business logic", and
should not vary with the host OS accordingly.
2024-02-16 10:31:36 -05:00
..
data/git
args.cc
canon-path.cc Purify CanonPath 2024-02-16 09:47:25 -05:00
chunked-vector.cc
closure.cc
compression.cc
config.cc
file-content-address.cc Proper parse and render functions for FileIngestionMethod and ContentAddressMethod 2024-02-13 10:30:16 -05:00
git.cc Improve the FileSystemObjectSink interface 2024-01-22 18:01:21 -05:00
hash.cc
hilite.cc
json-utils.cc
local.mk
logging.cc Rename hintfmt to HintFmt 2024-02-08 11:58:25 -08:00
lru-cache.cc
pool.cc
references.cc
suggestions.cc
tests.cc Support Windows paths in canonPath and absPath 2024-02-16 10:31:36 -05:00
url.cc
xml-writer.cc