Home
last modified time | relevance | path

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

/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/syslinux/core/fs/pxe/
Dpxe.c412 enum url_type path_type = url_type(src); in pxe_chdir() local
414 if (path_type == URL_SUFFIX) in pxe_chdir()