Home
last modified time | relevance | path

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

/f-stack/dpdk/usertools/
H A Ddpdk-pmdinfo.py479 def scan_autoload_path(autoload_path): argument
482 if not os.path.exists(autoload_path):
486 dirs = os.listdir(autoload_path)
492 dpath = os.path.join(autoload_path, d)
532 (autoload_path, scannedfile) = readelf.search_for_autoload_path()
533 if not autoload_path:
540 print("Found autoload path %s in %s" % (autoload_path, scannedfile))
545 scan_autoload_path(autoload_path)