Home
last modified time | relevance | path

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

/aosp12/system/chre/host/common/test/power_test/
H A Dchre_power_test_client.cc466 const string kAdspPath = "vendor/dsp/adsp/" + name; in searchPath() local
471 if (stat(kAdspPath.c_str(), &buf) == 0) { in searchPath()
472 return kAdspPath; in searchPath()