Home
last modified time | relevance | path

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

/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/Foundation/VFS/
H A DFilePath.hs154 = ContainsNullByte constructor
169 fromString xs | hasNullByte xs = throw ContainsNullByte
/dports/devel/mercurial/mercurial-6.0/rust/hg-core/src/utils/
H A Dhg_path.rs25 ContainsNullByte { enumerator
66 HgPathError::ContainsNullByte { in fmt()
356 return Err(HgPathError::ContainsNullByte { in check_state()
592 Err(HgPathError::ContainsNullByte { in test_path_states()