Searched defs:with_prefix (Results 1 – 5 of 5) sorted by relevance
54 std::string with_prefix("thisisaprefix"); in TEST_P() local
266 pub fn with_prefix<S: AsRef<OsStr>>(prefix: S) -> io::Result<TempDir> { in with_prefix() method
86 pub fn with_prefix(s: &str) -> Self { in with_prefix() method
585 pub fn with_prefix<S: AsRef<OsStr>>(prefix: S) -> io::Result<NamedTempFile> { in with_prefix() method
1027 def with_prefix(self, prefix): member in DeferredLineBase