Home
last modified time | relevance | path

Searched defs:validate_path (Results 1 – 5 of 5) sorted by relevance

/external/rust/android-crates-io/crates/uefi/src/fs/path/
Dvalidation.rs47 pub fn validate_path<P: AsRef<Path>>(path: P) -> Result<(), PathError> { in validate_path() function
/external/autotest/site_utils/lxc/
Dconfig.py137 def validate_path(deploy_config): member in DeployConfigManager
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/adapter/
Doghttp2_session.h81 bool validate_path = false; member
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/adapter/
Doghttp2_session.h81 bool validate_path = false; member
/external/rust/android-crates-io/crates/axum/src/routing/
Dpath_router.rs47 fn validate_path(path: &str) -> Result<(), &'static str> { in route() function