Home
last modified time | relevance | path

Searched refs:to_str (Results 1 – 6 of 6) sorted by relevance

/packages/modules/NeuralNetworks/tools/systrace_parser/parser/
Dtree.py175 print(self.to_str())
177 def to_str(self): member in SingleThreadCallTree
178 return self.root.to_str()
280 def to_str(self, indent=''): member in CallTreeNode
290 ret += c.to_str(indent + ' ')
Dtracker.py159 raise Exception("Elapsed for {} returned None".format(node.to_str()))
184 self.debugstring = self.mytree.to_str()
/packages/modules/DnsResolver/
Ddoh.rs411 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()
/packages/modules/Virtualization/vm/src/
Drun.rs39 let config_filename = config_path.to_str().context("Failed to parse VM config path")?; in command_run()
/packages/modules/Virtualization/virtmanager/src/
Daidl.rs63 match sid.to_str() { in startVm()
/packages/modules/Virtualization/authfs/src/
Dfusefs.rs204 let num = name.to_str().map_err(|_| io::Error::from_raw_os_error(libc::EINVAL))?; in lookup()