Searched refs:spkFilePath (Results 1 – 2 of 2) sorted by relevance
80 bool OpenSpkFile(const std::string &spkFilePath);132 bool PlaybackTest::OpenSpkFile(const std::string &spkFilePath) in OpenSpkFile() argument135 AUDIO_ERR_LOG("Spk file has been opened, spkFilePath %{public}s", spkFilePath.c_str()); in OpenSpkFile()140 …if ((strlen(spkFilePath.c_str()) > PATH_MAX) || (realpath(spkFilePath.c_str(), path) == nullptr)) { in OpenSpkFile()
106 bool OpenSpkFile(const std::string &spkFilePath);147 bool PaRendererTest::OpenSpkFile(const std::string &spkFilePath) in OpenSpkFile() argument150 AUDIO_ERR_LOG("Spk file has been opened, spkFilePath %{public}s", spkFilePath.c_str()); in OpenSpkFile()155 …if ((strlen(spkFilePath.c_str()) > PATH_MAX) || (realpath(spkFilePath.c_str(), path) == nullptr)) { in OpenSpkFile()