Searched refs:path_type (Results 1 – 8 of 8) sorted by relevance
41 r = pyauto_utils.ExistingPathReplacer(myfile, path_type='file')51 r = pyauto_utils.ExistingPathReplacer(myfile, path_type='file')62 r = pyauto_utils.ExistingPathReplacer(mydir, path_type='dir')
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
121 PathType path_type);162 Instance::PathType path_type) in Instance() argument165 path_type_(path_type), in Instance()
126 PlatformDownloadPathType path_type) { in GetPlatformDownloadPath() argument136 if (path_type == PLATFORM_TARGET_PATH) in GetPlatformDownloadPath()
96 int *path_type; member