Lines Matching refs:format
362 format!("{:?}", self) in to_string()
1199 use trusty_std::format;
1250 let mut path = format!("{}.port", SRV_PATH_BASE); in port_create_negative()
1297 let path = format!("{}.port.{}{}", SRV_PATH_BASE, "test", i); in port_create()
1311 let path = format!("{}.port.{}{}", SRV_PATH_BASE, "test", MAX_USER_HANDLES - 1); in port_create()
1326 let path = format!("{}.port.{}{}", SRV_PATH_BASE, "test", MAX_USER_HANDLES); in port_create()
1340 let path = format!("{}.port.{}{}", SRV_PATH_BASE, "test", i); in wait_on_port()
1478 let path1 = format!("{}.port.{}", SRV_PATH_BASE, "testService1"); in multiple_services()
1482 let path2 = format!("{}.port.{}", SRV_PATH_BASE, "testService2"); in multiple_services()
1486 let path = format!("{}.port.{}", SRV_PATH_BASE, "testService3"); in multiple_services()
1490 let path = format!("{}.port.{}", SRV_PATH_BASE, "testWrappedService2"); in multiple_services()
1496 let path = format!("{}.port.{}", SRV_PATH_BASE, "testWrappedService3"); in multiple_services()
1509 let path = format!("{}.port.{}", SRV_PATH_BASE, "unbufferedService"); in unbuffered_service()
1592 let path1 = format!("{}.port.{}", SRV_PATH_BASE, "testService1"); in manager_creation()
1598 let path2 = format!("{}.port.{}", SRV_PATH_BASE, "testService2"); in manager_creation()