Home
last modified time | relevance | path

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

/tools/asuite/adevice/src/
Dtracking.rs37 Some(path) => Self::from_json_file(path), in load()
46 fn from_json_file(path: &String) -> Result<Self> { in from_json_file() method