Searched refs:path_type (Results 1 – 2 of 2) sorted by relevance
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
412 enum url_type path_type = url_type(src); in pxe_chdir() local414 if (path_type == URL_SUFFIX) in pxe_chdir()