Home
last modified time | relevance | path

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

/aosp12/system/chre/host/common/test/power_test/
H A Dchre_power_test_client.cc467 const string kSdspPath = "vendor/dsp/sdsp/" + name; in searchPath() local
473 } else if (stat(kSdspPath.c_str(), &buf) == 0) { in searchPath()
474 return kSdspPath; in searchPath()