Home
last modified time | relevance | path

Searched defs:path_list (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/
H A Dfapi_util.c1381 NODE_STR_T *path_list; in ifapi_load_keys_async() local
1513 NODE_STR_T *path_list = context->loadKey.path_list; in ifapi_load_key_finish() local
2843 NODE_STR_T *path_list = NULL; in ifapi_key_create_prepare() local
2925 NODE_STR_T *path_list = context->loadKey.path_list; in ifapi_key_create() local
H A Dfapi_int.h301 NODE_STR_T *path_list; /**< The computed explicit path */ member
324 NODE_STR_T *path_list; /**< The computed explicit path */ member
614 NODE_STR_T *path_list; /**< The current used hierarchy for CreatePrimary */ member
H A Difapi_helpers.c968 NODE_STR_T *path_list = split_string(path, IFAPI_FILE_DELIM); in ifapi_create_dirs() local
/aosp_15_r20/external/autotest/frontend/
H A Dfrontend.wsgi3 path_list = ['/usr/local/autotest/site-packages', variable
/aosp_15_r20/external/libaom/test/
H A Dtest_data_util.cmake636 set(path_list ${path_list} "${test_dir}/${filename}") variable
/aosp_15_r20/external/autotest/site_utils/
H A Dseed_test_attr.py67 def AttrSuiteMatch(path_list, path_allowlist): argument
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/util/
Dmod.rs9 mod path_list; module
/aosp_15_r20/system/linkerconfig/contents/tests/backward_compatibility/
H A Dtestbase.h60 inline bool ContainsPath(const std::vector<std::string>& path_list, in ContainsPath()
/aosp_15_r20/external/tpm2-tss/test/integration/
H A Dfapi-key-create-policy-pcr-sign.int.c62 char *path_list = NULL; in test_fapi_key_create_policy_pcr_sign() local
H A Dfapi-ext-public-key.int.c180 char *path_list = NULL; in test_fapi_ext_public_key() local
H A Dfapi-key-create-sign.int.c91 char *path_list = NULL; in test_fapi_key_create_sign() local
H A Dfapi-key-create-sign-policy-provision.int.c66 char *path_list = NULL; in test_fapi_key_create_sign_policy_provision() local
H A Dfapi-key-create-sign-password-provision.int.c70 char *path_list = NULL; in test_fapi_key_create_sign_password_provision() local
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/tools/
H A Dwebview_app.py116 def _FilterPaths(path_list, is_system): argument
/aosp_15_r20/art/openjdkjvmti/
H A Dti_class_loader.cc163 art::Handle<art::mirror::Object> path_list( in GetDexElementList() local
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dshaderapi.c3321 struct sh_incl_path_entry **path_list, in validate_and_tokenise_sh_incl()
3374 struct sh_incl_path_entry *path_list; in lookup_shader_include() local
3521 struct sh_incl_path_entry *path_list; in _mesa_NamedStringARB() local
3624 struct sh_incl_path_entry *path_list; in _mesa_CompileShaderIncludeARB() local
/aosp_15_r20/external/clang/include/clang/Driver/
H A DToolChain.h50 typedef SmallVector<std::string, 16> path_list; typedef
/aosp_15_r20/packages/modules/Virtualization/libs/apkverify/tests/
Dapkverify_test.rs163 let path_list = [ in test_verify_v3_sig_does_not_verify() localVariable
/aosp_15_r20/art/libnativeloader/
H A Dlibrary_namespaces.cpp118 Result<ApiDomain> GetApiDomainFromPathList(const std::string& path_list) { in GetApiDomainFromPathList()
/aosp_15_r20/external/kmod/libkmod/
H A Dlibkmod-config.c888 struct kmod_list *path_list = NULL; in kmod_config_new() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/landlock/
H A Dfs_test.c3638 #define for_each_path(path_list, path_entry, i) \ argument