Searched refs:tryPath (Results 1 – 1 of 1) sorted by relevance
48 std::string tryPath = path + "/" + fileName; in audio_find_readable_configuration_file() local49 if (access(tryPath.c_str(), R_OK) == 0) { in audio_find_readable_configuration_file()50 return tryPath; in audio_find_readable_configuration_file()