Searched refs:path_type (Results 1 – 3 of 3) sorted by relevance
50 apol_policy_path_type_e path_type = APOL_POLICY_PATH_TYPE_MONOLITHIC; in wrap_policy() local61 pol_path = apol_policy_path_create(path_type, policy_file, mod_paths); in wrap_policy()
35 def __init__(self, path, path_type='dir'): argument42 assert path_type in ('file', 'dir'), 'Invalid path_type: %s' % path_type43 self._path_type = path_type
91 int *path_type; member