Home
last modified time | relevance | path

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

/external/selinux/policycoreutils/sepolicy/
Dpolicy.c50 apol_policy_path_type_e path_type = APOL_POLICY_PATH_TYPE_MONOLITHIC; in wrap_policy() local
61 pol_path = apol_policy_path_create(path_type, policy_file, mod_paths); in wrap_policy()
/external/autotest/server/cros/ap_configurators/
Dpyauto_utils.py35 def __init__(self, path, path_type='dir'): argument
42 assert path_type in ('file', 'dir'), 'Invalid path_type: %s' % path_type
43 self._path_type = path_type
/external/boringssl/src/include/openssl/
Dx509_vfy.h91 int *path_type; member