Home
last modified time | relevance | path

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

/hardware/interfaces/audio/core/all-versions/vts/functional/
DPolicyConfig.h36 : mInitialFilePath(configPath.empty() ? configFileName in PolicyConfig()
51 return std::string{"Could not find "} + mInitialFilePath + in getError()
58 return mConfig != nullptr ? mConfig->getSource() : mInitialFilePath; in getFilePath()
154 const std::string mInitialFilePath; variable