(udid: &str)
| 481 | } |
| 482 | |
| 483 | fn injected_bundles_file(udid: &str) -> PathBuf { |
| 484 | camera_state_dir().join(format!("{}.bundles.json", short_hash(udid))) |
| 485 | } |
| 486 | |
| 487 | fn shm_name_for_udid(udid: &str) -> String { |
| 488 | format!("/sd-cam-{}", short_hash(udid)) |
no test coverage detected