Searched refs:to_str (Results 1 – 6 of 6) sorted by relevance
175 print(self.to_str())177 def to_str(self): member in SingleThreadCallTree178 return self.root.to_str()280 def to_str(self, indent=''): member in CallTreeNode290 ret += c.to_str(indent + ' ')
159 raise Exception("Elapsed for {} returned None".format(node.to_str()))184 self.debugstring = self.mytree.to_str()
411 std::ffi::CStr::from_ptr(url).to_str(), in doh_new()412 std::ffi::CStr::from_ptr(ip_addr).to_str(), in doh_new()413 std::ffi::CStr::from_ptr(cert_path).to_str(), in doh_new()585 assert_eq!(std::ffi::CStr::from_ptr(super::doh_init()).to_str().unwrap(), "1.0"); in doh_init()
39 let config_filename = config_path.to_str().context("Failed to parse VM config path")?; in command_run()
63 match sid.to_str() { in startVm()
204 let num = name.to_str().map_err(|_| io::Error::from_raw_os_error(libc::EINVAL))?; in lookup()