Lines Matching refs:path
27 working_path = os.getcwd() + '/' + working_dir_name # /path/to/lz4/tests/speedTest
28 clone_path = working_path + '/' + 'lz4' # /path/to/lz4/tests/speedTest/lz4
126 if not os.path.isfile(resultsFileName):
185 if os.path.isfile(commitFileName):
262 fileName = os.path.expanduser(fileName)
263 if os.path.isfile(fileName) or os.path.isdir(fileName):
264 testFilePaths.append(os.path.abspath(fileName))
297 if not os.path.isdir(working_path):
299 if not os.path.isdir(clone_path):
302 if not os.path.isdir(clone_path):
309 if os.path.isfile(pidfile):