Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/http_server/
Dhttp_handlers.rs44 fn ui_path(suffix: &str) -> PathBuf { in ui_path() function
74 let dir_path = ui_path(path_prefix); in create_filename_hash_set()
88 Some(stripped_path) => ui_path(stripped_path), in check_valid_file_path()
89 None => ui_path(path), in check_valid_file_path()
109 Some(stripped_path) => ui_path(stripped_path), in handle_file()
110 None => ui_path(path), in handle_file()