Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/uefi/src/fs/path/
Dvalidation.rs47 pub fn validate_path<P: AsRef<Path>>(path: P) -> Result<(), PathError> { in validate_path() function
/aosp_15_r20/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
/aosp_15_r20/external/autotest/site_utils/lxc/
H A Dconfig.py137 def validate_path(deploy_config): member in DeployConfigManager
/aosp_15_r20/system/linkerconfig/modules/tests/
H A Dapex_test.cc198 TEST_F(ApexTest, validate_path) { in TEST_F() argument
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Doghttp2_session.h80 bool validate_path = false; member
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/routing/
Dpath_router.rs47 fn validate_path(path: &str) -> Result<(), &'static str> { in route() function
/aosp_15_r20/frameworks/native/cmds/installd/
H A Dutils.cpp1036 static int validate_path(const std::string& dir, const std::string& path, int maxSubdirs) { in validate_path() function