Home
last modified time | relevance | path

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

/aosp_15_r20/external/autotest/client/profilers/oprofile/
H A Doprofile.py147 if os.path.exists(utils.get_modules_dir()):
148 report += ' -p ' + utils.get_modules_dir()
/aosp_15_r20/external/autotest/client/bin/
H A Dutils.py214 def get_modules_dir(): function